sonatype-nexus-community / nancy

A tool to check for vulnerabilities in your Golang dependencies, powered by Sonatype OSS Index
Apache License 2.0
562 stars 74 forks source link

Implement parsing of go list -deps -json ./... and maintain the rest #247

Closed DarthHater closed 3 years ago

DarthHater commented 3 years ago

This should resolve #228 , it adds the ability to parse that type of output, and streamlines the code a tiny bit (at the expense of stronger typing, sadly)

For others edification:

This pull request makes the following changes:

It relates to the following issue #s:

cc @bhamail / @DarthHater

A nice bow to @SirMaster who got the groundwork laid, too!

DarthHater commented 3 years ago

cc @dnwe