Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.269 ·

New read-block bypass guard for glob-obscured .. path segments

A new check blocks reads that hide a '..' path segment behind a glob character to slip past directory restrictions

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaPermissionswhat it touches
KindBug Fixesin v2.1.269,
You'll notice

A new check blocks reads that hide a '..' path segment behind a glob character to slip past directory restrictions

What

Claude Code can restrict file reads to specific working directories using permissions.blockReadsOutsideWorkingDirectories or an equivalent read-deny rule. A new check now detects when a path contains a .. segment (which moves up a directory) placed after a glob character, a wildcard the shell expands before Claude Code ever sees the final path, which could otherwise let such a path dodge the restriction check. When one of these directory-restriction settings is active, paths shaped this way are now denied outright with an explanation that the target couldn't be safely checked.

Why

Without this check, a cleverly crafted path using a glob pattern could potentially bypass the read restriction and access files outside the intended working directory. Denying such paths outright closes that gap.

Read from
Names in the bundleblockReadsOutsideWorkingDirectories
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Added since A small documentation edit on How Claude remembers your project touched a line naming blockReadsOutsideWorkingDirectories after this was published. When you set it in a project's `.claude/settings.json` or `.claude/settings.local.json`, Claude Code honors it under the same [workspace trust rule as hooks in settings files](/docs/en/permissions#what-runs-before-you-trust-a-folder). Whil… memory see the edit
Confirmed since Anthropic's documentation has since written up blockReadsOutsideWorkingDirectories, on Claude Code changelog. * Fixed Bash commands with two directory changes, a subshell, or a `cd`+`git` chain skipping the prompt under `permissions.blockReadsOutsideWorkingDirectories` in bypass and auto mode changelog see the edit
How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agreesAnthropic's documentation has since written up blockReadsOutsideWorkingDirectories, on Claude Code changelog.

See this entry in the whole of v2.1.269 →

Feedback