Skip to content

Commit

Permalink
Hotfix CVE test (#22349)
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlikelee committed Sep 24, 2024
1 parent ea0175e commit 839106c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/vulnerabilities/nvd/cve_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ func TestTranslateCPEToCVE(t *testing.T) {
},
"cpe:2.3:a:python:python:3.9.6:*:*:*:*:windows:*:*": {
includedCVEs: []cve{
{ID: "CVE-2024-4030", resolvedInVersion: "3.12.4"},
{ID: "CVE-2024-4030", resolvedInVersion: "3.9.20"},
},
continuesToUpdate: true,
},
Expand Down

0 comments on commit 839106c

Please sign in to comment.