summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/shadow/shadow_4.8.1.bb
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-15 23:09:23 +0000
commitba90fb0f3d2aca9f99982d58215b113336ace298 (patch)
tree079b097f43aad9aa025ed7ef6037835a4400a309 /meta/recipes-extended/shadow/shadow_4.8.1.bb
parent1982d0cc7c3907a29b5260b1b74e7ef699aa364a (diff)
downloadpoky-ba90fb0f3d2aca9f99982d58215b113336ace298.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: 9d5a05c27a01b3859eae70590ba7dd836abe2719) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 2331e98abb09cbcd56625d65c4e5d258dc29dd04) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/shadow/shadow_4.8.1.bb')
-rw-r--r--meta/recipes-extended/shadow/shadow_4.8.1.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-extended/shadow/shadow_4.8.1.bb b/meta/recipes-extended/shadow/shadow_4.8.1.bb
index ff4aad926f..9dfcd4bc10 100644
--- a/meta/recipes-extended/shadow/shadow_4.8.1.bb
+++ b/meta/recipes-extended/shadow/shadow_4.8.1.bb
@@ -9,3 +9,7 @@ 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_WHITELIST += "CVE-2013-4235" 11CVE_CHECK_WHITELIST += "CVE-2013-4235"
12
13# This is an issue for a different shadow
14CVE_CHECK_WHITELIST += "CVE-2016-15024"
15