mirror of
https://github.com/github/codeql.git
synced 2026-06-13 08:51:20 +02:00
9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
/**
|
|
* Provides a taint-tracking configuration for reasoning about local user input
|
|
* that is used in a SQL query.
|
|
*/
|
|
overlay[local?]
|
|
deprecated module;
|
|
|
|
import java
|