mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-21 11:16:28 +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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
0f048c4c46
commit
5dfcb2603d
@ -38,6 +38,11 @@ raddbdir="${sysconfdir}/${MLPREFIX}raddb"
|
||||
|
||||
SRCREV = "af428abda249b2279ba0582180985a9f6f4a144a"
|
||||
|
||||
CVE_CHECK_IGNORE = "\
|
||||
CVE-2002-0318 \
|
||||
CVE-2011-4966 \
|
||||
"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user