mirror of
git://git.yoctoproject.org/meta-dpdk.git
synced 2025-07-19 21:09:04 +02:00
dpdk/19.11: ignore CVE-2022-28199
This is fixed in 19.11 but the CPE data in NVD is incomplete. [upstream commit link : https://git.dpdk.org/dpdk-stable/commit/?h=19.11&id=8b090f2664e9d014cd8fa0fde90597aaf4349e7e] Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
34e5b67f25
commit
8d788d115c
|
@ -12,13 +12,16 @@ LIC_FILES_CHKSUM = "file://license/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4
|
||||||
file://license/lgpl-2.1.txt;md5=4b54a1fd55a448865a0b32d41598759d \
|
file://license/lgpl-2.1.txt;md5=4b54a1fd55a448865a0b32d41598759d \
|
||||||
file://license/bsd-3-clause.txt;md5=0f00d99239d922ffd13cabef83b33444"
|
file://license/bsd-3-clause.txt;md5=0f00d99239d922ffd13cabef83b33444"
|
||||||
|
|
||||||
# CVE-2021-3839 has been fixed by commit aef547884b in 19.11
|
|
||||||
# NVD database is incomplete
|
|
||||||
CVE_CHECK_WHITELIST += "\
|
|
||||||
CVE-2021-3839 \
|
|
||||||
"
|
|
||||||
|
|
||||||
do_install_append () {
|
do_install_append () {
|
||||||
# Remove the unneeded dir
|
# Remove the unneeded dir
|
||||||
rm -rf ${D}/${INSTALL_PATH}/${RTE_TARGET}/app
|
rm -rf ${D}/${INSTALL_PATH}/${RTE_TARGET}/app
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# CVE-2021-3839 has been fixed by commit aef547884b in 19.11
|
||||||
|
# NVD database is incomplete
|
||||||
|
# CVE-2022-28199 has been fixed by commit ef311075d2 in 19.11
|
||||||
|
# NVD database is incomplete
|
||||||
|
CVE_CHECK_WHITELIST += "\
|
||||||
|
CVE-2021-3839 \
|
||||||
|
CVE-2022-28199 \
|
||||||
|
"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user