mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
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:
parent
949dbbd8c3
commit
5cfb723b6c
1 changed files with 4 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue