Skip to content

Commit 4e4f619

Browse files
atorralbasmowton
andcommitted
Update java/ql/lib/semmle/code/java/security/CleartextStorageAndroidDatabaseQuery.qll
Co-authored-by: Chris Smowton <smowton@github.com>
1 parent c5ed5fc commit 4e4f619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/security/CleartextStorageAndroidDatabaseQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ private class LocalDatabaseInputStoreMethod extends Method {
6666
}
6767

6868
private predicate localDatabaseInput(DataFlow::Node database, Argument input) {
69-
exists(Method m | input.getCall().(MethodAccess).getMethod() = m |
69+
exists(Method m | input.getCall().getCallee() = m |
7070
m instanceof LocalDatabaseInputStoreMethod and
7171
database.asExpr() = input.getCall().getQualifier()
7272
or

0 commit comments

Comments
 (0)