mirror of
https://github.com/github/codeql.git
synced 2026-04-20 14:34:04 +02:00
8 lines
352 B
Plaintext
8 lines
352 B
Plaintext
/**
|
|
* This file contains imports required for the JavaScript 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.javascript.dataflow.DataFlow::DataFlow as DataFlow
|
|
import semmle.javascript.security.CryptoAlgorithms as CryptoAlgorithms
|