-
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
Ruff: Fix RUF052 #11499
Ruff: Fix RUF052 #11499
Conversation
DryRun Security SummaryThe code changes enhance DefectDojo's vulnerability parsing and reporting capabilities by improving parsers for Qualys and Veracode scans, implementing rate limiting with account lockout, and focusing on more accurate and secure vulnerability data import. Expand for full summarySummary: The provided code changes cover several improvements and enhancements to the DefectDojo application's vulnerability parsing and reporting functionalities. The key changes include:
Overall, these code changes demonstrate a strong focus on improving the security and accuracy of vulnerability data imported into the DefectDojo application. The changes address various aspects of the vulnerability management process, from parsing and processing the raw scan data to providing enhanced reporting and tracking capabilities. 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
Co-authored-by: Charles Neill <[email protected]>
Fix RUF052. Enabler for #11490. Alternative to #11450