Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remedy Docker Scout false postive reports of golang based vulnerabilties using govulnchecker #749

Open
grooverdan opened this issue Nov 28, 2024 · 0 comments
Assignees
Labels
community_new New idea raised by a community contributor

Comments

@grooverdan
Copy link

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:

  • stdlib - the golang bit - 3 Critical, 35 High, 16 Medium, .. and ALL ARE FALSE POSITIVES.

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.

@grooverdan grooverdan added the community_new New idea raised by a community contributor label Nov 28, 2024
@grooverdan 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community_new New idea raised by a community contributor
Projects
None yet
Development

No branches or pull requests

2 participants