codeql/go-all
2.1.3-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Config for reasoning about log injection vulnerabilities.
import semmle.go.security.LogInjection
Holds if data flow through node is prohibited. This completely removes node from the data flow graph.
node
Holds if sink is a relevant data flow sink.
sink
Holds if source is a relevant data flow source.
source