-
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 A002 #11646
base: dev
Are you sure you want to change the base?
Ruff: Add and fix A002 #11646
Conversation
DryRun Security SummaryThe code changes in Defect Dojo focus on enhancing application security and reliability by improving credential management, benchmark tracking, permission systems, note handling, and security tool integrations across multiple components. Expand for full summarySummary: The provided code changes cover a wide range of updates across various components of the Defect Dojo application. The changes focus on improving the security and reliability of the application's functionality, including the management of credentials, benchmarks, permissions, notes, and the integration with various security tools such as Kubescape, HCL AppScan, and Microsoft Defender. Key security-related improvements include:
Overall, the changes demonstrate a strong focus on application security and the implementation of secure coding practices throughout the Defect Dojo codebase. Files Changed:
Code AnalysisWe ran
|
Add rule builtin-argument-shadowing (A002) and fix it.