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

Bump the AWS SDK version to 2.22.12 and 1.12.633 to fix all vulnerabilities #323

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

YangSan0622
Copy link
Contributor

Issue #, if available:
N/A

Description of changes:
Increasing the AWS SDK version to fix some vulnerabilities we have

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@YangSan0622 YangSan0622 force-pushed the aws-sdk-version-update branch 3 times, most recently from 23b60a8 to 033ca1d Compare January 16, 2024 21:54
@@ -97,6 +97,7 @@ public void testBuildConfig_fromMap_succeeds() {
public void testBuildConfig_noRegionConfigsSupplied_throwsException() {
Map<String, Object> configWithoutRegion = new HashMap<>();
configWithoutRegion.put(AWSSchemaRegistryConstants.AWS_ENDPOINT, "https://test/");
System.setProperty("aws.profile", "");
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this needed for localstack to run?

Copy link
Contributor Author

@YangSan0622 YangSan0622 Jan 16, 2024

Choose a reason for hiding this comment

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

no, this is needed because we updated AWS SDK versions, so we need to unset the system property for the test to pass as new AWS SDK will get region defined in profile now.

@YangSan0622 YangSan0622 merged commit a69e28c into master Jan 16, 2024
9 checks passed
@YangSan0622 YangSan0622 deleted the aws-sdk-version-update branch January 16, 2024 23:17
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