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

CVE fix by bumping Deps #729

Merged
merged 2 commits into from
Jan 30, 2025
Merged

CVE fix by bumping Deps #729

merged 2 commits into from
Jan 30, 2025

Conversation

mohanmanikanta2299
Copy link
Contributor

Updated the golang.org/x/crypto dependency version to fix the CVEs listed below.

@mohanmanikanta2299 mohanmanikanta2299 requested review from a team as code owners January 30, 2025 08:14
@@ -48,7 +48,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: go.mod
go-version: "1.21"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: Was there any issue with the previous change ?

Copy link
Contributor Author

@mohanmanikanta2299 mohanmanikanta2299 Jan 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copywrite repo was updated and it uses toolchain supported by Go version 1.21 or greater.
But the current go version used in the hcl repo is 1.18 which doesn't support toolchain. Hence the update.

Is this what you are talking about ?

@mohanmanikanta2299 mohanmanikanta2299 merged commit 72f3d78 into main Jan 30, 2025
13 checks passed
@mohanmanikanta2299 mohanmanikanta2299 deleted the Vulnerability_Fix branch January 30, 2025 12:13
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