Skip to content

Commit 12f78db

Browse files
committed
Add DataFlow::PathGraph import
1 parent cd5a461 commit 12f78db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/ql/src/Security/CWE/CWE-094/ArbitraryAPKInstallation.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import semmle.code.java.frameworks.android.Intent
1515
import semmle.code.java.dataflow.DataFlow
1616
import semmle.code.java.dataflow.TaintTracking2
1717
private import semmle.code.java.dataflow.ExternalFlow
18+
import DataFlow::PathGraph
1819

1920
class PackageArchiveMimeTypeLiteral extends StringLiteral {
2021
PackageArchiveMimeTypeLiteral() { this.getValue() = "application/vnd.android.package-archive" }

0 commit comments

Comments
 (0)