Closed dandersonsw closed 2 months ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
The pull request focuses on improving the database setup and configuration for the DefectDojo application, including handling existing users and databases, granting appropriate privileges, and enhancing logging and error handling to ensure a more robust and secure deployment.
We ran 9 analyzers
against 1 file
and 1 analyzer
had findings. 8 analyzers
had no findings.
Analyzer | Findings |
---|---|
Authn/Authz Analyzer | 2 findings |
:green_circle: Risk threshold not exceeded.
This solves an issue where if the user already exists then the code will fail on trying to create the user. This allows skipping the user creation piece and moving on with the code rather than erroring out.