Skip to content

Commit 9b31273

Browse files
committed
Added EPSS check
1 parent baf0d0c commit 9b31273

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.idea/misc.xml

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def epss_check(cve_id):
3434
"percentile": int(float(cve.get("percentile"))*100)}
3535
return results
3636
else:
37-
return False
37+
print(f"{cve_id:<18}Not Found in EPSS.")
3838
else:
3939
print("Error connecting to EPSS")
4040
except requests.exceptions.ConnectionError:

0 commit comments

Comments
 (0)