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:
@@ -1,3 +1,3 @@
|
||||
/** DEPRECATED: Use `semmle.python.concepts.CryptoAlgorithms` instead. */
|
||||
|
||||
import semmle.python.concepts.CryptoAlgorithms
|
||||
import codeql.concepts.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.
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
*/
|
||||
|
||||
import semmle.python.dataflow.new.DataFlow
|
||||
import semmle.python.concepts.CryptoAlgorithms as CryptoAlgorithms
|
||||
import codeql.concepts.CryptoAlgorithms as CryptoAlgorithms
|
||||
|
||||
Reference in New Issue
Block a user