-
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 and quality enhancements for DefectDojo, including updated file paths, configurable deduplication functionality, improved documentation, and fixes for various security vulnerabilities identified by static code analysis tools. Expand for full summarySummary: The provided pull request contains a series of changes that focus on improving the security and overall quality of the DefectDojo application. The changes address various security concerns, including:
Overall, these changes demonstrate a strong focus on improving the security and maintainability of the DefectDojo application, which is a positive sign for the project's commitment to security. 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. |
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.