mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
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: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
@@ -72,3 +72,5 @@ RDEPENDS:${PN}-dev += " ${@bb.utils.contains('PACKAGECONFIG', 'static', '${PN}-s
|
|||||||
SSTATE_SCAN_FILES += "*.cmake"
|
SSTATE_SCAN_FILES += "*.cmake"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|
||||||
|
CVE_STATUS[CVE-2025-1866] = "fixed-version: fixed since 4.3.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user