bxcodec / go-clean-arch

Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture
MIT License
9.03k stars 1.19k forks source link

Vulnerability of dependency "golang.org/x/net" #79

Open Silence-worker-02 opened 1 year ago

Silence-worker-02 commented 1 year ago

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.0.0-20180906233101-161cd47e91fd, 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.

Silence-worker-02 commented 1 year ago

We also came across your project and noticed that it contains a vulnerability (CVE-2022-40083). In your project, the github.com/labstack/echo package is being used at version github.com/labstack/echo v3.3.5, but the patched version is v4.9.0. To fix the vulnerability, we recommend modifying the go.mod file to update the version to v4.9.0 or higher. Thank you for your attention to this matter.