summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/shadow
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-03-06 15:17:08 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-07 10:45:25 +0000
commit976b65585ad0f42dc97e50a8d238773f51b6670c (patch)
tree140415c136184c3655dd76659853c87303043c32 /meta/recipes-extended/shadow
parente4fb136b7d809f98edf0ee0bf72529c18ab7785b (diff)
downloadpoky-976b65585ad0f42dc97e50a8d238773f51b6670c.tar.gz
shadow: ignore CVE-2016-15024
This recently got an updated CPE which matches this recipe, but the issue is related to an entirely different shadow project so ignore it. (From OE-Core rev: 2331e98abb09cbcd56625d65c4e5d258dc29dd04) Signed-off-by: Ross Burton <ross.burton@arm.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/shadow')
-rw-r--r--meta/recipes-extended/shadow/shadow_4.13.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/shadow/shadow_4.13.bb b/meta/recipes-extended/shadow/shadow_4.13.bb
index 40b11345c9..d1a3fd5593 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"
9# Severity is low and marked as closed and won't fix. 9# Severity is low and marked as closed and won't fix.
10# https://bugzilla.redhat.com/show_bug.cgi?id=884658 10# https://bugzilla.redhat.com/show_bug.cgi?id=884658
11CVE_CHECK_IGNORE += "CVE-2013-4235" 11CVE_CHECK_IGNORE += "CVE-2013-4235"
12
13# This is an issue for a different shadow
14CVE_CHECK_IGNORE += "CVE-2016-15024"