Home
last modified time | relevance | path

Searched defs:cve (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Dcve_check.py292 def decode_cve_status(d, cve): argument
H A Dsbom30.py653 def new_cve_vuln(self, cve): argument
H A Dspdx30.py2414 cve = "https://spdx.org/rdf/3.0.1/terms/Core/ExternalIdentifierType/cve" variable in ExternalIdentifierType
/openbmc/openbmc/poky/meta/lib/patchtest/
H A Dpatchtest_patterns.py66 cve = pyparsing.Regex("CVE\-\d{4}\-\d+") variable