From 24c9a516c97a2aecdfb51b2c87c287fca36d0646 Mon Sep 17 00:00:00 2001 From: Ed Minnix Date: Wed, 8 Mar 2023 13:21:09 -0500 Subject: [PATCH] Add QLdoc to ArbitraryApkInstallationQuery.qll --- .../semmle/code/java/security/ArbitraryApkInstallationQuery.qll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java/ql/lib/semmle/code/java/security/ArbitraryApkInstallationQuery.qll b/java/ql/lib/semmle/code/java/security/ArbitraryApkInstallationQuery.qll index bea388deb31..7723b19abc9 100644 --- a/java/ql/lib/semmle/code/java/security/ArbitraryApkInstallationQuery.qll +++ b/java/ql/lib/semmle/code/java/security/ArbitraryApkInstallationQuery.qll @@ -1,3 +1,5 @@ +/** Provides dataflow configurations to reason about installation of arbitrary Android APKs. */ + import java import semmle.code.java.dataflow.DataFlow import semmle.code.java.dataflow.TaintTracking2