mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
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>
This commit is contained in:
committed by
Armin Kuster
parent
0fc9d446d1
commit
b9fe34b1ad
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user