Skip to content

urllib3 vulnerability GHSA-34jh-p97f-mpxf #508

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

Closed
Cookiehook opened this issue Jul 25, 2024 · 3 comments · Fixed by #510
Closed

urllib3 vulnerability GHSA-34jh-p97f-mpxf #508

Cookiehook opened this issue Jul 25, 2024 · 3 comments · Fixed by #510
Labels
dependencies Pull requests that update a dependency file

Comments

@Cookiehook
Copy link

A vulnerability has been found and patched in urllib3: GHSA-34jh-p97f-mpxf
Datadog-lambda has an explicit pin of version <2.1.0 urllib3: https://github.com/DataDog/datadog-lambda-python/blob/main/pyproject.toml#L34

This is preventing us from remediating the vulnerability in our applications, as poetry cannot resolve to install datadog-lambda-python and urllib3 2.2.2.

Could you please update your dependencies to allow the security patch in urllib3 2.2.2 to be included in the installation?

Specifications

  • Datadog Lambda Layer version: 6.97.0
  • Python version: 3.12
@duncanista duncanista added the dependencies Pull requests that update a dependency file label Jul 25, 2024
@astuyve
Copy link
Contributor

astuyve commented Jul 26, 2024

Hi @Cookiehook - thanks for the note! We had made this pin because of botocore as per the pr. If this has been fixed upstream, we can remove the restriction entirely.

@Cookiehook
Copy link
Author

Hi @astuyve ,
From what I can see, the restriction in botocore has been lifted in March this year:

I won't pretend to understand the details of the datadog-lambda-python package or your testing procedures, but this looks to me like you can un-pin and re-test and this should work.

@astuyve astuyve mentioned this issue Aug 8, 2024
11 tasks
@astuyve
Copy link
Contributor

astuyve commented Aug 12, 2024

Hi @Cookiehook - this is now released in v6.98.

Best!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants