Flaw::SwallowedRescue
Inherits Flaw::Rule < Reference < Object
FLAW104 — AI-slop / broad swallow-rescue. rescue; end, rescue ex; nil,
rescue Exception — the "make it green" anti-pattern that hides real
errors (including security-relevant ones like TLS verification failure).
Constants
Instance methods
default_severity
Sourcedescription
Sourceid
Sourcetag
Category for grouping in flaw rules output and the README catalog.
Override in rule subclasses. Default: "security".
title
Source