You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: