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