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

Module Sanitizers

Classes to represent sanitizers commonly used in dataflow and taint tracking configurations.

Import path

import semmle.go.security.Sanitizers

Imports

go

Provides classes for working with Go programs.

Classes

SimpleTypeSanitizer

A node whose type is a simple type unlikely to carry taint, such as a numeric or boolean type.