mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 13:20:34 +00:00
wolfssl: ignore fixed CVEs
These CVEs are tracked without a version by NVD, but all of them have been fixed in the current recipe version. The relevant fixes (from the NVD reports): CVE-2026-0819:2d3941056bCVE-2026-2646:7245ad02bband67abcc6f2dCVE-2026-3503:cc2fdda54cCVE-2026-3548:84ca4a05faandb3f08f33b8Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
parent
e32b974754
commit
6a15ff3e9e
@ -46,3 +46,8 @@ do_install_ptest() {
|
||||
cp -rf ${S}/certs ${D}${PTEST_PATH}
|
||||
cp -rf ${S}/tests ${D}${PTEST_PATH}
|
||||
}
|
||||
|
||||
CVE_STATUS[CVE-2026-0819] = "fixed-version: fixed in 5.9.0"
|
||||
CVE_STATUS[CVE-2026-2646] = "fixed-version: fixed in 5.9.0"
|
||||
CVE_STATUS[CVE-2026-3503] = "fixed-version: fixed in 5.9.0"
|
||||
CVE_STATUS[CVE-2026-3548] = "fixed-version: fixed in 5.9.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user