Source Intelligence
Reading a new release v2.1.251 Analysing changes · 2/5 Deeper second pass · 4/5 agents 427 findings $12.75 so far

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.0.35 Home All releases olderv2.0.34 v2.0.36newer
Claude Code v2.0.35

Enhanced UNC Path Detection

What: Expanded detection of Universal Naming Convention (UNC) paths that could access network shares and remote resources.

Details:

  • Comprehensive pattern detection - Now detects 6 different UNC path patterns (previously only 1):
  • Traditional backslash notation: \\server\share
  • Forward-slash notation: //server/share
  • WebDAV paths containing DavWWWRoot
  • IPv4-based paths: \\192.168.1.1\share
  • IPv6-based paths: \\[2001:db8::1]\share
  • SSL/port notation variations: @SSL@443, @443@SSL
  • Defense-in-depth check - Added explicit UNC path verification in permission checking that triggers before other path validation, requiring manual user approval with message: "Claude requested permissions to read from {path}, which appears to be a UNC path that could access network resources"
  • Evidence: kB1() at line 469623, Cm() at line 474419 (new UNC check at lines 474427-474436)

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.0.35 →