Module UrlConcatenation
Provides a class for detecting string concatenations involving
the characters ? and #, which are considered sanitizers for
the URL redirection queries.
Import path
import semmle.javascript.security.dataflow.UrlConcatenationImports
| javascript | Provides classes for working with JavaScript programs, as well as JSON, YAML and HTML. |
Predicates
| hostnameSanitizingPrefixEdge | Holds if data that flows from |
| sanitizingPrefixEdge | Holds if data that flows from |
Classes
| HostnameSanitizerGuard | A check that sanitizes the hostname of a URL. |
Aliases
| HostnameSanitizerGuard | A check that sanitizes the hostname of a URL. |