mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
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:
committed by
GitHub
parent
7623432c76
commit
337e5e458c
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user