mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Update java/ql/lib/semmle/code/java/security/CleartextStorageAndroidDatabaseQuery.qll
Co-authored-by: Chris Smowton <smowton@github.com>
This commit is contained in:
@@ -66,7 +66,7 @@ private class LocalDatabaseInputStoreMethod extends Method {
|
||||
}
|
||||
|
||||
private predicate localDatabaseInput(DataFlow::Node database, Argument input) {
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user