Skip to content

Commit 7ca3f4f

Browse files
committed
feat(Security): Upgrade urllib3 to prevent excessive resource consumption (CVE-2023-45803)
Upgrades urllib3 to patch a security vulnerability where compressed data could lead to an unbounded number of links in the decompression chain, potentially causing resource exhaustion (DoS). This upgrade mitigates the issue described in CVE-2023-45803.
1 parent 8917fa8 commit 7ca3f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ typer==0.16.1
7272
typing-inspection==0.4.1
7373
typing_extensions==4.15.0
7474
ujson==5.11.0
75-
urllib3==2.5.0
75+
urllib3==2.6.2
7676
uvicorn==0.35.0
7777
watchfiles==1.1.0
7878
webencodings==0.5.1

0 commit comments

Comments
 (0)