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,3 +1,3 @@
/** DEPRECATED: Use `semmle.python.concepts.CryptoAlgorithms` instead. */
import semmle.python.concepts.CryptoAlgorithms
import codeql.concepts.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.

View File

@@ -4,4 +4,4 @@
*/
import semmle.python.dataflow.new.DataFlow
import semmle.python.concepts.CryptoAlgorithms as CryptoAlgorithms
import codeql.concepts.CryptoAlgorithms as CryptoAlgorithms