Properly share CryptoAlgorithms and CryptoAlgorithmNames

This commit is contained in:
Jeroen Ketema
2025-07-07 11:29:13 +02:00
parent c582a9ccd6
commit f4ba2e1fd0
13 changed files with 212 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
import codeql.ruby.AST
import codeql.ruby.security.CryptoAlgorithms
import codeql.concepts.CryptoAlgorithms
query predicate weakHashingAlgorithms(HashingAlgorithm ha) { ha.isWeak() }