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

Fix CVE-2022-42003 and CVE-2022-42004 #726

Merged
merged 2 commits into from
Oct 24, 2022

Conversation

brfrn169
Copy link
Collaborator

@brfrn169 brfrn169 commented Oct 24, 2022

This PR fixes CVE-2022-42003 and CVE-2022-42004 by upgrading the Azure Cosmos client. Please take a look!

@brfrn169 brfrn169 self-assigned this Oct 24, 2022
@brfrn169 brfrn169 force-pushed the fix-CVE-2022-42003-CVE-2022-42004 branch from 408d8b9 to 14bae1f Compare October 24, 2022 05:05
@brfrn169 brfrn169 marked this pull request as ready for review October 24, 2022 05:39
@@ -142,7 +142,7 @@ task integrationTestCosmos(type: Test) {
systemProperties(System.getProperties())
}
maxParallelForks = 3
jvmArgs '-XX:MaxDirectMemorySize=2g'
jvmArgs '-XX:MaxDirectMemorySize=2g', '-Xmx4g'
Copy link
Collaborator Author

@brfrn169 brfrn169 Oct 24, 2022

Choose a reason for hiding this comment

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

OOME occurred in the Cosmos Integration test after this change. So increased the heap size.

Copy link
Contributor

@Torch3333 Torch3333 left a comment

Choose a reason for hiding this comment

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

LGTM, thank you!

Copy link
Contributor

@komamitsu komamitsu left a comment

Choose a reason for hiding this comment

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

Looks good! 👍

Copy link
Contributor

@feeblefakie feeblefakie left a comment

Choose a reason for hiding this comment

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

LGTM! Thank you!

@brfrn169 brfrn169 merged commit 4da447a into master Oct 24, 2022
@brfrn169 brfrn169 deleted the fix-CVE-2022-42003-CVE-2022-42004 branch October 24, 2022 06:12
brfrn169 added a commit that referenced this pull request Nov 16, 2022
brfrn169 added a commit that referenced this pull request Nov 16, 2022
brfrn169 added a commit that referenced this pull request Nov 16, 2022
brfrn169 added a commit that referenced this pull request Nov 16, 2022
brfrn169 added a commit that referenced this pull request Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants