What's wrong with this entry?
Anonymous. No account, no email.
The CLAUDE_CODE_SUBPROCESS_ENV_SCRUB feature (introduced previously) receives significant hardening in this release:
- Requires
bubblewrap(bwrap) on Linux for filesystem sandboxing; provides clear installation instructions if missing - Creates stub files for common dotfiles (.gitconfig, .bashrc, .npmrc, etc.) to prevent errors in sandboxed environments
- Defines comprehensive filesystem access rules: deny-read for container sockets, deny-write for shell configs, git hooks, CI environment files, and package manager configs
- Adds
.git/info/excludeentries for scrub-mode stubs to keep git status clean - Forces permission mode to default when env scrubbing is active
- New
allowUnsandboxedCommandssandbox setting for fine-grained control
Evidence
Env scrub hardening (search for "bubblewrap is required for subprocess env scrubbing" and "claude-code scrub-mode stubs")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.