Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/scripts/
H A Dcve.py66 def cpe_product(cpe): argument
67 return cpe.split(':')[4]
70 def cpe_version(cpe): argument
71 return cpe.split(':')[5]
158 for cpe in node.get('cpe_match', ()):
159 if not cpe['vulnerable']:
161 product = cpe_product(cpe['cpe23Uri'])
162 version = cpe_version(cpe['cpe23Uri'])
177 if 'versionStartIncluding' in cpe:
179 v_start = cpe['versionStartIncluding']
[all …]
H A Dcpedb.py70 def version(cpe): argument
71 return cpe.split(":")[5]
74 def product(cpe): argument
75 return cpe.split(":")[4]
78 def short_name(cpe): argument
79 return ":".join(cpe.split(":")[2:6])
82 def version_update(cpe): argument
83 return ":".join(cpe.split(":")[5:6])
86 def no_version(cpe): argument
87 return ":".join(cpe.split(":")[:5])
[all …]
H A Dgen-missing-cpe14 for cpe in cpeids:
15 result = cpedb.find(cpe)
17 result = cpedb.find_partial(CPE.no_version(cpe))
19 cpe_need_update.append(cpe)
21 print("WARNING: no match found for '%s'" % cpe)
23 for cpe in cpe_need_update:
24 xml = cpedb.gen_update_xml(cpe)
25 fname = CPE.product(cpe) + '-' + CPE.version(cpe) + '.xml'
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/
H A Dcve-update-db-native.bb201 for cpe in node.get('cpe_match', ()):
202 if not cpe['vulnerable']:
204 cpe23 = cpe.get('cpe23Uri')
232 if 'versionStartIncluding' in cpe:
234 v_start = cpe['versionStartIncluding']
236 if 'versionStartExcluding' in cpe:
238 v_start = cpe['versionStartExcluding']
240 if 'versionEndIncluding' in cpe:
242 v_end = cpe['versionEndIncluding']
244 if 'versionEndExcluding' in cpe:
[all …]
/OK3568_Linux_fs/buildroot/support/testing/tests/core/cpeid-br2-external/package/cpe-id-pkg5/
H A Dcpe-id-pkg5.mk7 CPE_ID_PKG5_CPE_ID_PREFIX = cpe:2.4:a
13 HOST_CPE_ID_PKG5_CPE_ID_PREFIX = cpe:2.5:a
/OK3568_Linux_fs/u-boot/test/py/
H A Dmultiplexed_log.py151 except subprocess.CalledProcessError as cpe:
152 output = cpe.output
153 exit_status = cpe.returncode
154 exception = cpe
/OK3568_Linux_fs/buildroot/support/testing/tests/core/cpeid-br2-external/package/cpe-id-pkg3/
H A Dcpe-id-pkg3.mk2 CPE_ID_PKG3_CPE_ID_VENDOR = cpe-id-pkg3_project
/OK3568_Linux_fs/buildroot/support/testing/tests/core/cpeid-br2-external/package/cpe-id-pkg4/
H A Dcpe-id-pkg4.mk6 CPE_ID_PKG4_CPE_ID_PREFIX = cpe:2.4:a
/OK3568_Linux_fs/buildroot/package/xen/
H A Dxen.mk12 XEN_CPE_ID_PREFIX = cpe:2.3:o
/OK3568_Linux_fs/buildroot/
H A DMakefile258 CPE_UPDATES_DIR = $(BASE_DIR)/cpe-updates
975 .PHONY: missing-cpe
976 missing-cpe:
979 $(TOPDIR)/support/scripts/gen-missing-cpe \
1215 @echo ' missing-cpe - generate XML snippets for missing CPE identifiers'
H A DCHANGES459 support/scripts/gen-missing-cpe: A script to query the list of
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcreate-spdx.bbclass492 cpe = oe.spdx.SPDXExternalReference()
493 cpe.referenceCategory = "SECURITY"
494 cpe.referenceType = "http://spdx.org/rdf/references/cpe23Type"
495 cpe.referenceLocator = cpe_id
496 recipe.externalRefs.append(cpe)
/OK3568_Linux_fs/buildroot/linux/
H A Dlinux.mk17 LINUX_CPE_ID_PREFIX = cpe:2.3:o
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dadding-packages-generic.txt506 package to define its https://nvd.nist.gov/products/cpe[CPE
512 +cpe:2.3:a+.
/OK3568_Linux_fs/buildroot/package/
H A Dpkg-generic.mk790 $(2)_CPE_ID_PREFIX = cpe:2.3:a