summarizing multiple similar findings into problems #11432
Closed
DryRunSecurity / Sensitive Files Analyzer
succeeded
Dec 23, 2024 in 0s
DryRun Security
Details
Sensitive Files Analyzer Findings: 4 detected
⚠️ Potential Sensitive File .dryrunsecurity.yaml (click for details)
Type | Potential Sensitive File |
Description | The reason that this file is considered sensitive is because the dryrun security configuration file contains important and security critical configurations that if changed could result in vulnerabilities not being discovered prior to deployment. |
Filename | .dryrunsecurity.yaml |
CodeLink | django-DefectDojo/.dryrunsecurity.yaml Lines 18 to 24 in f833581 |
⚠️ Potential Sensitive File docs/package-lock.json (click for details)
Type | Potential Sensitive File |
Description | Node.js/ExpressJS/Next.js applications manage their dependencies through package.json and package-lock.json files. A change in these files may indicate an addition of a library/dependency which could introduce additional risk to the application either through vulnerable code, expansion of the application's attack surface via additional routes, or malicious code. |
Filename | docs/package-lock.json |
CodeLink | django-DefectDojo/docs/package-lock.json Lines 3636 to 3650 in f833581 |
⚠️ Potential Sensitive File dojo/problem/urls.py (click for details)
Type | Potential Sensitive File |
Description | When a urls.py file is changed it often means that there have been changes to HTTP routes or endpoints in your Django application. As such, this changes the attack surface of the application and is a marker for risk. |
Filename | dojo/problem/urls.py |
CodeLink | django-DefectDojo/dojo/problem/urls.py Lines 1 to 27 in f833581 |
⚠️ Potential Sensitive File dojo/urls.py (click for details)
Type | Potential Sensitive File |
Description | When a urls.py file is changed it often means that there have been changes to HTTP routes or endpoints in your Django application. As such, this changes the attack surface of the application and is a marker for risk. |
Filename | dojo/urls.py |
CodeLink | django-DefectDojo/dojo/urls.py Lines 82 to 88 in f833581 |
Loading