Upgrade golang.org/x/crypto to v0.31.0 for vulnerability fix#79
Closed
siddhuoo7 wants to merge 8 commits intoprestodb:masterfrom
Closed
Upgrade golang.org/x/crypto to v0.31.0 for vulnerability fix#79siddhuoo7 wants to merge 8 commits intoprestodb:masterfrom
siddhuoo7 wants to merge 8 commits intoprestodb:masterfrom
Conversation
|
Please add CI to this repository as a Github action. Thank you! |
Author
Not sure on how to add CI for this , added a file .github/workflows/run-presto-tests.yml. |
|
@siddhuoo7 please research this using information publicly available. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request addresses a known vulnerability in the
golang.org/x/cryptolibrary by upgrading it from versionv0.0.0-20200221231518-2aa609cf4a9dtov0.31.0.Details of the Change
golang.org/x/cryptotov0.31.0ingo.modandgo.sum.Why is this Change Necessary?
The earlier version of the
golang.org/x/cryptopackage has security vulnerabilities that could expose applications to potential risks. Upgrading tov0.31.0mitigates these vulnerabilities and ensures better security and compliance with the latest standards.