Skip to content

fix(mismatch): add invalid vendor for tabulate to avoid false positive on CVE-2024-13223 #5190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Alina-Podoba
Copy link

This PR adds a mismatch rule to the mismatch database for pkg:pypi/tabulate to prevent a false positive on CVE-2024-13223.

Although the CVE refers to a WordPress plugin by vendor samwilson, it is incorrectly matched to the Python package tabulate due to name similarity.

To resolve this, I added samwilson to the invalid_vendors list in mismatch_data/pypi/tabulate/mismatch_relations.yml, following the project's instructions for resolving vendor mismatches.

fixes: #5082

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

false positive on tabulate -- add to mismatch db
2 participants