mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +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
|