-
Notifications
You must be signed in to change notification settings - Fork 41
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
Update golang.org/x/crypto and go-mssql dependencies #1479
Conversation
79f8a4b
to
68b960f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. Snyk can't scan the /go.mod file, so can't say if there are issues there. Should we update that go.mod to point to crypto v0.2.0 at the same time? Approving in case you want to do that as a separate change. Thanks, @gl-johnson!
68b960f
to
41d3da1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! One change needed - in the go.mod, stuff for our libraries needs to keep latest so the auto-updating works. Otherwise, looks good!
go.mod
Outdated
@@ -160,16 +160,16 @@ exclude github.com/emicklei/go-restful v2.9.5+incompatible | |||
replace honnef.co/go/tools => github.com/dominikh/go-tools v0.0.1-2019.2.3 | |||
|
|||
// DO NOT EDIT: CHANGES TO THE BELOW LINE WILL BREAK AUTOMATED RELEASES | |||
replace github.com/cyberark/conjur-api-go => github.com/cyberark/conjur-api-go latest | |||
replace github.com/cyberark/conjur-api-go => github.com/cyberark/conjur-api-go v0.10.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These need to be put back to "latest" after running go mod tidy, so that the build process pulls in the latest version. (also appliaes in line 166, 169, and 172)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woops, good catch. Pushed up the fix!
41d3da1
to
7772644
Compare
Code Climate has analyzed commit 7772644 and detected 2 issues on this pull request. Here's the issue category breakdown:
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 70.7% (0.0% change). View more on Code Climate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks @gl-johnson
Desired Outcome
Fix vulnerability in Juxtaposer's golang.org/x/net version by updating upstream dependencies:
Definition of Done
At least 1 todo must be completed in the sections below for the PR to be
merged.
Changelog
CHANGELOG update
Test coverage
changes, or
Documentation
README
s) were updated in this PRBehavior
Security