Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dcve_check.py274 def has_cve_product_match(detailed_status, products): argument
284 if (vendor == detailed_status["vendor"] or detailed_status["vendor"] == "*") and \
285 (product == detailed_status["product"] or detailed_status["product"] == "*"):