mirror of
https://github.com/github/codeql.git
synced 2026-01-06 03:00:24 +01:00
10 lines
205 B
Plaintext
10 lines
205 B
Plaintext
/*
|
|
* For internal use only.
|
|
*
|
|
*
|
|
* Count the number of sinks and alerts for the `TaintedPath` security query.
|
|
*/
|
|
|
|
import semmle.javascript.security.dataflow.TaintedPathQuery
|
|
import CountAlertsAndSinks
|