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:
Armin Kuster 2021-08-22 08:44:44 -07:00 committed by Armin Kuster
parent 0fc9d446d1
commit b9fe34b1ad

View File

@ -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"