diff options
| author | Andrej Valek <andrej.valek@siemens.com> | 2023-07-26 11:50:09 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-07-27 08:54:40 -0700 |
| commit | 8af2f17a6fa8bf282c4c27054adbea1bf0873069 (patch) | |
| tree | 22b6484379a0f3d3e2b89f958dda0fd45f2a1880 /meta-oe/recipes-support/nss | |
| parent | 4c201ede939610946847ccd4221320ed776224aa (diff) | |
| download | meta-openembedded-8af2f17a6fa8bf282c4c27054adbea1bf0873069.tar.gz | |
cve_check: convert CVE_CHECK_IGNORE to CVE_STATUS
- Try to add convert and apply statuses for old CVEs
- Drop some obsolete ignores, while they are not relevant for current
version
Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/nss')
| -rw-r--r-- | meta-oe/recipes-support/nss/nss_3.74.bb | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/meta-oe/recipes-support/nss/nss_3.74.bb b/meta-oe/recipes-support/nss/nss_3.74.bb index 38407a7c42..ea5abe07fb 100644 --- a/meta-oe/recipes-support/nss/nss_3.74.bb +++ b/meta-oe/recipes-support/nss/nss_3.74.bb | |||
| @@ -283,12 +283,8 @@ BBCLASSEXTEND = "native nativesdk" | |||
| 283 | 283 | ||
| 284 | CVE_PRODUCT += "network_security_services" | 284 | CVE_PRODUCT += "network_security_services" |
| 285 | 285 | ||
| 286 | # CVE-2006-5201 affects only Sun Solaris | 286 | CVE_STATUS_GROUPS += "CVE_STATUS_NSS" |
| 287 | CVE_CHECK_IGNORE += "CVE-2006-5201" | 287 | CVE_STATUS_NSS[status] = "not-applicable-config: This only affect the legacy db (libnssdbm), only compiled with --enable-legacy-db" |
| 288 | CVE_STATUS_NSS = "CVE-2017-11695 CVE-2017-11696 CVE-2017-11697 CVE-2017-11698" | ||
| 288 | 289 | ||
| 289 | # CVES CVE-2017-11695 CVE-2017-11696 CVE-2017-11697 CVE-2017-11698 only affect | 290 | CVE_STATUS[CVE-2022-3479] = "not-applicable-config: vulnerability was introduced in 3.77 and fixed in 3.87" |
| 290 | # the legacy db (libnssdbm), only compiled with --enable-legacy-db. | ||
| 291 | CVE_CHECK_IGNORE += "CVE-2017-11695 CVE-2017-11696 CVE-2017-11697 CVE-2017-11698" | ||
| 292 | |||
| 293 | # vulnerability was introduced in 3.77 and fixed in 3.87 | ||
| 294 | CVE_CHECK_IGNORE += "CVE-2022-3479" | ||
