pyupio / safety

Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected.
https://safetycli.com/product/safety-cli
MIT License
1.66k stars 141 forks source link

Feature: Table output #463

Open andy-maier opened 1 year ago

andy-maier commented 1 year ago

Description

Earlier versions of safety had a table output. That was very good to consume.

The current report format is too verbose. The --short-format option also does not solve that, because it just truncates the explanation (making it pretty useless) without condensing the output format in any way.

Can we get back the table output?