Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/scripts/
H A Dcpedb.py22 class CPE: class
51 cpe_short_name = CPE.short_name(self.cpe_str)
52 cpe_new_ver = CPE.version_update(self.cpe_str)
140 item = CPE(cpe_str, cpe_titles, cpe_ref)
141 cpe_str_no_version = CPE.no_version(cpe_str)
154 cpe_str_no_version = CPE.no_version(cpe_str)
159 cpe_str_no_version = CPE.no_version(cpe_str)
H A Dgen-missing-cpe8 from cpedb import CPEDB, CPE
17 result = cpedb.find_partial(CPE.no_version(cpe))
25 fname = CPE.product(cpe) + '-' + CPE.version(cpe) + '.xml'
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler/
H A Ddibbler_fix_getSize_crash.patch40 + Log(Info) << "### CPE Debug - Option with index " << optionCount++ << LogEnd ;
41 + Log(Info) << "### CPE Debug - Option with type " << (*opt)->getOptType() << LogEnd ;
44 + Log(Info) << "### CPE Debug - Packet size of option (Add 4) " << pktsize << LogEnd ;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/emlog/
H A Demlog_git.bb28 # The NVD database doesn't have a CPE for this product,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openflow/
H A Dopenflow.inc63 # because two CPE collides when checking the NVD database
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dadding-packages-generic.txt506 package to define its https://nvd.nist.gov/products/cpe[CPE
510 ** +LIBFOO_CPE_ID_PREFIX+, specifies the prefix of the CPE identifier,
514 ** +LIBFOO_CPE_ID_VENDOR+, specifies the vendor part of the CPE
518 ** +LIBFOO_CPE_ID_PRODUCT+, specifies the product part of the CPE
521 ** +LIBFOO_CPE_ID_VERSION+, specifies the version part of the CPE
525 ** +LIBFOO_CPE_ID_UPDATE+ specifies the _update_ part of the CPE
530 infrastructure assumes the package provides valid CPE information. In
/OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/
H A Dcve-extra-exclusions.inc65 # issues to be visible. If anyone wishes to clean up CPE entries with NIST for these, we'd
/OK3568_Linux_fs/buildroot/
H A DMakefile1215 @echo ' missing-cpe - generate XML snippets for missing CPE identifiers'
H A DCHANGES460 CPE IDs for the packages enabled in the current configuration and:
462 - for CPE IDs that do not have any matching entry in the CPE
465 - for CPE IDs that do have a matching entry, but not with the same
469 CPE meta data has been added for a large number of packages
530 CPE meta data has been added for a large number of packages
694 CPE meta data has been added for a large number of packages
810 CPE meta data has been added for a large number of packages
896 Vulnerability scanning: cpedb.py: Drop CPE XML database
930 extended to match packages based on CPE (Common Platform
931 Enumeration) IDs for more accurate matching, and CPE
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcreate-spdx.bbclass481 # so querying for CVEs based on the CPE id can lead to false positives. To account for this,