jeemok/better-npm-audit

(Add option to) remove vulnerabilities below specified level in the table

Schweinepriester opened this issue · 0 comments

While running

better-npm-audit audit --level "high"

leads to a different output at the end (e.g. "12 vulnerabilities found") versus

better-npm-audit audit

(e.g. "25 vulnerabilities found"), all vulnerabilities with a severity/level below "high" are still present in the displayed table.

So I'd like (an option) to get the table with only the level specified (and higher).