mirror of
https://github.com/github/codeql.git
synced 2026-05-14 11:19:27 +02:00
6 lines
188 B
Plaintext
6 lines
188 B
Plaintext
/** Provides a taint-tracking configuration to reason about improper validation of local user-provided size used for array construction. */
|
|
overlay[local?]
|
|
deprecated module;
|
|
|
|
import java
|