diff mbox series

[1/2] shadow: ignore CVE-2016-15024

Message ID 20230306151709.3737102-1-ross.burton@arm.com
State Accepted, archived
Commit 2331e98abb09cbcd56625d65c4e5d258dc29dd04
Headers show
Series [1/2] shadow: ignore CVE-2016-15024 | expand

Commit Message

Ross Burton March 6, 2023, 3:17 p.m. UTC
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>
---
 meta/recipes-extended/shadow/shadow_4.13.bb | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/meta/recipes-extended/shadow/shadow_4.13.bb b/meta/recipes-extended/shadow/shadow_4.13.bb
index 40b11345c92..d1a3fd5593b 100644
--- a/meta/recipes-extended/shadow/shadow_4.13.bb
+++ b/meta/recipes-extended/shadow/shadow_4.13.bb
@@ -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"