chore(format): swiftformat host env and exec approvals (#31115)

This commit is contained in:
Vincent Koc
2026-03-01 17:00:17 -08:00
committed by GitHub
parent 81d600d55e
commit ac3e1e769b
3 changed files with 10 additions and 6 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_",
]
}