mirror of
https://github.com/github/codeql.git
synced 2025-12-26 05:36:32 +01:00
8 lines
322 B
Plaintext
8 lines
322 B
Plaintext
/**
|
|
* This file contains imports required for the Python version of `ConceptsShared.qll`.
|
|
* Since they are language-specific, they can't be placed directly in that file, as it is shared between languages.
|
|
*/
|
|
|
|
import semmle.python.dataflow.new.DataFlow
|
|
import semmle.python.concepts.CryptoAlgorithms as CryptoAlgorithms
|