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