CodeQL library for Go
codeql/go-all 0.7.15-dev (changelog, source)
Search

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.OpenUrlRedirect

Imports

UrlConcatenation

Provides a class for detecting string concatenations involving the characters ? and #, which are considered sanitizers for the URL redirection queries.

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.