You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because golang has so many vulnerabilities, any golang application superficially gets tagged with every vulnerability of golang.
Usually all are false positives.
Which service(s) is this request for?
Docker Scout
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
I, as a package maintainer, of the MariaDB Docker Official Images get panicking users complain about the security of the because on simple golang executable gosu.
grooverdan
changed the title
Remedy Docker Scout false postive reports of golang based vulnerabilties using govulchecker
Remedy Docker Scout false postive reports of golang based vulnerabilties using govulnchecker
Nov 28, 2024
Tell us about your request
Because golang has so many vulnerabilities, any golang application superficially gets tagged with every vulnerability of golang.
Usually all are false positives.
Which service(s) is this request for?
Docker Scout
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
I, as a package maintainer, of the MariaDB Docker Official Images get panicking users complain about the security of the because on simple golang executable gosu.
Example: MariaDB/mariadb-docker#546
Compounded by this is the Docker Scout results on Docker Hub
For example, using previous link:
ref: docker-library/official-images#14889
Are you currently working around the issue?
Writing docs https://github.com/MariaDB/mariadb-docker/blob/master/SECURITY.md (that aren't read as I'd like).
Answering issues frequently. Hating Docker Scout more each time it happens (not sure that's a work around).
Additional context
There's a program to check these https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck, so you don't need to report them.
The text was updated successfully, but these errors were encountered: