File tree Expand file tree Collapse file tree
javascript/ql/lib/semmle/javascript/security/internal
python/ql/lib/semmle/python/concepts/internal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,8 +65,3 @@ predicate isStrongPasswordHashingAlgorithm(string name) {
6565 * Holds if `name` corresponds to a weak password hashing algorithm.
6666 */
6767predicate 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" }
Original file line number Diff line number Diff line change @@ -65,8 +65,3 @@ predicate isStrongPasswordHashingAlgorithm(string name) {
6565 * Holds if `name` corresponds to a weak password hashing algorithm.
6666 */
6767predicate 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" }
You can’t perform that action at this time.
0 commit comments