Closed Cookiehook closed 3 months ago
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.
A vulnerability has been found and patched in urllib3: https://github.com/urllib3/urllib3/security/advisories/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