Skip to content

Commit 5d0420d

Browse files
fix: address 6 Dependabot security vulnerabilities
- python-multipart 0.0.22 → 0.0.26 (DoS via large preamble/epilogue) - pytest 8.4.1 → 9.0.3 (tmpdir handling vulnerability) - langchain-core 1.2.11 → 1.2.28 (SSRF, path traversal, f-string validation) - langchain-core >=0.2.0,<1.0 → >=1.2.28 in langchain-agentmesh pyproject.toml - tsup 8.0.0 → 8.5.1 (DOM clobbering vulnerability) - rand 0.8.5: dismissed microsoft#176 as inaccurate (vuln affects rand::rng() 0.9.x API only) Fixes Dependabot alerts: microsoft#177, microsoft#175, microsoft#166, microsoft#164, microsoft#157, microsoft#156 Dismissed: microsoft#176 (not applicable to rand 0.8.x) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4f3ecd5 commit 5d0420d

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/agent-os/modules/caas/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pydantic==2.10.3
44
pypdf==6.7.5 # CVE fix: all DoS/infinite-loop vulnerabilities
55
beautifulsoup4==4.12.2
66
lxml==5.3.0
7-
python-multipart==0.0.22
7+
python-multipart==0.0.26
88
tiktoken==0.8.0
99
numpy==1.26.4
1010
scikit-learn==1.6.1

packages/agent-os/modules/scak/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ anthropic==0.39.0 # For Claude API integration
2727
# =============================================================================
2828
# Testing and Development
2929
# =============================================================================
30-
pytest==8.4.1
30+
pytest==9.0.3
3131
pytest-asyncio==1.1.0
3232

3333
# =============================================================================
@@ -40,7 +40,7 @@ jupyter==1.1.1 # For interactive notebooks
4040

4141
# LangChain Integration
4242
langchain==0.3.14 # For LangChain integration
43-
langchain-core==1.2.11 # CVE fix: SSRF via image_url token counting
43+
langchain-core==1.2.28 # CVE fix: SSRF, path traversal, f-string validation
4444

4545
# Distributed Computing (uncomment as needed)
4646
# ray>=2.8.0 # For distributed execution

packages/agentmesh-integrations/copilot-governance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"homepage": "https://github.com/microsoft/agent-governance-toolkit/tree/main/packages/agentmesh-integrations/copilot-governance",
4141
"devDependencies": {
4242
"@types/node": "20.0.0",
43-
"tsup": "8.0.0",
43+
"tsup": "8.5.1",
4444
"typescript": "5.7.3",
4545
"vitest": "3.0.5"
4646
}

packages/agentmesh-integrations/langchain-agentmesh/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
"Topic :: Security :: Cryptography",
3535
]
3636
dependencies = [
37-
"langchain-core>=0.2.0,<1.0",
37+
"langchain-core>=1.2.28",
3838
"cryptography>=45.0.3,<47.0",
3939
]
4040

0 commit comments

Comments
 (0)