sonatype-nexus-community / chelsea

Dependency vulnerability auditor for Ruby
Apache License 2.0
14 stars 11 forks source link

[FEATURE] Show only vulnerable dependencies by default #30 #33

Closed gmohre closed 4 years ago

gmohre commented 4 years ago

This pull request makes the following changes:

Implements verbose flag, removes quiet flag and fixes some horrendous error handling.

It relates to the following issue https://github.com/sonatype-nexus-community/chelsea/issues/30

cc @bhamail / @DarthHater / @brittanybelle / @gmohre

gmohre commented 4 years ago

I'm realizing this code doesn't yet implement this for the json formatter, nor does it have tests to actually test the verbose functionality. Maybe in a group session?