You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ pip-audit --show-dupes
Found 2 known vulnerabilities in 1 package
Name Version ID Fix Versions
---- ------- ------------------------------- ------------
Flask 0.5 PYSEC-2019-179, FOOBAR-2019-666 1.0
Flask 0.5 PYSEC-2018-66 0.12.3
We could also do this as a separate Aliases column instead, in which case we might want to make the flag --show-aliases.
The text was updated successfully, but these errors were encountered:
FWIW the actual flag name I used was just a placeholder, I don't think it's a great name for UX.
woodruffw
changed the title
CLI: add a --show-dupes flag for showing each result's alias set
CLI: add a flag for showing each result's alias set
Feb 7, 2022
Hello everyone, I've written an implementation for this as I had need for it in a project I was working on (see #721).
I've looked over your contributing docs, but please let me know if you'd like me to go about this another way (and obviously for any adjustments you'd like to make).
Follow-on from #232.
One potential format:
We could also do this as a separate
Aliases
column instead, in which case we might want to make the flag--show-aliases
.The text was updated successfully, but these errors were encountered: