mirror of
https://github.com/github/codeql.git
synced 2026-06-13 08:51:20 +02:00
6 lines
187 B
Plaintext
6 lines
187 B
Plaintext
/** Provides a taint-tracking configuration to reason about use of externally controlled strings for command injection vulnerabilities. */
|
|
overlay[local?]
|
|
deprecated module;
|
|
|
|
import java
|