mirror of
https://github.com/github/codeql.git
synced 2026-01-06 11:10:23 +01:00
12 lines
266 B
Plaintext
12 lines
266 B
Plaintext
/**
|
|
* @kind problem
|
|
*/
|
|
|
|
import javascript
|
|
import experimental.poi.PoI
|
|
import semmle.javascript.security.dataflow.TaintedPathQuery as TaintedPath
|
|
|
|
class MyDataflowRelatedPoIs extends DataFlowConfigurationPoI, ActivePoI { }
|
|
|
|
query predicate problems = alertQuery/6;
|