mirror of
https://github.com/github/codeql.git
synced 2025-12-24 20:56:33 +01:00
Add full path reconstruction from RemoteFlowSource to sink
This commit is contained in:
@@ -18,8 +18,8 @@ import semmle.code.java.dataflow.DataFlow
|
||||
import semmle.code.java.security.AndroidIntentRedirectionQuery
|
||||
import DataFlow::PathGraph
|
||||
|
||||
from DataFlow::PathNode source, DataFlow::PathNode sink, IntentRedirectionConfiguration conf
|
||||
where conf.hasFlowPath(source, sink)
|
||||
from DataFlow::PathNode source, DataFlow::PathNode sink
|
||||
where hasIntentRedirectionFlowPath(source, sink)
|
||||
select sink.getNode(), source, sink,
|
||||
"Arbitrary Android activities or services can be started from $@.", source.getNode(),
|
||||
"this user input"
|
||||
|
||||
Reference in New Issue
Block a user