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

Module Fasthttp::Functions

Provide models for sanitizer/Dangerous Functions of fasthttp.

Import path

import semmle.go.frameworks.Fasthttp

Classes

FileSystemAccess

A function that doesn’t sanitize user-provided file paths.

HtmlQuoteSanitizer

A function that can be used as a sanitizer for XSS.

RequestForgerySink

A function that sends HTTP requests.

RequestForgerySinkDial

A function that create initial connection to a TCP address. Following Functions only accept TCP address + Port in their first argument.