-
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 S105 #11068
Ruff: Add and fix S105 #11068
Conversation
DryRun Security SummaryThe pull request includes various security-related improvements, such as enhancing the Ruff linter configuration, improving the TrivySecretsHandler class, enhancing the Trivy parser in the Dojo application security tool, and a minor update to the Check_List model in the dojo/models.py file. Expand for full summarySummary: The code changes in this pull request cover various security-related improvements across multiple files in the application. The key changes include:
Overall, these changes demonstrate a focus on improving the security posture of the application by enhancing the detection and reporting of security-related issues. The changes appear to be well-considered and follow good application security practices. 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
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. |
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 rule S105 and "fix" it