All rules →
Rules / Ruby
SHIELD-RUBY-017

XSS via unescaped ERB output tag

highRubyCWE-79CVSS 7.4

What it detects

The unescaped ERB output tag renders content without HTML escaping and can inject attacker markup.

How to fix

Use the escaping ERB tag and only bypass escaping for content you fully control.

Scan your repo freeFull documentation
Back to all rules
SHIELD-RUBY-017: XSS via unescaped ERB output tag — Zennoxa Shield