From c7c96f2cfdc7c21f6cc018bf2e99d194ae43a03d Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Thu, 18 Apr 2024 14:25:56 +0200 Subject: [PATCH] Update cve_tool.py --- python/cve_tool.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/python/cve_tool.py b/python/cve_tool.py index c487bbc..3613a17 100644 --- a/python/cve_tool.py +++ b/python/cve_tool.py @@ -3,7 +3,17 @@ # read and parse whitelist.yaml file # lookup all CVE's mentioned # 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 sys import requests