-
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
Release: Merge back 2.37.3 into dev from: master-into-dev/2.37.3-2.38.0-dev #10810
Conversation
….38.0-dev Release: Merge back 2.37.2 into bugfix from: master-into-bugfix/2.37.2-2.38.0-dev
* dedupe-help Move logic to set Finding hash code to its own method * dedupe-help rework set_hash_code method to accept dedupe_option * Update versions in application files * Revert "Update versions in application files" This reverts commit 7ee4bfa. * dedupe-help reorder method to make linter happy * dedupe-help Rework finding hash set/dedupe to attempt to load methods based on settings and fall back to existing implementations as defaults * dedupe-help add helper method to load custom methods and use it * dedupe-help bug in load custom helper method * dedupe-help Linter fix (import ordering) * dedupe-help Update default_importer to handle .values() call on findings set within close old findings method * dedupe-help extract get_(re)importer methods from engagement/test (re)import views into a separate method * dedupe-help extract reimport dedupe alg determination into its own method * dedupe-help refactor where custom methods for hashing/dedupe are called to minimize changes to existing calls * dedupe-help linter fixes --------- Co-authored-by: DefectDojo release bot <[email protected]>
…/2 headers included in the .details.Messages entry are now decoded as req/res pairs, and escaped to prevent null bytes from causing a crash when persisted to the database (#10804)
* Fixed extraEnv in Chart Values after upgrade to App 2.37.0 and Chart 1.6.144 * Fixed extraEnv in Chart Values after upgrade to App 2.37.0 and Chart 1.6.144 * Fixed indentation in resources config * Chart version reverted * Update _helpers.tpl --------- Co-authored-by: Sergio Bastián <[email protected]> Co-authored-by: Cody Maffucci <[email protected]> Co-authored-by: Cody Maffucci <[email protected]>
Release: Merge release into master from: release/2.37.3
DryRun Security SummaryThis pull request contains a series of changes across multiple files in the DefectDojo application, focusing on improving the security and functionality of various components, including API token authentication, deduplication and reimport functionality, security-related settings and logging, handling of scan results and findings, and deployment and infrastructure changes. Expand for full summarySummary: This pull request contains a series of changes across multiple files in the DefectDojo application, with a focus on improving the security and functionality of various components. The key changes include:
Overall, these changes demonstrate a focus on enhancing the security and reliability of the DefectDojo application, particularly in the areas of API authentication, vulnerability deduplication, and the handling of security-related data. As an application security engineer, I would recommend thoroughly reviewing these changes to ensure they align with the application's security requirements and do not introduce any unintended vulnerabilities. Files Changed:
Code AnalysisWe ran
Riskiness🟢 Risk threshold not exceeded. |
Release triggered by
Maffooch