cyberark / conjur-inspect

Apache License 2.0
3 stars 0 forks source link

Force use of golang.org/x/net v0.7.0 or higher #34

Closed andytinkham closed 1 year ago

andytinkham commented 1 year ago

Desired Outcome

Clear Snyk's flagging of CVE-2022-41723 on golang.org/x/net

Implemented Changes

Updated existing replace statements and added a new one to prune golang.org/x/net before 0.7.0 from being used. No changes were made in go.sum, which implies one of the further go.mods of our dependencies must have the indirect dependency on golang.org/x/net.

codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit a601d58f and detected 2 issues on this pull request.

Here's the issue category breakdown:

Category Count
Style 2

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 94.2% (0.0% change).

View more on Code Climate.