mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
Properly share CryptoAlgorithms and CryptoAlgorithmNames
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import codeql.ruby.AST
|
||||
import codeql.ruby.security.CryptoAlgorithms
|
||||
import codeql.concepts.CryptoAlgorithms
|
||||
|
||||
query predicate weakHashingAlgorithms(HashingAlgorithm ha) { ha.isWeak() }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user