Searched refs:cpedb (Results 1 – 3 of 3) sorted by relevance
8 from cpedb import CPEDB, CPE11 def gen_update_xml_reports(cpeids, cpedb, output): argument15 result = cpedb.find(cpe)17 result = cpedb.find_partial(CPE.no_version(cpe))24 xml = cpedb.gen_update_xml(cpe)58 cpedb = CPEDB(args.nvd_path)59 cpedb.get_xml_dict()61 gen_update_xml_reports(cpeids, cpedb, args.output)
35 from cpedb import CPEDB # noqa: E402616 cpedb = CPEDB(nvd_path)617 cpedb.get_xml_dict()621 if cpedb.find(p.cpeid):
896 Vulnerability scanning: cpedb.py: Drop CPE XML database