fix(security): allow PICOCLAW_SERVICE_NAME in default allowlist
This commit is contained in:
parent
2395428e21
commit
0e724df6b7
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ var DefaultEnvAllowlist = map[string]bool{
|
||||||
"HTTP_PROXY": true,
|
"HTTP_PROXY": true,
|
||||||
"HTTPS_PROXY": true,
|
"HTTPS_PROXY": true,
|
||||||
"NO_PROXY": true,
|
"NO_PROXY": true,
|
||||||
|
"PICOCLAW_SERVICE_NAME": 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