mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
Don't restrict inputs to be ParameterNodes
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
@@ -254,7 +254,7 @@ class AndroidContentProviderInput extends DataFlow::Node {
|
||||
|
||||
AndroidContentProviderInput() {
|
||||
sourceNode(this, "contentprovider") and
|
||||
this.asParameter().getCallable().getDeclaringType() = declaringType
|
||||
this.getEnclosingCallable().getDeclaringType() = declaringType
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user