FYI #Github #Dependabot flags that #Go crypto #vulnerability in your project even if you aren't affected. It checks if you import the package, not if you actually use the affected functions. govulncheck does it correctly.
Lucky for me that means I don't have to change anything in my project.
Thanks to @filippo
(I wonder how many people mute the word "crypto" and miss out on all kinds of important/interesting things?)
@teleclimber @filippo
That these rudimentary "vulnerability scanners" get to externalize the cost of their overly simplistic implementation on every open source project is maddening to me.
I wish the folks receiving these false positives would pressure the tool vendors to improve rather than pressuring everyone else to walk this endless treadmill, but of course they don't because the user of those tools usually doesn't have enough information to tell whether the report is reasonable.