Skip to content
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

Upgrade golang.org/x/crypto to v0.29.0 for vulnerability fix #79

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

siddhuoo7
Copy link

This pull request addresses a known vulnerability in the golang.org/x/crypto library by upgrading it from version v0.0.0-20200221231518-2aa609cf4a9d to v0.29.0.

Details of the Change

  • Updated golang.org/x/crypto to v0.29.0 in go.mod and go.sum.

Why is this Change Necessary?

The earlier version of the golang.org/x/crypto package has security vulnerabilities that could expose applications to potential risks. Upgrading to v0.29.0 mitigates these vulnerabilities and ensures better security and compliance with the latest standards.

@tdcmeehan
Copy link
Contributor

Please add CI to this repository as a Github action. Thank you!

@siddhuoo7
Copy link
Author

Please add CI to this repository as a Github action. Thank you!

Not sure on how to add CI for this , added a file .github/workflows/run-presto-tests.yml.
Can you guide on how github action pick this test workflow.

@tdcmeehan
Copy link
Contributor

@siddhuoo7 please research this using information publicly available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants