Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/scripts/
H A Dgen-missing-cpe11 def gen_update_xml_reports(cpeids, cpedb, output): argument
14 for cpe in cpeids:
30 print("Generated %d update files out of %d CPEs" % (len(cpe_need_update), len(cpeids)))
60 cpeids = get_cpe_ids()
61 gen_update_xml_reports(cpeids, cpedb, args.output)