mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
11 lines
538 B
YAML
11 lines
538 B
YAML
extensions:
|
|
- addsTo:
|
|
pack: codeql/java-all
|
|
extensible: neutralModel
|
|
data:
|
|
# The below models may be changed to taint steps for an unsafe reflection query in the future.
|
|
- ["java.lang.reflect", "Constructor", "newInstance", "(Object[])", "summary", "manual"]
|
|
- ["java.lang.reflect", "Field", "get", "(Object)", "summary", "manual"]
|
|
- ["java.lang.reflect", "Method", "getName", "()", "summary", "manual"]
|
|
- ["java.lang.reflect", "Method", "invoke", "(Object,Object[])", "summary", "manual"]
|