mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Remove unused isStrongBlockMode predicate from CryptoAlgorithms.qll
This commit is contained in:
@@ -72,11 +72,6 @@ module AlgorithmNames {
|
||||
*/
|
||||
predicate isWeakPasswordHashingAlgorithm(string name) { name = "EVPKDF" }
|
||||
|
||||
/**
|
||||
* Holds if `name` corresponds to a strong block cipher mode of operation.
|
||||
*/
|
||||
predicate isStrongBlockMode(string name) { name = ["CBC", "CCM", "CFB", "CTR", "GCM", "OFB"] }
|
||||
|
||||
/**
|
||||
* Holds if `name` corresponds to a weak block cipher mode of operation.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user