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

Fix govulncheck wrapper + run govulncheck on latest release periodically too #145

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

tianon
Copy link
Owner

@tianon tianon commented Jun 6, 2024

Fixes #144

@@ -9,7 +9,7 @@ excludeVulns="$(jq -nc '[
# fixed in Go 1.20.5+
# https://pkg.go.dev/vuln/GO-2023-1840
# we already mitigate setuid in our code
#"GO-2023-1840", "CVE-2023-29403",
"GO-2023-1840", "CVE-2023-29403",
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have also verified that with this line commented, we get the output for GO-2023-1840 as expected for the latest release binaries.

@tianon tianon merged commit dcb68b2 into master Jun 6, 2024
4 checks passed
@tianon tianon deleted the govulncheck-latest branch June 6, 2024 19: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.

govulncheck-with-excludes reporting lots of results, including archive/zip
1 participant