mirror of
https://github.com/github/codeql.git
synced 2026-05-14 19:29:28 +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
|