mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Java: Update java models with provenance column information.
This commit is contained in:
@@ -36,6 +36,6 @@ class FlexjsonDeserializerUseMethod extends Method {
|
||||
|
||||
private class FluentUseMethodModel extends SummaryModelCsv {
|
||||
override predicate row(string r) {
|
||||
r = "flexjson;JSONDeserializer;true;use;;;Argument[-1];ReturnValue;value"
|
||||
r = "flexjson;JSONDeserializer;true;use;;;Argument[-1];ReturnValue;value;manual"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user