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