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,7 +4,7 @@
|
||||
|
||||
import javascript
|
||||
import semmle.javascript.Concepts::Cryptography
|
||||
private import semmle.javascript.security.internal.CryptoAlgorithmNames
|
||||
private import codeql.concepts.internal.CryptoAlgorithmNames
|
||||
|
||||
/**
|
||||
* A key used in a cryptographic algorithm.
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
*/
|
||||
|
||||
import semmle.javascript.dataflow.DataFlow::DataFlow as DataFlow
|
||||
import semmle.javascript.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.
|
||||
|
||||
Reference in New Issue
Block a user