Make the tool produce valid JSON when it detects no vulnerabilities#77
Make the tool produce valid JSON when it detects no vulnerabilities#77tarcieri merged 2 commits intorustsec:masterfrom jakubadamw:no-vulnerabilities-json-fix
Conversation
|
Whilst getting this change ready I was facing test failures when using more than one test thread ( |
|
@jakubadamw FYI, I plan on moving much of the existing boilerplate over to this fairly soon: https://docs.rs/abscissa/0.1.0/abscissa/ It includes a testing subsystem, which probably doesn't yet tackle this particular case, but could: https://docs.rs/abscissa/0.1.0/abscissa/testing/index.html
It also addresses all the warnings around |
Fixes #73.