Skip to content

Commit d8985f9

Browse files
Move tests for local auth to a folder
1 parent c79a3eb commit d8985f9

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

java/ql/lib/semmle/code/java/security/AndroidLocalAuthQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** Definitions for the insecure local authentication query. */
22

33
import java
4-
import semmle.code.java.dataflow.DataFlow
4+
private import semmle.code.java.dataflow.DataFlow
55

66
/** A base class that is used as a callback for biometric authentication. */
77
private class AuthenticationCallbackClass extends Class {
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
//semmle-extractor-options: --javac-args -cp ${testdir}/../../../stubs/google-android-9.0.0
1+
//semmle-extractor-options: --javac-args -cp ${testdir}/../../../../stubs/google-android-9.0.0

0 commit comments

Comments
 (0)