mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Fix method name in LocalDatabaseOpenMethodAccess
This commit is contained in:
@@ -33,7 +33,7 @@ class LocalDatabaseOpenMethodAccess extends Storable, Call {
|
||||
m.hasName("getWritableDatabase")
|
||||
or
|
||||
m.getDeclaringType() instanceof TypeSQLiteDatabase and
|
||||
m.hasName(["create", "open%Database", "compileStatement"])
|
||||
m.hasName(["create", "openDatabase", "openOrCreateDatabase", "compileStatement"])
|
||||
or
|
||||
m.getDeclaringType().getASupertype*() instanceof TypeContext and
|
||||
m.hasName("openOrCreateDatabase")
|
||||
|
||||
Reference in New Issue
Block a user