Skip to content

Commit 337e5e4

Browse files
Update java/ql/lib/semmle/code/java/security/InsufficientKeySize.qll
Co-authored-by: Tony Torralba <[email protected]>
1 parent 7623432 commit 337e5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
private import semmle.code.java.security.Encryption
44
private import semmle.code.java.dataflow.DataFlow
55
private import semmle.code.java.security.internal.EncryptionKeySizes
6-
import codeql.util.Either
6+
private import codeql.util.Either
77

88
/** A minimum recommended key size for some algorithm. */
99
abstract class MinimumKeySize extends int {

0 commit comments

Comments
 (0)