-
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 release into master from: release/2.36.6 #10647
Conversation
…5-2.37.0-dev (#10627) * Update versions in application files * Update versions in application files --------- Co-authored-by: DefectDojo release bot <[email protected]> Co-authored-by: Cody Maffucci <[email protected]>
* Listing Tables: Add toggle switch in system settings * Fixing ruff * Update help text * Remove missed italics
* Update Qualys WebApp parser to use DefusedXML * Correct ruff errors
…andling (#10638) * Uploaded File Management: Centralize file serving and embolster error handling * Correct ruff errors
* finding-notes-cascading-deletes first pass at cascading deletes for notes/notehistory * finding-notes-cascading-deletes remove unused code * finding-notes-cascading-deletes linter cleanup * finding-notes-cascading-deletes retrigger actions
The refresh helm chart lock file action uses the `pull_request_target` trigger, which can lead to leaking secret. Because the helm chart lock file is updated on each modification to the chart.yml file by renovate/dependabot, the easiest solution is to remove this action.
… Note" button on cred notes page; show delete note button for note creator and fix note deletion; fix "Associated Products" header to have less spacing around it; fix credential deletion (#10644)
* Importer: Correct logic bug for empty scan reports When importing an empty scan report through the import endpoint, it is possible for two tests to be created during a single request * Separate logic based on import vs reimport
DryRun Security SummaryThis pull request covers a wide range of updates to the DefectDojo application, including improvements to finding management, engagement handling, and various other modules, with a focus on enhancing the functionality, performance, and security of the application. Expand for full summarySummary: The code changes in this pull request cover a wide range of updates to the DefectDojo application, including improvements to the finding management, engagement handling, and various other modules. The changes demonstrate a focus on enhancing the functionality, performance, and security of the application. Key security-related improvements include:
While the changes do not introduce any obvious security vulnerabilities, it's important to continue reviewing the entire codebase and the application's security posture to identify and address any potential issues. Ongoing security testing, dependency management, and security-focused code reviews are crucial to maintaining the overall security of the DefectDojo application. Files Changed:
Code AnalysisWe ran
Riskiness🟢 Risk threshold not exceeded. |
Quality Gate passedIssues Measures |
Release triggered by
Maffooch