-
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
Support EPSS Score and EPSS Percentile for Aqua scan #10849
Comments
I suspect that the parser for Aquasec was written before they started adding those into their tool's output. Looking at the parser code and the most recent files used for unit tests, I don't see anything for EPSS. If you can provide a sanitized example output from Aquasec, that will make it possible for someone to update how that parser works assuming you're not able to be a PR yourself. Would be thrilled with a PR if you're able, look here for details: |
BTW, EPSS is stored in DefectDojo when a tool provides it (and the parser knows to extract it) https://github.com/DefectDojo/django-DefectDojo/blob/master/dojo/models.py#L2275 |
I noticed that since #10611 (#10616), we have available example file with I believe some good soul might help here to extent the existing parser. |
Could you close this issue please? |
I was exploring the features of defectdojo and particularly looking for AQUASEC related scans. The scan downloaded from aqua contains the epss_score and epss_percentile fields. But when we upload the scan to defectdojo those fields get ignored. Is there a feature request for this already raised and tracked anywhere else. If not it would be great if we can get support for this.
The text was updated successfully, but these errors were encountered: