Skip to content

Commit 3239949

Browse files
amrit110AI Engineering Maintenance Bot
andcommitted
Fix security vulnerabilities in dependencies
Security updates: - Update filelock from 3.18.0 to 3.20.1 (fixes GHSA-w853-jp5j-5j7f) - Update urllib3 from 2.5.0 to 2.6.0 (fixes GHSA-gm62-xv2j-4w53, GHSA-2xpw-w6gg-jr37) Severity: High Vulnerabilities fixed: - filelock: TOCTOU race condition allowing local attackers to corrupt/truncate files via symlink attacks - urllib3: Unbounded HTTP encoding chain causing high CPU and memory usage - urllib3: Excessive resource consumption when streaming compressed responses Co-authored-by: AI Engineering Maintenance Bot <[email protected]>
1 parent c3277aa commit 3239949

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ license = "Apache-2.0"
88
repository = "https://github.com/VectorInstitute/implementation-catalog"
99
requires-python = ">=3.12"
1010
dependencies = [
11+
"filelock==3.20.1",
1112
"pyyaml>=6.0.2",
13+
"urllib3==2.6.0",
1214
]
1315

1416
[dependency-groups]

uv.lock

Lines changed: 13 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)