mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
10 lines
209 B
Plaintext
10 lines
209 B
Plaintext
/*
|
|
* For internal use only.
|
|
*
|
|
*
|
|
* Count the number of sinks and alerts for the `CodeInjection` security query.
|
|
*/
|
|
|
|
import semmle.javascript.security.dataflow.CodeInjectionQuery
|
|
import CountAlertsAndSinks
|