Closed adadkins closed 2 years ago
Would also need this fix.
@isp1r0 @praetorian-harry Hey sorry to ping, just curious if we can merge this so gokart works with new go projects
@ynsta @adadkins the go team recently announced https://go.dev/blog/vuln
@sc-atompower thanks for that, i did not see that announcement. I'm gong to close this PR and switch to using that. Thanks
@ynsta @adadkins the go team recently announced https://go.dev/blog/vuln
It's not even the same thing. GoKart is a static code analyser. GoVulnCheck is for dependency vulnerability management.
This issue should be reopened.
Reopening
Hey @adadkins thank you for your help with this PR. I updated it slightly, so the current main branch https://github.com/praetorian-inc/gokart/pull/80 should now work.
If you run
gokart scan
on go 1.18 projects, you get an error:internal error: package "time" without types was imported from "github.com/Omaze/cl-sweeps-api/internal/common"
We need to have a 1.18 build for gokart for it to work with new go projects