mirror of
https://github.com/github/codeql.git
synced 2026-07-05 11:35:30 +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
|