Searched refs:CPEDB_URL (Results 1 – 1 of 1) sorted by relevance
13 CPEDB_URL = "https://static.nvd.nist.gov/feeds/xml/cpe/dictionary/official-cpe-dictionary_v2.3.xml.… variable101 cpe_dict_local = os.path.join(self.nvd_path, "cpe", os.path.basename(CPEDB_URL))103 print("CPE: Fetching xml manifest from [" + CPEDB_URL + "]")104 cpe_dict = requests.get(CPEDB_URL)