From c9dddd43b8ad601009fad5e28504fae816764033 Mon Sep 17 00:00:00 2001 From: Weston Steimel Date: Tue, 10 Dec 2024 20:56:31 +0000 Subject: [PATCH] add backports through 3.9 for CVE-2024-11168 Signed-off-by: Weston Steimel --- data/anchore/2024/CVE-2024-11168.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/data/anchore/2024/CVE-2024-11168.json b/data/anchore/2024/CVE-2024-11168.json index abd2b925..e535a200 100644 --- a/data/anchore/2024/CVE-2024-11168.json +++ b/data/anchore/2024/CVE-2024-11168.json @@ -25,11 +25,23 @@ "vendor": "Python Software Foundation", "versions": [ { - "lessThan": "3.11.4", + "lessThan": "3.9.21", "status": "affected", "version": "0", "versionType": "python" }, + { + "lessThan": "3.10.16", + "status": "affected", + "version": "3.10", + "versionType": "python" + }, + { + "lessThan": "3.11.4", + "status": "affected", + "version": "3.11", + "versionType": "python" + }, { "lessThan": "3.12.0b1", "status": "affected",