We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d99cd1 commit c4dac31Copy full SHA for c4dac31
1 file changed
java/ql/lib/semmle/code/java/security/InsufficientKeySize.qll
@@ -2,7 +2,7 @@
2
3
private import semmle.code.java.security.Encryption
4
private import semmle.code.java.dataflow.DataFlow
5
-private import semmle.code.java.security.EncryptionKeySizes
+private import semmle.code.java.security.internal.EncryptionKeySizes
6
7
/** A source for an insufficient key size. */
8
abstract class InsufficientKeySizeSource extends DataFlow::Node {
0 commit comments