Skip vulnerability reports that are marked as "withdrawn"
See original GitHub issueThe OSV format supports the withdrawn
field, which indicates that a report has been withdrawn and is no longer valid.
pip-audit
should respect that field and ignore any reports that contain it, so long as the field’s timestamp is not after the current time.
Issue Analytics
- State:
- Created a year ago
- Reactions:4
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Ignore "withdrawn" vulnerability reports from PyPI's ... - GitHub
Ignore "withdrawn" vulnerability reports from PyPI's vulnerability ... Skip vulnerability reports that are marked as "withdrawn" #385.
Read more >How To Ignore A Vulnerability (individual or in bulk) and ...
The easiest way to ignore a vulnerability is as follows · Log into Qualys and go to Assets>Asset Search · Paste in the...
Read more >Remediate vulnerabilities | Microsoft Learn
Remediate security weaknesses discovered through security recommendations, and create exceptions if needed, in defender vulnerability ...
Read more >4 steps of Vulnerability Remediation Process - Snyk
Learn more about vulnerability remediation process, how to set up an efficient workflow that fixes or neutralizes detected weaknesses.
Read more >Remediation task and vulnerable item states - ServiceNow Docs
Vulnerability Response offers a state model for the status of the remediation task, at any given time. Knowing how each state relates to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
(I identified this as part of looking into https://github.com/pytest-dev/py/issues/287 – we “correctly” report this spam vulnerability at the moment because it isn’t marked as withdrawn yet, but we should skip it if/when it’s correctly withdrawn.)
#388 is the continuation of this, for PyPI’s vulnerability service.