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:
Davide Gardenal 2022-07-15 15:35:15 +02:00 committed by Khem Raj
parent 0f048c4c46
commit 5dfcb2603d

View File

@ -38,6 +38,11 @@ raddbdir="${sysconfdir}/${MLPREFIX}raddb"
SRCREV = "af428abda249b2279ba0582180985a9f6f4a144a"
CVE_CHECK_IGNORE = "\
CVE-2002-0318 \
CVE-2011-4966 \
"
PARALLEL_MAKE = ""
S = "${WORKDIR}/git"