Merge pull request #2114 from anthropics/bump-2-0-1-propagate-fixes

security-guidance: bump 2.0.0 → 2.0.1 to propagate 8 weeks-of-fixes to existing users
This commit is contained in:
Mohamed Hegazy 2026-06-01 10:30:17 -07:00 committed by GitHub
commit 5adb5a2d26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -2185,7 +2185,7 @@
{ {
"name": "security-guidance", "name": "security-guidance",
"description": "Security review for Claude-generated code. Pattern-based warnings on edits, LLM-powered diff review on Stop, and an agentic commit reviewer that catches injection, XSS, SSRF, hardcoded secrets, and 25+ other vulnerability classes.", "description": "Security review for Claude-generated code. Pattern-based warnings on edits, LLM-powered diff review on Stop, and an agentic commit reviewer that catches injection, XSS, SSRF, hardcoded secrets, and 25+ other vulnerability classes.",
"version": "2.0.0", "version": "2.0.1",
"author": { "author": {
"name": "Anthropic", "name": "Anthropic",
"email": "support@anthropic.com" "email": "support@anthropic.com"

View File

@ -1,6 +1,6 @@
{ {
"name": "security-guidance", "name": "security-guidance",
"version": "2.0.0", "version": "2.0.1",
"description": "Security review for Claude-generated code. Pattern-based warnings on edits, LLM-powered diff review on Stop, and an agentic commit reviewer that catches injection, XSS, SSRF, hardcoded secrets, and 25+ other vulnerability classes.", "description": "Security review for Claude-generated code. Pattern-based warnings on edits, LLM-powered diff review on Stop, and an agentic commit reviewer that catches injection, XSS, SSRF, hardcoded secrets, and 25+ other vulnerability classes.",
"author": { "author": {
"name": "David Dworken", "name": "David Dworken",