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: 2d3941056b
CVE-2026-2646: 7245ad02bb
  and 67abcc6f2d
CVE-2026-3503: cc2fdda54c
CVE-2026-3548: 84ca4a05fa
  and b3f08f33b8

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Gyorgy Sarvari 2026-04-06 17:50:44 +02:00 committed by Khem Raj
parent e32b974754
commit 6a15ff3e9e
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"