semgrep-rules
semgrep-rules copied to clipboard
Detect XSS in trigger_error
The message passed to trigger_error is not HTML encoded by default, and can be displayed in the browser if display_errors is on.
@inkz Could you take a look at this PR?
Can someone review this?