Source Intelligence

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.20 Home All releases olderv2.0.19 v2.0.21newer
Claude Code v2.0.20

Enhanced Bash Security Checks

What: Improved detection of backtick command substitution with escape-aware parsing

Details:

  • Dedicated CV6() function properly handles escaped characters
  • Backtick checks now execute before other pattern matching
  • More accurate detection prevents false positives from escaped backticks
  • Evidence: CV6() at line 205030, RV6() at line 205296

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.20 →