Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
CodeQL library for Java/Kotlin
codeql/java-all 7.2.0 (changelog, source)

Module ExecTaintedEnvironmentConfig

A taint-tracking configuration that tracks flow from unvalidated data to an environment variable for a subprocess.

Import path

import semmle.code.java.security.TaintedEnvironmentVariableQuery

Predicates

isBarrier

Holds if data flow through node is prohibited. This completely removes node from the data flow graph.

isSink

Holds if sink is a relevant data flow sink.

isSource

Holds if source is a relevant data flow source.