Searched refs:cpe_product_pkgs (Results 1 – 1 of 1) sorted by relevance
577 def check_package_cve_affects(cve, cpe_product_pkgs): argument579 if product not in cpe_product_pkgs:581 for pkg in cpe_product_pkgs[product]:590 cpe_product_pkgs = defaultdict(list)600 cpe_product_pkgs[cpe_product].append(pkg)602 cpe_product_pkgs[pkg.name].append(pkg)605 check_package_cve_affects(cve, cpe_product_pkgs)