Update cve_tool.py

This commit is contained in:
Sander Hautvast 2024-04-18 14:25:56 +02:00 committed by GitHub
parent 206e7fa984
commit c7c96f2cfd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,17 @@
# read and parse whitelist.yaml file # read and parse whitelist.yaml file
# lookup all CVE's mentioned # lookup all CVE's mentioned
# generate a list of fix versions # generate a list of fix versions
##
# requirements.txt
##
# certifi==2024.2.2
# charset-normalizer==3.3.2
# idna==3.7
# jq==1.7.0
# PyYAML==6.0.1
# requests==2.31.0
# urllib3==2.2.1
###
import yaml import yaml
import sys import sys
import requests import requests