mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Properly share CryptoAlgorithms and CryptoAlgorithmNames
This commit is contained in:
@@ -4,4 +4,4 @@
|
||||
*/
|
||||
|
||||
import codeql.ruby.DataFlow
|
||||
import codeql.ruby.security.CryptoAlgorithms as CryptoAlgorithms
|
||||
import codeql.concepts.CryptoAlgorithms as CryptoAlgorithms
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* The classification into strong and weak are based on Wikipedia, OWASP and Google (2021).
|
||||
*/
|
||||
|
||||
private import internal.CryptoAlgorithmNames
|
||||
private import codeql.concepts.internal.CryptoAlgorithmNames
|
||||
|
||||
/**
|
||||
* A cryptographic algorithm.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* an underlying OpenSSL or LibreSSL C library.
|
||||
*/
|
||||
|
||||
private import internal.CryptoAlgorithmNames
|
||||
private import codeql.concepts.internal.CryptoAlgorithmNames
|
||||
private import codeql.ruby.Concepts
|
||||
private import codeql.ruby.DataFlow
|
||||
private import codeql.ruby.ApiGraphs
|
||||
|
||||
@@ -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