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

@@ -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.

View File

@@ -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

View File

@@ -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.