diff options
| author | Davide Gardenal <davidegarde2000@gmail.com> | 2022-07-18 13:07:06 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-07-18 09:11:22 -0700 |
| commit | efa12676dd0676fd0aa63457d7ba360fe8a6fae2 (patch) | |
| tree | ad3dea96d17132931893fc8b9ef0edf212de5a8e /meta-oe/recipes-extended | |
| parent | 261465eb6e2bd8f83e6841f8e42e1fb1be6d1499 (diff) | |
| download | meta-openembedded-efa12676dd0676fd0aa63457d7ba360fe8a6fae2.tar.gz | |
meta-oe: ignore patched CVEs
Some old CVEs don't have a vulnerable version range in the NVD database,
this causes come mismatch with cve-check. Ignore many CVEs that are
picked up by the class but are patched in our products.
Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
| -rw-r--r-- | meta-oe/recipes-extended/sanlock/sanlock_3.8.4.bb | 4 | ||||
| -rw-r--r-- | meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/sanlock/sanlock_3.8.4.bb b/meta-oe/recipes-extended/sanlock/sanlock_3.8.4.bb index ecbfad394d..a59a5c41df 100644 --- a/meta-oe/recipes-extended/sanlock/sanlock_3.8.4.bb +++ b/meta-oe/recipes-extended/sanlock/sanlock_3.8.4.bb | |||
| @@ -21,6 +21,10 @@ SRCREV = "a181e951376d49a82eef17920c8ebedec80b4823" | |||
| 21 | 21 | ||
| 22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
| 23 | 23 | ||
| 24 | CVE_CHECK_IGNORE += "\ | ||
| 25 | CVE-2012-5638 \ | ||
| 26 | " | ||
| 27 | |||
| 24 | DEPENDS = "libaio util-linux" | 28 | DEPENDS = "libaio util-linux" |
| 25 | 29 | ||
| 26 | inherit setuptools3 useradd | 30 | inherit setuptools3 useradd |
diff --git a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb index 7e00f150d3..4b9ae4758f 100644 --- a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb +++ b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb | |||
| @@ -32,6 +32,10 @@ SRC_URI = "http://downloads.sourceforge.net/sblim/${BP}.tar.bz2 \ | |||
| 32 | SRC_URI[md5sum] = "28021cdabc73690a94f4f9d57254ce30" | 32 | SRC_URI[md5sum] = "28021cdabc73690a94f4f9d57254ce30" |
| 33 | SRC_URI[sha256sum] = "634a67b2f7ac3b386a79160eb44413d618e33e4e7fc74ae68b0240484af149dd" | 33 | SRC_URI[sha256sum] = "634a67b2f7ac3b386a79160eb44413d618e33e4e7fc74ae68b0240484af149dd" |
| 34 | 34 | ||
| 35 | CVE_CHECK_IGNORE += "\ | ||
| 36 | CVE-2012-3381 \ | ||
| 37 | " | ||
| 38 | |||
| 35 | inherit autotools | 39 | inherit autotools |
| 36 | inherit systemd | 40 | inherit systemd |
| 37 | 41 | ||
