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

Co-authored-by: Tony Torralba <atorralba@users.noreply.github.com>
This commit is contained in:
Anders Schack-Mulligen
2023-12-15 08:48:50 +01:00
committed by GitHub
parent 7623432c76
commit 337e5e458c

View File

@@ -3,7 +3,7 @@
private import semmle.code.java.security.Encryption
private import semmle.code.java.dataflow.DataFlow
private import semmle.code.java.security.internal.EncryptionKeySizes
import codeql.util.Either
private import codeql.util.Either
/** A minimum recommended key size for some algorithm. */
abstract class MinimumKeySize extends int {