Commit fc1599e
CORE-780: pin urllib3>=2.7.0 for Dependabot high alerts (#2229)
Adds an explicit `urllib3>=2.7.0,<3.0.0` constraint to pyproject.toml
to address two open Dependabot high-severity alerts. urllib3 is a
transitive dep (via `requests` and `boto3`), and without a lock file
this constraint is the canonical way to ensure consumers install the
fixed version.
CVEs addressed:
- GHSA-mf9v-mfxr-j63j: Decompression-bomb safeguards bypassed in
parts of the streaming API (vulnerable >=2.6.0,<2.7.0)
- urllib3: Sensitive headers forwarded across origins in proxied
low-level redirects (vulnerable >=1.23,<2.7.0)
[run-e2e]
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>1 parent 55d4776 commit fc1599e
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
0 commit comments