Skip to content

CDRIVER-4624 upgrade zlib 1.2.12 to 1.2.13 #1252

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

Merged
merged 3 commits into from
May 1, 2023

Conversation

kevinAlbs
Copy link
Collaborator

@kevinAlbs kevinAlbs commented May 1, 2023

Summary

  • upgrade zlib 1.2.12 to 1.2.13

Verified with this patch build: https://spruce.mongodb.com/version/644fd1c00305b943b8f31539/

Background & Motivation

Upgrading zlib to 1.2.13 is motivated by keeping the dependency up to date.

CDRIVER-4624 links to https://nvd.nist.gov/vuln/detail/CVE-2022-37434, which notes:

only applications that call inflateGetHeader are affected.

I expect the C driver is not impacted by this issue. The C driver does not call inflateGetHeader.

Following the pattern in #981 I removed all subdirectories of the zlib source.

@kevinAlbs kevinAlbs marked this pull request as ready for review May 1, 2023 15:50
@kevinAlbs kevinAlbs requested a review from vector-of-bool May 1, 2023 15:51
@kevinAlbs kevinAlbs merged commit 7c625e7 into mongodb:master May 1, 2023
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