Home
last modified time | relevance | path

Searched refs:cpedb (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/support/scripts/
H A Dgen-missing-cpe8 from cpedb import CPEDB, CPE
11 def gen_update_xml_reports(cpeids, cpedb, output): argument
15 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)
H A Dpkg-stats35 from cpedb import CPEDB # noqa: E402
616 cpedb = CPEDB(nvd_path)
617 cpedb.get_xml_dict()
621 if cpedb.find(p.cpeid):
/OK3568_Linux_fs/buildroot/
H A DCHANGES896 Vulnerability scanning: cpedb.py: Drop CPE XML database