CC-SET-016: Deprecated Tool-Scoped Permission Rule Form
Summary
- Rule ID:
CC-SET-016 - Severity:
LOW - Category:
Claude Settings - Normative Level:
SHOULD - Auto-Fix:
No - Verified On:
2026-07-16
Applicability
- Tool:
claude-code - Version Range:
>=2.1.210 - Spec Revision:
unspecified
Evidence Sources
Test Coverage Metadata
- Unit tests:
true - Fixture tests:
false - E2E tests:
false
Examples
The following examples demonstrate what triggers this rule and how to fix it.
Invalid
{
"permissions": {"allow": ["Write(src/**)", "Glob(docs/**)"]}
}
Valid
{
"permissions": {"allow": ["Edit(src/**)", "Read(docs/**)"]}
}