Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dcve-update-nvd2-native.bb280 cpe23 = cpe.get('criteria')
281 if not cpe23:
283 cpe23 = cpe23.split(':')
284 if len(cpe23) < 6:
286 vendor = cpe23[3]
287 product = cpe23[4]
288 version = cpe23[5]
290 if cpe23[6] == '*' or cpe23[6] == '-':
293 version_suffix = "_" + cpe23[6]
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx30_tasks.py628 externalIdentifierType=oe.spdx30.ExternalIdentifierType.cpe23,
H A Dspdx30.py2412 cpe23 = "https://spdx.org/rdf/3.0.1/terms/Core/ExternalIdentifierType/cpe23" variable in ExternalIdentifierType