remove curl from default allow-list

This commit is contained in:
Ramnique Singh 2026-01-21 23:24:42 +05:30
parent 9084c739de
commit 2b828bd138

View file

@ -6,7 +6,6 @@ export const SECURITY_CONFIG_PATH = path.join(WorkDir, "config", "security.json"
const DEFAULT_ALLOW_LIST = [
"cat",
"curl",
"date",
"echo",
"grep",