Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e4f619

Browse files
atorralbasmowton
andcommitted
Update java/ql/lib/semmle/code/java/security/CleartextStorageAndroidDatabaseQuery.qll
Co-authored-by: Chris Smowton <[email protected]>
1 parent c5ed5fc commit 4e4f619

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)