mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 19:02:13 +00:00
openflow: ignore CVE-2018-1078
CVE-2018-1078 is not for openflow but in the NVD database the CVE is for a specific implementation that we don't have so we can ignore it. Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
1973a0adc6
commit
5260705b4c
@ -53,3 +53,7 @@ do_install:append() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
FILES:${PN} += "${nonarch_libdir}/tmpfiles.d"
|
FILES:${PN} += "${nonarch_libdir}/tmpfiles.d"
|
||||||
|
|
||||||
|
# This CVE is not for this product but cve-check assumes it is
|
||||||
|
# because two CPE collides when checking the NVD database
|
||||||
|
CVE_CHECK_IGNORE = "CVE-2018-1078"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user