Skip to content

Commit 267b0a2

Browse files
committed
fix(mismatch): ignore CVE-2024-13223 for tabulate
CVE-2024-13223 is for a WordPress plugin by vendor `samwilson`, but it was incorrectly matched to the Python package `tabulate` due to name similarity. This mismatch entry excludes the invalid vendor `samwilson` for `pkg:pypi/tabulate` to prevent a false positive. fixes: #5082
1 parent 1ca6ed0 commit 267b0a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
purls:
2+
- pkg:pypi/tabulate
3+
invalid_vendors:
4+
- samwilson

0 commit comments

Comments
 (0)