mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
freeradius: ignore patched CVEs
CVE-2002-0318 and CVE-2011-4966 are both patched in our version of freeradius. The CPE in the NVD database doesn't reflect correctly the vulnerable versions that's why they are incorrectly picked up. Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com>
This commit is contained in:
committed by
Armin Kuster
parent
b7c6c47d4d
commit
4b4c6f4a8a
@@ -38,6 +38,11 @@ raddbdir="${sysconfdir}/${MLPREFIX}raddb"
|
|||||||
|
|
||||||
SRCREV = "af428abda249b2279ba0582180985a9f6f4a144a"
|
SRCREV = "af428abda249b2279ba0582180985a9f6f4a144a"
|
||||||
|
|
||||||
|
CVE_CHECK_IGNORE = "\
|
||||||
|
CVE-2002-0318 \
|
||||||
|
CVE-2011-4966 \
|
||||||
|
"
|
||||||
|
|
||||||
PARALLEL_MAKE = ""
|
PARALLEL_MAKE = ""
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|||||||
Reference in New Issue
Block a user