From 5cfb723b6cb5bc590e470987c590e71692be2f11 Mon Sep 17 00:00:00 2001 From: Ian Littman Date: Mon, 3 Mar 2025 09:05:13 -0600 Subject: [PATCH] Add newly reported CVE-2025-1795 to test for Python 3.12.0 expected vulns (#26751) For #26748. No changes file etc. as this is just a vulns feed conformance test. This vuln came in from Vulncheck. - [x] Added/updated automated tests --- server/vulnerabilities/nvd/cve_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/vulnerabilities/nvd/cve_test.go b/server/vulnerabilities/nvd/cve_test.go index 9522731ddd..4bfc91d8ce 100644 --- a/server/vulnerabilities/nvd/cve_test.go +++ b/server/vulnerabilities/nvd/cve_test.go @@ -423,6 +423,10 @@ func TestTranslateCPEToCVE(t *testing.T) { }, "cpe:2.3:a:python:python:3.12.0:-:*:*:*:macos:*:*": { includedCVEs: []cve{ + { + ID: "CVE-2025-1795", + resolvedInVersion: "3.12.3", + }, { ID: "CVE-2024-7592", resolvedInVersion: "3.12.6",