mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Java: Update all test util paths to point to the new location.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import java
|
||||
import semmle.code.java.security.CleartextStorageAndroidDatabaseQuery
|
||||
import TestUtilities.InlineExpectationsTest
|
||||
import utils.test.InlineExpectationsTest
|
||||
|
||||
module CleartextStorageAndroidDatabaseTest implements TestSig {
|
||||
string getARelevantTag() { result = "hasCleartextStorageAndroidDatabase" }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import java
|
||||
import semmle.code.java.security.CleartextStorageAndroidFilesystemQuery
|
||||
import TestUtilities.InlineExpectationsTest
|
||||
import utils.test.InlineExpectationsTest
|
||||
|
||||
module CleartextStorageAndroidFilesystemTest implements TestSig {
|
||||
string getARelevantTag() { result = "hasCleartextStorageAndroidFilesystem" }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import java
|
||||
import semmle.code.java.security.CleartextStorageSharedPrefsQuery
|
||||
import TestUtilities.InlineExpectationsTest
|
||||
import utils.test.InlineExpectationsTest
|
||||
|
||||
module CleartextStorageSharedPrefsTest implements TestSig {
|
||||
string getARelevantTag() { result = "hasCleartextStorageSharedPrefs" }
|
||||
|
||||
Reference in New Issue
Block a user