Skip to content

Update go modules for detected CVEs#332

Merged
ncabatoff merged 1 commit intoncabatoff:masterfrom
simdugas:331-fix-go-vulns
Jan 10, 2025
Merged

Update go modules for detected CVEs#332
ncabatoff merged 1 commit intoncabatoff:masterfrom
simdugas:331-fix-go-vulns

Conversation

@simdugas
Copy link
Copy Markdown
Contributor

@simdugas simdugas commented Jan 6, 2025

Ran the following series of commands to update the modules according to the output of a trivy scan in #331

  • go get golang.org/x/crypto@v0.31.0
  • go get golang.org/x/net@v0.33.0

The following also needed to be updated:

  • go get github.com/prometheus/procfs@v0.14.0
  • go get golang.org/x/net/idna@v0.33.0
  • go get github.com/prometheus/exporter-toolkit/web@v0.11.0

Ran the following series of commands to update the modules according to
the output of a trivy scan:
* go get golang.org/x/crypto@v0.31.0
* go get golang.org/x/net@v0.33.0

The following also needed to be updated:
* go get github.com/prometheus/procfs@v0.14.0
* go get golang.org/x/net/idna@v0.33.0
* go get github.com/prometheus/exporter-toolkit/web@v0.11.0
@simdugas
Copy link
Copy Markdown
Contributor Author

simdugas commented Jan 7, 2025

@ncabatoff could we get this one merged with a new image build? Looks like multiple users are interested.

@ncabatoff ncabatoff merged commit 626431b into ncabatoff:master Jan 10, 2025
@ncabatoff
Copy link
Copy Markdown
Owner

Thanks @simdugas !

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