libwebsockets: set status for CVE-2025-1866

Current cve-check code does not correctly decode the entry [1]:

"versions": [
    {
        "changes": [
            {
                "at": "patch 4.3.4",
                "status": "unaffected"
            }
        ],
        "lessThan": "<4.3.4",
        "status": "affected",
        "version": "0",
        "versionType": "git"
    }
]

[1] https://github.com/CVEProject/cvelistV5/blob/main/cves/2025/1xxx/CVE-2025-1866.json

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Peter Marko
2026-07-16 19:02:31 +02:00
committed by Khem Raj
parent 566ad9377b
commit b574afd23b
@@ -73,3 +73,5 @@ RDEPENDS:${PN}-dev += " ${@bb.utils.contains('PACKAGECONFIG', 'static', '${PN}-s
SSTATE_SCAN_FILES += "*.cmake"
BBCLASSEXTEND = "native"
CVE_STATUS[CVE-2025-1866] = "fixed-version: fixed since 4.3.4"