Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 66736eb

Browse files
committed
sync CryptoAlgorithmNames.qll (remove isWeakBlockMode predicate)
1 parent bc073eb commit 66736eb

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

javascript/ql/lib/semmle/javascript/security/internal/CryptoAlgorithmNames.qll

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,3 @@ predicate isStrongPasswordHashingAlgorithm(string name) {
6565
* Holds if `name` corresponds to a weak password hashing algorithm.
6666
*/
6767
predicate isWeakPasswordHashingAlgorithm(string name) { name = "EVPKDF" }
68-
69-
/**
70-
* Holds if `name` corresponds to a weak block cipher mode of operation.
71-
*/
72-
predicate isWeakBlockMode(string name) { name = "ECB" }

python/ql/lib/semmle/python/concepts/internal/CryptoAlgorithmNames.qll

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,3 @@ predicate isStrongPasswordHashingAlgorithm(string name) {
6565
* Holds if `name` corresponds to a weak password hashing algorithm.
6666
*/
6767
predicate isWeakPasswordHashingAlgorithm(string name) { name = "EVPKDF" }
68-
69-
/**
70-
* Holds if `name` corresponds to a weak block cipher mode of operation.
71-
*/
72-
predicate isWeakBlockMode(string name) { name = "ECB" }

0 commit comments

Comments
 (0)