Searched refs:detailed_status (Results 1 – 1 of 1) sorted by relevance
274 def has_cve_product_match(detailed_status, products): argument284 if (vendor == detailed_status["vendor"] or detailed_status["vendor"] == "*") and \285 (product == detailed_status["product"] or detailed_status["product"] == "*"):