Open thbar opened 8 years ago
Currently there is no way of ignoring specific CVEs. It shouldn't be too difficult to add: https://github.com/rubysec/bundler-audit/blob/master/spec/scanner_spec.rb#L40 https://github.com/christianhellsten/guard-bundler-audit/blob/master/lib/guard/bundler_audit.rb#L35
@thbar : Funny that I find you here xD I'll have a look to that issue now that I'm a contributor, haha.
Sometimes CVE can be fixed through manual patching on specific cases, and in those cases to remove the bundler audit warning it's convenient to use the
--ignore
switch.Is there a way to pass this through the configuration of
guard-bundler-audit
?