Module RequestForgeryCustomizations
Provides classes and predicates used by the request forgery query.
Import path
import semmle.go.security.RequestForgeryCustomizationsImports
| ExternalFlow | INTERNAL use only. This is an experimental API subject to change without notice. |
| RedirectCheckBarrierGuard | Provides an implementation of a commonly used barrier guard for sanitizing untrusted URLs. |
| RegexpCheck | Provides an implementation of a commonly used barrier guard for sanitizing untrusted URLs. |
| UrlCheck | Provides an implementation of a commonly used barrier guard for sanitizing untrusted URLs. |
| UrlConcatenation | Provides a class for detecting string concatenations involving the characters |
| go | Provides classes for working with Go programs. |
Modules
| RequestForgery | Provides classes and predicates for the request forgery query. |