From 9ec32ecf85493c43cc2014a7ac27e3ee7efabea5 Mon Sep 17 00:00:00 2001 From: david-rocca Date: Thu, 27 Aug 2026 10:11:34 -0400 Subject: [PATCH] removing unused python file that has existed since the beginning of time --- CveRecords5.0Upload.py | 45 ------------------------------------------ 1 file changed, 45 deletions(-) delete mode 100644 CveRecords5.0Upload.py diff --git a/CveRecords5.0Upload.py b/CveRecords5.0Upload.py deleted file mode 100644 index 094c1a221..000000000 --- a/CveRecords5.0Upload.py +++ /dev/null @@ -1,45 +0,0 @@ -# Upload 5.0 records -# Global variables should be set appropiately, and a directory of json 5.0 files must be given -import sys -import getopt -import os.path -import json -import requests - -RSUS_URL = '' -CVE_API_USER = '' -CVE_API_KEY = '' -CVE_API_ORG = '' - -def main(argv): - inputPath = '' - try: - opts, args = getopt.getopt(argv, "hi:", ["ifile="]) - except getopt.GetopError: - print ('USAGE python cve4to5up.py -i