mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
sync CryptoAlgorithmNames.qll (remove isWeakBlockMode predicate)
This commit is contained in:
@@ -65,8 +65,3 @@ predicate isStrongPasswordHashingAlgorithm(string name) {
|
||||
* Holds if `name` corresponds to a weak password hashing algorithm.
|
||||
*/
|
||||
predicate isWeakPasswordHashingAlgorithm(string name) { name = "EVPKDF" }
|
||||
|
||||
/**
|
||||
* Holds if `name` corresponds to a weak block cipher mode of operation.
|
||||
*/
|
||||
predicate isWeakBlockMode(string name) { name = "ECB" }
|
||||
|
||||
Reference in New Issue
Block a user