-
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 N999 #11647
base: dev
Are you sure you want to change the base?
Ruff: Add and fix N999 #11647
Conversation
DryRun Security SummaryThe pull request implements comprehensive security improvements, configuration updates, and documentation changes, primarily focusing on updating file references from 'settings.dist.py' to 'settings_dist.py' while addressing various security vulnerabilities and enhancing secure coding practices across the DefectDojo application. Expand for full summarySummary: The code changes in this pull request cover a wide range of updates, including documentation improvements, configuration changes, and security-related fixes. The key highlights from an application security perspective are:
Overall, this pull request appears to be a comprehensive effort to improve the security and maintainability of the DefectDojo application. The changes cover a wide range of areas, including configuration, documentation, and security vulnerability remediation, which is a positive sign for the project's security posture. Files Changed:
Code AnalysisWe ran
|
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. |
@kiblik this one feels a little too radical form my taste. I think we should ignore this rule for now, and revisit in the future, if applicable |
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. |
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 invalid-module-name (N999) and fix following violations:
This is a bit of radical change as it is renaming a globally used and known setting file. I will be happy for any feedback.