Highlights
Deserialization of Untrusted Data: 1 prior fix. Scrutinize any change in this area.
lib/coderay/tokens.rb: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Deserialization of Untrusted Data: The use of Marshal.load on untrusted input allows attackers to execute arbitrary code within the context of the Ruby application. The risk was mitigated by completely removing the dump and undump features, meaning any future attempts to serialize or deserialize token streams must avoid native Ruby Marshalling.