mirror of
https://github.com/github/codeql.git
synced 2026-04-16 04:24:01 +02: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
|