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

Module StringOps::Concatenation

Provides predicates and classes for working with string concatenations.

Import path

import semmle.go.StringOps

Predicates

taintStep

Holds if there is a taint step from src to dst through string concatenation.

taintStep

Holds if src flows to dst through the nth operand of the given concatenation operator.

Classes

Range

A data-flow node that performs string concatenation.