Module OpenUrlRedirect
Provides a taint-tracking configuration for reasoning about unvalidated URL redirection problems on the server side.
Note, for performance reasons: only import this file if
OpenUrlRedirect::Configuration is needed, otherwise
OpenUrlRedirectCustomizations should be imported instead.
Import path
import semmle.go.security.OpenUrlRedirectImports
| UrlConcatenation | Provides a class for detecting string concatenations involving the characters |
| go | Provides classes for working with Go programs. |
Modules
| OpenUrlRedirect | Provides a taint-tracking configuration for reasoning about unvalidated URL redirection problems on the server side. |