mirror of
https://github.com/github/codeql.git
synced 2026-02-18 07:53:43 +01:00
7 lines
185 B
Plaintext
7 lines
185 B
Plaintext
/**
|
|
* Provides JS-specific imports needed for `TaintedFormatStringQuery` and `TaintedFormatStringCustomizations`.
|
|
*/
|
|
|
|
import javascript
|
|
import semmle.javascript.security.dataflow.DOM
|