Searched refs:cpe23 (Results 1 – 3 of 3) sorted by relevance
280 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]
628 externalIdentifierType=oe.spdx30.ExternalIdentifierType.cpe23,
2412 cpe23 = "https://spdx.org/rdf/3.0.1/terms/Core/ExternalIdentifierType/cpe23" variable in ExternalIdentifierType