-
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 and fix S101 #11066
Ruff: Add and fix S101 #11066
Conversation
DryRun Security SummaryThe provided code changes focus on improving the overall quality, security, and reliability of the DefectDojo application, including enhancements to the import scanner functionality, linter configuration, notification system, middleware, and REST API testing. Expand for full summarySummary: The provided code changes cover several important aspects of the DefectDojo application, including the import scanner functionality, linter configuration, notification system, middleware, and REST API testing. These changes demonstrate a focus on improving the overall quality, security, and reliability of the application. The changes to the The changes to the The changes to the The changes to the Finally, the changes to the Files Changed:
Code AnalysisWe ran
Riskiness🟢 Risk threshold not exceeded. |
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
Add rule S101 and fix it.
https://docs.astral.sh/ruff/rules/assert/