From 2cb622eea652f1ee0e301642943e596d5d4cf0d9 Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Wed, 9 Sep 2026 20:31:39 +1200 Subject: [PATCH] python3-gunicorn: mark CVE-2024-1135 patched Debian[1] also identified the commit. Details: https://nvd.nist.gov/vuln/detail/cve-2024-1135 [1]https://security-tracker.debian.org/tracker/CVE-2024-1135 Signed-off-by: Ankur Tyagi Signed-off-by: Anuj Mittal --- meta-python/recipes-devtools/python/python3-gunicorn_25.3.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-gunicorn_25.3.0.bb b/meta-python/recipes-devtools/python/python3-gunicorn_25.3.0.bb index cf41feae70..90a903ea53 100644 --- a/meta-python/recipes-devtools/python/python3-gunicorn_25.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-gunicorn_25.3.0.bb @@ -29,3 +29,5 @@ do_install_ptest() { } RDEPENDS:${PN} += "python3-setuptools python3-fcntl" + +CVE_STATUS[CVE-2024-1135] = "fixed-version: fixed since v22.0.0"