mirror of
https://github.com/langgenius/dify-sandbox.git
synced 2026-07-25 21:46:12 -04:00
[PR #211] feat: use agent-infra sandbox instead of seccomp #210
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-sandbox/pull/211
Author: @fatelei
Created: 1/15/2026
Status: 🔄 Open
Base:
main← Head:microsandbox📝 Commits (1)
916eecbfeat: use agent-infra sandbox instead of seccomp📊 Changes
47 files changed (+1415 additions, -73 deletions)
View changed files
📝
.gitignore(+4 -1)➕
.golangci.yml(+102 -0)➕
.pre-commit-config.yaml(+36 -0)➕
Makefile(+96 -0)📝
README.md(+66 -8)📝
cmd/lib/nodejs/main.go(+2 -0)📝
cmd/lib/python/main.go(+2 -0)📝
cmd/test/fuzz_nodejs/main.go(+3 -0)📝
cmd/test/fuzz_nodejs_amd64/main.go(+2 -0)📝
cmd/test/fuzz_python/main.go(+3 -0)📝
cmd/test/fuzz_python_amd64/main.go(+2 -0)📝
cmd/test/permission/main.go(+2 -0)📝
cmd/test/python/main.go(+2 -0)📝
cmd/test/syscall_dig/main.go(+2 -0)📝
cmd/test/tmp/main.go(+2 -0)📝
conf/config.yaml(+12 -0)📝
go.mod(+3 -1)📝
go.sum(+4 -0)📝
internal/controller/run.go(+2 -2)📝
internal/core/lib/nodejs/add_seccomp.go(+2 -0)...and 27 more files
📄 Description
fix #212
python execute result
nodejs execute result
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.