mirror of
https://github.com/github/codeql.git
synced 2026-03-30 12:18:18 +02:00
Merge pull request #10479 from jcogs33/android-service-sources
Java: add Android service sources
This commit is contained in:
@@ -250,6 +250,12 @@ class AndroidIntentInput extends DataFlow::Node {
|
||||
this.asParameter() = m.getParameter(1) and
|
||||
receiverType = m.getDeclaringType()
|
||||
)
|
||||
or
|
||||
exists(Method m, AndroidServiceIntentMethod sI |
|
||||
m.overrides*(sI) and
|
||||
this.asParameter() = m.getParameter(0) and
|
||||
receiverType = m.getDeclaringType()
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user