]> code.ossystems Code Review - openembedded-core.git/commitdiff
rpm: Exclude CVE-2021-20271 from cve-check
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 May 2021 22:28:54 +0000 (23:28 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 May 2021 10:33:47 +0000 (11:33 +0100)
This is included in the release we have, it was the reason for the last rpm
point release.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/rpm/rpm_4.16.1.3.bb

index 7c03b41fc8233278ea5b877447fd9aa727723463..2857cd730c45d273fe9c4a4eae364966ab1b458b 100644 (file)
@@ -47,6 +47,10 @@ SRCREV = "3659b8a04f5b8bacf6535e0124e7fe23f15286bd"
 
 S = "${WORKDIR}/git"
 
+# Fix https://github.com/rpm-software-management/rpm/commit/d6a86b5e69e46cc283b1e06c92343319beb42e21
+# included in 4.16.1.3
+CVE_CHECK_WHIETLIST += "CVE-2021-20271"
+
 DEPENDS = "libgcrypt db file popt xz bzip2 elfutils python3"
 DEPENDS_append_class-native = " file-replacement-native bzip2-replacement-native"