From be33e6ddb1e8021b4fd89a9abdca22b21c4dbd47 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 8 Jan 2026 01:32:55 -0800 Subject: [PATCH] =?UTF-8?q?Vulnerability=20Details=20(CWE-409=20-=20Decomp?= =?UTF-8?q?ression=20Bomb)=20Affected:=20urllib3=20=E2=89=A4=202.6.2=20Ris?= =?UTF-8?q?k:=20Malicious=20servers=20can=20trigger=20excessive=20resource?= =?UTF-8?q?=20consumption=20via=20decompression=20bombs=20Attack=20Vector:?= =?UTF-8?q?=20Redirect=20responses=20with=20preload=5Fcontent=3DFalse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 0a51093..ac33e7b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,8 @@ json5>=0.9.0 jupyter>=1.0.0 notebook>=6.4.0 ipython>=7.0.0 +urllib3>=2.6.3 + # Data analysis and visualization numpy>=1.19.0