Skip to content

Commit 3967d7a

Browse files
authored
Merge branch 'main' into fix/windows-fcntl-import-crash
2 parents 6f2b723 + 91ba0da commit 3967d7a

File tree

2 files changed

+127
-53
lines changed

2 files changed

+127
-53
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
[tool.uv.workspace]
33
members = ["openhands-sdk", "openhands-tools", "openhands-workspace", "openhands-agent-server"]
44

5+
# Security: Enforce minimum versions for transitive dependencies with known CVEs
6+
[tool.uv]
7+
constraint-dependencies = [
8+
"starlette>=0.49.1", # CVE-2025-62727
9+
"aiohttp>=3.13.3", # CVE-2025-69223 + 7 others
10+
"urllib3>=2.6.3", # CVE-2026-21441, CVE-2025-66471, CVE-2025-66418
11+
]
12+
513
# Workspace sources for intra-repo dependencies
614
[tool.uv.sources]
715
openhands-sdk = { workspace = true }

0 commit comments

Comments
 (0)