Class Brakeman::CheckRegexDoS
In: lib/brakeman/checks/check_regex_dos.rb
Parent: Brakeman::BaseCheck

This check looks for regexes that include user input.

Methods

Constants

ESCAPES = { s(:const, :Regexp) => [ :escape, :quote

Public Instance methods

Warns if regex includes user input

Process calls

[Validate]