fix(security): remove PICOCLAW_* from default allowlist
This commit is contained in:
parent
bf7279e2a1
commit
2395428e21
1 changed files with 0 additions and 6 deletions
|
|
@ -34,12 +34,6 @@ var DefaultEnvAllowlist = map[string]bool{
|
||||||
"HTTP_PROXY": true,
|
"HTTP_PROXY": true,
|
||||||
"HTTPS_PROXY": true,
|
"HTTPS_PROXY": true,
|
||||||
"NO_PROXY": true,
|
"NO_PROXY": true,
|
||||||
// PICOCLAW_* vars - inherited from parent process if set
|
|
||||||
"PICOCLAW_HOME": true,
|
|
||||||
"PICOCLAW_CONFIG": true,
|
|
||||||
"PICOCLAW_SERVICE_NAME": true,
|
|
||||||
"PICOCLAW_EXE": true,
|
|
||||||
"PICOCLAW_WORKSPACE": true,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// defaultEnvAllowPrefixes are env var prefixes that are always allowed.
|
// defaultEnvAllowPrefixes are env var prefixes that are always allowed.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue