Skip to content

Commit

Permalink
feat(parser: generic): Allow epss_* parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
kiblik committed Nov 19, 2024
1 parent cdf56be commit e420d37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dojo/tools/generic/json_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ def _get_test_json(self, data):
"date",
"cwe",
"cve",
"epss_score",
"epss_percentile",
"cvssv3",
"cvssv3_score",
"mitigation",
Expand Down

0 comments on commit e420d37

Please sign in to comment.