Module ReDoSUtilSpecific
Provides JavaScript-specific definitions for use in the ReDoSUtil module.
Import path
import semmle.javascript.security.performance.ReDoSUtilSpecific
Imports
javascript | Provides classes for working with JavaScript programs, as well as JSON, YAML and HTML. |
Predicates
isEscapeClass | Holds if |
isExcluded | Holds if the regular expression should not be considered. |
isPossessive | Holds if |
matchesAnyPrefix | Holds if the regex that |
matchesAnySuffix | Holds if the regex that |
Modules
RegExpFlags | A module containing predicates for determining which flags a regular expression have. |