mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
fix typo in import statement
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
private import semmle.code.java.security.Encryption
|
||||
private import semmle.code.java.dataflow.DataFlow
|
||||
private import semmle.code.java.security.EncryptionKeySizes
|
||||
private import semmle.code.java.security.internal.EncryptionKeySizes
|
||||
|
||||
/** A source for an insufficient key size. */
|
||||
abstract class InsufficientKeySizeSource extends DataFlow::Node {
|
||||
|
||||
Reference in New Issue
Block a user