mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Move to query-test folder and update qldoc
This commit is contained in:
@@ -258,7 +258,7 @@ private predicate sharedPreferencesInput(DataFlow::Node sharedPrefs, Expr input)
|
||||
)
|
||||
}
|
||||
|
||||
/* Holds if the method call is the save method of `SharedPreferences`. */
|
||||
/* Holds if the method call is the store method of `SharedPreferences`. */
|
||||
private predicate sharedPreferencesStore(DataFlow::Node sharedPrefs, Expr store) {
|
||||
exists(MethodAccess m |
|
||||
m.getMethod() instanceof SharedPreferencesStoreMethod and
|
||||
|
||||
@@ -1 +1 @@
|
||||
// semmle-extractor-options: --javac-args -cp ${testdir}/../../../../stubs/google-android-9.0.0
|
||||
// semmle-extractor-options: --javac-args -cp ${testdir}/../../../../../stubs/google-android-9.0.0
|
||||
Reference in New Issue
Block a user