You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix SDK network/secrets integration failures by avoiding the current VMM
seccomp/gvproxy conflict and making MITM TLS validation work inside the
jail.
Test plan:
- Remote e2e runner: Python #155 non-detach failure subset, 25 passed in
116.10s
- Remote e2e runner: Node tests/network-secrets.integration.test.ts, 5
passed
- A/B check without SDK Cargo gvproxy feature changes: Python subset 25
passed, Node network-secrets 5 passed
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Bug Fixes**
* Improved secure upstream TLS validation by extending sandbox trust to
include existing system CA bundles and cert files (read-only).
* Prevented syscall filtering from disrupting network-enabled runs by
skipping the VMM syscall filter when networking is active.
* Updated network interception integration coverage to use a new
upstream endpoint, keeping secret-substitution checks stable.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments