Description
cve-bin-tool is reporting
Vulnerable component tabulate_0.9.0 found in dev-requirements.txt
But then the actual CVE it's listing is one for a wordpress plugin, not a python package:
https://nvd.nist.gov/vuln/detail/CVE-2024-13223
We probably need an entry in the mismatch database to fix this. Instructions for that here:
https://cve-bin-tool.readthedocs.io/en/latest/mismatch_data.html
Probably doable by a beginner though I'll warn you, AI assistants likely won't know how to write mismatch files, so do read the instructions for that instead of letting copilot have at it. Experienced folk, feel free to have at this one as well. I'd rather have it fixed sooner rather than later.
Short tips for new contributors:
- cve-bin-tool's contributor docs
- If you've contributed to open source but not this project, you might just want our checklist for a great pull request
- cve-bin-tool uses https://www.conventionalcommits.org/ style for commit messages, and we have a test that checks the title of your pull request (PR). A good potential title for this one is in the title of this issue.
- You can make an issue auto close by including a comment "fixes #ISSUENUMBER" in your PR comments where ISSUENUMBER is the actual number of the issue. This "links" the issue to the pull request.
Claiming issues:
- You do not need to have an issue assigned to you before you work on it. To "claim" an issue either make a linked pull request or comment on the issue saying you'll be working on it.
- If someone else has already commented or opened a pull request, assume it is claimed and find another issue to work on.
- If it's been more than 1 week without progress, you can ask in a comment if the claimant is still working on it before claiming it yourself (give them at least 3 days to respond before assuming they have moved on).