fix(ci): resolve i18n typing and generated-policy drift

This commit is contained in:
Peter Steinberger
2026-03-02 04:24:01 +00:00
parent fa9148400e
commit 1c0d36eed0
3 changed files with 22 additions and 9 deletions

View File

@@ -22,17 +22,17 @@ enum HostEnvSecurityPolicy {
"PS4",
"GCONV_PATH",
"IFS",
"SSLKEYLOGFILE",
"SSLKEYLOGFILE"
]
static let blockedOverrideKeys: Set<String> = [
"HOME",
"ZDOTDIR",
"ZDOTDIR"
]
static let blockedPrefixes: [String] = [
"DYLD_",
"LD_",
"BASH_FUNC_",
"BASH_FUNC_"
]
}