Skip to content

Commit

Permalink
chore: add test case for deduplicated cpe
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Zantow <[email protected]>
  • Loading branch information
kzantow committed Dec 20, 2023
1 parent fe6815d commit 4a558ed
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@
"criteria": "cpe:2.3:a:python:python:3.11.0:alpha3:*:*:*:*:*:*",
"matchCriteriaId": "3F6F71F3-299E-4A4B-ADD1-EAD5A1D433E2"
},
{
"vulnerable": true,
"criteria": "cpe:2.3:a:python:python:3.11.0:alpha4:*:*:*:*:*:*",
"matchCriteriaId": "09BBF4E9-EA54-41B5-948E-8E3D2660B7EF"
},
{
"vulnerable": true,
"criteria": "cpe:2.3:a:python:python:3.11.0:alpha4:*:*:*:*:*:*",
Expand Down Expand Up @@ -196,4 +201,4 @@
}
]
}
}
}

0 comments on commit 4a558ed

Please sign in to comment.