diff options
author | Andrej Valek <andrej.valek@siemens.com> | 2023-07-20 09:19:50 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-07-21 11:52:26 +0100 |
commit | c15e506a4674e558922c5a75512ca2b5c296cd44 (patch) | |
tree | a0cc1ebf9daca61304185ed901596e31f4029658 /meta/recipes-extended/zip | |
parent | 7e18a90d35a62cd6894385a9dab549a594d5f11e (diff) | |
download | poky-c15e506a4674e558922c5a75512ca2b5c296cd44.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
(From OE-Core rev: 1634ed4048cf56788cd5c2c1bdc979b70afcdcd7)
Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
Reviewed-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/zip')
-rw-r--r-- | meta/recipes-extended/zip/zip_3.0.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-extended/zip/zip_3.0.bb b/meta/recipes-extended/zip/zip_3.0.bb index 82153131b4..3425e8eb7b 100644 --- a/meta/recipes-extended/zip/zip_3.0.bb +++ b/meta/recipes-extended/zip/zip_3.0.bb | |||
@@ -26,11 +26,8 @@ UPSTREAM_VERSION_UNKNOWN = "1" | |||
26 | SRC_URI[md5sum] = "7b74551e63f8ee6aab6fbc86676c0d37" | 26 | SRC_URI[md5sum] = "7b74551e63f8ee6aab6fbc86676c0d37" |
27 | SRC_URI[sha256sum] = "f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369" | 27 | SRC_URI[sha256sum] = "f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369" |
28 | 28 | ||
29 | # Disputed and also Debian doesn't consider a vulnerability | 29 | CVE_STATUS[CVE-2018-13410] = "disputed: Disputed and also Debian doesn't consider a vulnerability" |
30 | CVE_CHECK_IGNORE += "CVE-2018-13410" | 30 | CVE_STATUS[CVE-2018-13684] = "cpe-incorrect: Not for zip but for smart contract implementation for it" |
31 | |||
32 | # Not for zip but for smart contract implementation for it | ||
33 | CVE_CHECK_IGNORE += "CVE-2018-13684" | ||
34 | 31 | ||
35 | # zip.inc sets CFLAGS, but what Makefile actually uses is | 32 | # zip.inc sets CFLAGS, but what Makefile actually uses is |
36 | # CFLAGS_NOOPT. It will also force -O3 optimization, overriding | 33 | # CFLAGS_NOOPT. It will also force -O3 optimization, overriding |