Import EPSS data from Anchore Grype scans #12639
Merged
DryRunSecurity / General Security Analyzer
succeeded
Jun 19, 2025 in 53s
DryRun Security
Details
General Security Analyzer Findings: 1 detected
⚠️ Input Validation Weakness dojo/tools/anchore_grype/parser.py (click for details)
| Type | Input Validation Weakness |
| Description | The get_epss_values method lacks comprehensive input validation when parsing EPSS scores from external JSON data. While the method uses a try-except block to handle type conversion, it does not perform explicit validation of the EPSS score and percentile values' format, range, or content. This could potentially allow malformed input to be processed without sufficient checks. |
| Filename | dojo/tools/anchore_grype/parser.py |
| CodeLink | django-DefectDojo/dojo/tools/anchore_grype/parser.py Lines 210 to 229 in 27779e4 |
Loading