mirror of
https://github.com/github/codeql.git
synced 2026-03-05 15:16:47 +01:00
improve yaml models
This commit is contained in:
@@ -53,7 +53,6 @@ class GsonDeserializableField extends DeserializableField {
|
||||
exists(GsonDeserializableType superType |
|
||||
superType = this.getDeclaringType().getAnAncestor() and
|
||||
not superType instanceof TypeObject and
|
||||
// TODO: if we have the source, can we just track the flow through the backing fields?
|
||||
//superType.fromSource()
|
||||
not superType.(RefType).getPackage().getName().matches("java%")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user