jq: Fix CVE-2026-43895

This patch applies the upstream fix as referenced in [2], using the commit shown in [1].

[1] https://github.com/jqlang/jq/commit/9d223f153c3632a207fa071caaa6292da33ae361
[2] https://github.com/jqlang/jq/security/advisories/GHSA-7q7g-mrq3-phxr

Signed-off-by: Darsh Kelaiya <dkelaiya@cisco.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
Darsh Kelaiya
2026-07-20 10:59:39 -07:00
committed by Anuj Mittal
parent b769133423
commit 99f7ee0390
2 changed files with 1544 additions and 0 deletions
File diff suppressed because it is too large Load Diff
+1
View File
@@ -24,6 +24,7 @@ SRC_URI = "git://github.com/jqlang/jq.git;protocol=https;branch=master;tag=jq-${
file://CVE-2026-43894.patch \
file://CVE-2026-43896.patch \
file://CVE-2026-44777.patch \
file://CVE-2026-43895.patch \
"
inherit autotools ptest