]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
shadow: ignore CVE-2016-15024
authorRoss Burton <ross.burton@arm.com>
Mon, 6 Mar 2023 15:17:08 +0000 (15:17 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Mar 2023 10:44:54 +0000 (10:44 +0000)
This recently got an updated CPE which matches this recipe, but the issue
is related to an entirely different shadow project so ignore it.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-extended/shadow/shadow_4.13.bb

index 40b11345c929c06fa12f9edb1153ee98f330babe..d1a3fd5593bc8420d07ce6cc5d82de08ff128b69 100644 (file)
@@ -9,3 +9,6 @@ BBCLASSEXTEND = "native nativesdk"
 # Severity is low and marked as closed and won't fix.
 # https://bugzilla.redhat.com/show_bug.cgi?id=884658
 CVE_CHECK_IGNORE += "CVE-2013-4235"
+
+# This is an issue for a different shadow
+CVE_CHECK_IGNORE += "CVE-2016-15024"