What's wrong with this entry?
Anonymous. No account, no email.
What: Settings files (.claude/settings.json and .claude/settings.local.json) can now only set specific whitelisted environment variables.
Details:
- 45 allowed environment variables including:
- API configuration:
ANTHROPIC_API_KEY,ANTHROPIC_MODEL - Feature flags:
DISABLE_TELEMETRY,DISABLE_ERROR_REPORTING - Proxy settings:
HTTP_PROXY,HTTPS_PROXY - Tool timeouts:
BASH_MAX_TIMEOUT_MS,MCP_TIMEOUT - Prevents arbitrary environment variable injection via settings files
- Security enhancement to protect against potential configuration exploits
- Evidence:
YCBSet at lines 427822-427867,WCB()at line 427868
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.