security: upgrade go-getter to v1.8.1 and Go to 1.24#327
Open
cc-shekher wants to merge 1 commit intosnyk:mainfrom
Open
security: upgrade go-getter to v1.8.1 and Go to 1.24#327cc-shekher wants to merge 1 commit intosnyk:mainfrom
cc-shekher wants to merge 1 commit intosnyk:mainfrom
Conversation
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) ✅ code/snyk check is complete. No issues have been found. (View Details) |
4d6d2f7 to
780cf60
Compare
…DK v1 vulnerability - Upgraded github.com/hashicorp/go-getter from v1.7.9 to v1.8.1 - Upgraded Go from 1.23.0 to 1.24 (required by go-getter v1.8.1) - Upgraded toolchain from go1.23.4 to go1.24.2 - Updated CI pipeline to test Go 1.24 in addition to 1.21, 1.22, 1.23 - Migrated from deprecated AWS SDK v1 to supported AWS SDK v2 - Removed security vulnerability from unsupported AWS SDK v1 dependency - Updated related dependencies for compatibility and security - All tests pass and application functionality verified Fixes security issue where go-getter v1.7.9 used deprecated AWS SDK v1 which is no longer supported. The upgrade to v1.8.1 automatically migrates to AWS SDK v2, eliminating the security risk. The Go 1.24 upgrade is required by the newer go-getter version.
780cf60 to
3fb3231
Compare
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.
Summary
Upgrades go-getter from v1.7.9 to v1.8.1 and Go from 1.23 to 1.24 to resolve security vulnerability with AWS SDK v1.
Security Impact
Changes
github.com/hashicorp/go-getterfrom v1.7.9 to v1.8.1github.com/aws/aws-sdk-go v1.44.122Files Changed
go.mod- Dependency and Go version updatesgo.sum- Updated checksums.github/workflows/test.yaml- Added Go 1.24 to CI test matrixTesting
go build ./...)Checklist