aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-08-22 08:44:44 -0700
committerArmin Kuster <akuster@mvista.com>2021-08-24 21:25:51 -0700
commitb9fe34b1ad280d1ae7f8bc684715d2d1529c60fa (patch)
tree4528e7c915388115777cfeef675a758ebd49caba
parent0fc9d446d17391e33dfb5e6d42313a5bd38fd930 (diff)
downloadmeta-openembedded-b9fe34b1ad280d1ae7f8bc684715d2d1529c60fa.tar.gz
tcpdump: Exclude CVE-2020-8036 from check
This issue was introduce in 4.9 by 246ca110 Autosar SOME/IP protocol support which is after 4.9.3 Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-networking/recipes-support/tcpdump/tcpdump_4.9.3.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.9.3.bb b/meta-networking/recipes-support/tcpdump/tcpdump_4.9.3.bb
index 8f7bd59f18..2ea493863a 100644
--- a/meta-networking/recipes-support/tcpdump/tcpdump_4.9.3.bb
+++ b/meta-networking/recipes-support/tcpdump/tcpdump_4.9.3.bb
@@ -50,3 +50,8 @@ do_install_append() {
do_compile_ptest() {
oe_runmake buildtest-TESTS
}
+
+#https://nvd.nist.gov/vuln/detail/CVE-2020-8036
+#Introduce in 4.9 by 246ca110 Autosar SOME/IP protocol support
+#which does not exist in 4.9.3
+CVE_CHECK_WHITELIST += "CVE-2020-8036"