-
Notifications
You must be signed in to change notification settings - Fork 0
CAT 012
unurgunite edited this page Jul 11, 2026
·
3 revisions
Severity:
info• Confidence:low• Auto-fix: ❌
Caution
Low confidence rule — may produce false positives.
JSON.parse → Serializable — Using JSON.parse returns untyped JSON::Any. Use JSON::Serializable for typed, efficient deserialization.
json = JSON.parse(raw)
name = json["name"].as_sNote
See bench results at bench/cat-012/