Vulnerability of dependency "golang.org/x/net"
Closed this issue · 1 comments
Silence-worker-02 commented
Hello, we are a team researching the dependency management mechanism of Golang. During our analysis, we came across your project and noticed that it contains a vulnerability (CVE-2022-41723). In your project, the golang.org/x/net package is being used at version golang.org/x/net v0.1.0, but the patched version is v0.7.0. To fix the vulnerability, we recommend modifying the go.mod file to update the version to v0.7.0. Thank you for your attention to this matter.
ibarrajo commented
Verified go.mod defines a newer version: golang.org/x/net v0.19.0
https://github.com/uber/cadence/blob/master/go.mod#L60C2-L60C26