Commit 0716f10
fix(security): supply chain hardening — dep confusion, lockfiles, Dockerfile digest (#2)
- Fix dependency confusion: replace agent-primitives==0.1.0 with local
file references in scak and iatp requirements.txt (CWE-427)
- Pin root Dockerfile base image to SHA digest (CWE-829)
- Generate missing package-lock.json for 4 npm packages (CWE-829):
mcp-proxy, api, chrome extension, mastra-agentmesh
- Remove unsafe npm ci || npm install fallback in ESRP pipeline (CWE-829)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 7a916f6 commit 0716f10
File tree
8 files changed
+20745
-4
lines changed- packages
- agent-mesh
- packages/mcp-proxy
- services/api
- agent-os
- extensions/chrome
- modules
- iatp
- scak
- agentmesh-integrations/mastra-agentmesh
- pipelines
8 files changed
+20745
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments