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

High CVE on golang.org/x/net #277

Closed
sodul opened this issue Jan 17, 2024 · 1 comment
Closed

High CVE on golang.org/x/net #277

sodul opened this issue Jan 17, 2024 · 1 comment

Comments

@sodul
Copy link

sodul commented Jan 17, 2024

Our security scans are detecting a high CVE: https://nvd.nist.gov/vuln/detail/CVE-2022-41721

This is caused by an indirect dependency on golang.org/x/net v0.0.0-20221002022538-bcab6841153b.

The go mod graph command shows that the dependency comes from bluemonday. Since this was addressed in bluemonday 1.0.26, the fix should be simply to update go.mod to point to 1.0.26 or newer and perform a new release.

microcosm-cc/bluemonday@0eb99d2

This relates to containerscrew/tftools#3

@caarlos0
Copy link
Member

this should have been fixed by #307

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 a pull request may close this issue.

2 participants