-
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 changes to DefectDojo's configuration file naming, documentation, and security measures, including renaming the default configuration file, addressing security vulnerabilities, improving sensitive information handling, and enhancing deduplication functionality across multiple files. Expand for full summarySummary: This pull request contains a series of changes across multiple files in the DefectDojo application. The changes primarily focus on updating the configuration file naming conventions, improving documentation, and addressing various security-related concerns identified by static code analysis tools. The key highlights include:
Overall, these changes demonstrate a proactive approach to improving the security and maintainability of the DefectDojo application. As an application security engineer, I would recommend thoroughly reviewing the individual changes and ensuring that they are properly implemented and tested before merging this pull request. 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. |
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.