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
This commit is contained in:
Ian Littman 2025-03-03 09:05:13 -06:00 committed by GitHub
parent 949dbbd8c3
commit 5cfb723b6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",