mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
Refactor to module api for PathNodes
Co-authored-by: Tony Torralba <atorralba@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
cb53ff70a6
commit
e8f1f364c5
@@ -12,8 +12,8 @@
|
|||||||
|
|
||||||
import java
|
import java
|
||||||
import semmle.code.java.security.ArbitraryApkInstallationQuery
|
import semmle.code.java.security.ArbitraryApkInstallationQuery
|
||||||
import DataFlow::PathGraph
|
import ApkConfiguration::PathGraph
|
||||||
|
|
||||||
from DataFlow::PathNode source, DataFlow::PathNode sink
|
from ApkConfiguration::PathNode source, ApkConfiguration::PathNode sink
|
||||||
where ApkConfiguration::hasFlowPath(source, sink)
|
where ApkConfiguration::hasFlowPath(source, sink)
|
||||||
select sink.getNode(), source, sink, "Arbitrary Android APK installation."
|
select sink.getNode(), source, sink, "Arbitrary Android APK installation."
|
||||||
|
|||||||
Reference in New Issue
Block a user