Skip to content
Merged
Prev Previous commit
Next Next commit
Update java/ql/lib/semmle/code/java/security/CleartextStorageAndroidD…
…atabaseQuery.qll

Co-authored-by: Chris Smowton <smowton@github.com>
  • Loading branch information
atorralba and smowton committed Jan 21, 2022
commit 4e4f619ae407058652e7d90aec488e05e8194e97
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private class LocalDatabaseInputStoreMethod extends Method {
}

private predicate localDatabaseInput(DataFlow::Node database, Argument input) {
Comment thread
atorralba marked this conversation as resolved.
exists(Method m | input.getCall().(MethodAccess).getMethod() = m |
exists(Method m | input.getCall().getCallee() = m |
m instanceof LocalDatabaseInputStoreMethod and
database.asExpr() = input.getCall().getQualifier()
or
Expand Down