-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changelog update 2.42.3 + fix docs image refs #11679
Conversation
paulOsinski
commented
Jan 27, 2025
- Updating changelog for 2.42.3
- Changing heading format so that sidebar is easier to navigate across versions
- fixing broken image refs that were preventing site update
DryRun Security SummaryThe pull request updates DefectDojo's API v2 documentation and changelog, focusing on security improvements including API key management, authentication methods, and various security-related enhancements for the Pro version while emphasizing secure development practices. Expand for full summarySummary: The code changes in this pull request focus on updating the documentation for the DefectDojo API v2. The key updates include providing information on how to generate API keys, interact with the API using the Swagger UI, and leverage alternative authentication methods. From a security perspective, these changes are positive as they highlight the importance of secure API key management, the ability to use alternative authentication methods, and the versioning of the API to allow for breaking changes without impacting existing integrations. The changelog also covers several security-related changes and improvements to the DefectDojo Pro (Cloud Version) application, such as the addition of severity-based filtering for connectors, limiting API payloads, proper RBAC implementation, audit trails for risk acceptance, and secure configurations for multiple AWS Security Hub accounts. These changes demonstrate a security-conscious approach to the development and maintenance of the DefectDojo application. Files Changed:
Code AnalysisWe ran |
DryRun Security SummaryThe pull request updates DefectDojo's API v2 documentation and changelog, focusing on security improvements including API key management, authentication methods, and various security enhancements for the Pro version while emphasizing secure development practices. Expand for full summarySummary: The code changes in this pull request focus on updating the documentation for the DefectDojo API v2. The key updates include providing information on how to generate API keys, interact with the API using the Swagger UI, and leverage alternative authentication methods. From a security perspective, these changes are positive as they highlight the importance of secure API key management, the ability to use alternative authentication methods, and the versioning of the API to allow for breaking changes without impacting existing integrations. The changelog also covers several security-related changes and improvements to the DefectDojo Pro (Cloud Version) application, such as the addition of severity-based filtering for connectors, limiting API payloads, proper RBAC implementation, audit trails for risk acceptance, and secure configurations for multiple AWS Security Hub accounts. These changes demonstrate a security-conscious approach to the development and maintenance of the DefectDojo application. Files Changed:
Code AnalysisWe ran |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
* fix broken image embeds * update changelog 2.42.3 * change versioning format to clean up sidebar --------- Co-authored-by: Paul Osinski <paul.m.osinski@gmail.com>