mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +01:00
10 lines
506 B
YAML
10 lines
506 B
YAML
extensions:
|
|
- addsTo:
|
|
pack: codeql/java-all
|
|
extensible: neutralModel
|
|
data:
|
|
# The below APIs have numeric flow and are currently being stored as neutral models.
|
|
# These may be changed to summary models with kinds "value-numeric" and "taint-numeric" (or similar) in the future.
|
|
- ["java.text", "DateFormat", "format", "(Date)", "manual"] # taint-numeric
|
|
- ["java.text", "SimpleDateFormat", "SimpleDateFormat", "(String)", "manual"] # taint-numeric
|