mirror of
https://github.com/github/codeql.git
synced 2026-03-03 14:29:49 +01:00
Java: update pending-intent-sent sink kind to pending-intents
This commit is contained in:
@@ -276,7 +276,7 @@ module ModelValidation {
|
||||
[
|
||||
"open-url", "jndi-injection", "ldap-injection", "sql-injection", "jdbc-url",
|
||||
"log-injection", "mvel-injection", "xpath-injection", "groovy-injection", "xss",
|
||||
"ognl-injection", "intent-start", "pending-intent-sent", "url-redirection", "create-file",
|
||||
"ognl-injection", "intent-start", "pending-intents", "url-redirection", "create-file",
|
||||
"read-file", "write-file", "set-hostname-verifier", "header-splitting",
|
||||
"information-leak", "xslt-injection", "jexl-injection", "bean-validation",
|
||||
"template-injection", "fragment-injection", "command-injection"
|
||||
|
||||
@@ -63,7 +63,7 @@ private class SendPendingIntent extends ImplicitPendingIntentSink {
|
||||
this.asExpr() = ma.getArgument(0)
|
||||
)
|
||||
or
|
||||
sinkNode(this, "pending-intent-sent")
|
||||
sinkNode(this, "pending-intents")
|
||||
}
|
||||
|
||||
override predicate hasState(DataFlow::FlowState state) { state = "MutablePendingIntent" }
|
||||
|
||||
Reference in New Issue
Block a user