mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 18:55:41 +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:
parent
0fc9d446d1
commit
b9fe34b1ad
@ -50,3 +50,8 @@ do_install_append() {
|
|||||||
do_compile_ptest() {
|
do_compile_ptest() {
|
||||||
oe_runmake buildtest-TESTS
|
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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user