-
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: Add more PLW #10848
Ruff: Add more PLW #10848
Conversation
DryRun Security SummaryThe provided code changes cover a wide range of improvements and bug fixes across various components of the DefectDojo application, focusing on enhancing the security, reliability, and maintainability of the application's functionality, particularly in the areas of metadata management, finding import and processing, search functionality, and API response handling. Expand for full summarySummary: The provided code changes cover a wide range of improvements and bug fixes across various components of the DefectDojo application. The changes focus on enhancing the security, reliability, and maintainability of the application's functionality, particularly in the areas of metadata management, finding import and processing, search functionality, and API response handling. Key security-related changes include:
Additionally, the changes include updates to the unit tests, which help ensure the overall integrity and security of the application's functionality. The introduction of the Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Closing to reopen and hopefully get the ruff lint test unstuck. |
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
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Add more PLW rules + Fix PLW2901: https://docs.astral.sh/ruff/rules/redefined-loop-name/