-
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" S106 #11193
Ruff: Add and "fix" S106 #11193
Conversation
DryRun Security SummaryThe code changes in this pull request focus on improving the security and quality of the application's codebase, including updates to the Ruff linter configuration to introduce security-related rules and new unit tests for the password validation functionality in the Django application. Expand for full summarySummary: The code changes in this pull request focus on improving the security and quality of the application's codebase. The changes are primarily related to the configuration file for the Ruff linter, a Python linter, and the unit tests for the password validation functionality in the Django application. The Ruff linter configuration changes introduce several security-related rules, such as checks for the use of the The unit test changes for the Overall, the code changes in this pull request demonstrate a strong focus on improving the security and quality of the application, which is a positive sign for the application's security posture. 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. |
Add S106 https://docs.astral.sh/ruff/rules/hardcoded-password-func-arg/ and mute it.
For testing the user form, it is fine to hardcode the password