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

Include vulncheck in make #1285

Merged
merged 2 commits into from
Sep 14, 2022
Merged

Conversation

pjuarezd
Copy link
Member

@pjuarezd pjuarezd commented Sep 13, 2022

Vulnerability test also available in the Makefile.

One caveat is that currently there is a "vulnerability" in "net/url" package whose fix is in 1.18.6 and 1.19.1, however the DB only lists the fix in 1.19.1,

Already requested to include 1.18.6 as fixed verison
golang/vulndb#994

no dependency on thirdparty actions

- Get latest go version
- No vulncheck in `make build`
@pjuarezd
Copy link
Member Author

pjuarezd commented Sep 13, 2022

Vulncheck is failing in 1.18 due to a problem with report GO-2022-0969, it's supposed to be fixed in 1.1.8.6 however the utility stills markes it as vulnerable, reported on golang/vulndb#996

Open issue in golang/go#55035

.github/workflows/vulncheck.yml Outdated Show resolved Hide resolved
@harshavardhana harshavardhana merged commit eb5f56e into minio:master Sep 14, 2022
@pjuarezd pjuarezd deleted the vulncheck-make branch September 14, 2022 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants