File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
javascript/ql/experimental/adaptivethreatmodeling/modelbuilding/counting Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
* Count the number of sinks and alerts for the `CodeInjection` security query.
6
6
*/
7
7
8
- import semmle.javascript.security.dataflow.CodeInjectionQuery as CodeInjection
8
+ import semmle.javascript.security.dataflow.CodeInjectionQuery
9
9
import CountAlertsAndSinks
Original file line number Diff line number Diff line change 5
5
* Count the number of sinks and alerts for the `NosqlInection` security query.
6
6
*/
7
7
8
- import semmle.javascript.security.dataflow.NosqlInjectionQuery as NosqlInjection
8
+ import semmle.javascript.security.dataflow.NosqlInjectionQuery
9
9
import CountAlertsAndSinks
Original file line number Diff line number Diff line change 5
5
* Count the number of sinks and alerts for the `SqlInection` security query.
6
6
*/
7
7
8
- import semmle.javascript.security.dataflow.SqlInjectionQuery as SqlInjection
8
+ import semmle.javascript.security.dataflow.SqlInjectionQuery
9
9
import CountAlertsAndSinks
Original file line number Diff line number Diff line change 5
5
* Count the number of sinks and alerts for the `TaintedPath` security query.
6
6
*/
7
7
8
- import semmle.javascript.security.dataflow.TaintedPathQuery as TaintedPath
8
+ import semmle.javascript.security.dataflow.TaintedPathQuery
9
9
import CountAlertsAndSinks
Original file line number Diff line number Diff line change 5
5
* Count the number of sinks and alerts for the `DomBasedXss` security query.
6
6
*/
7
7
8
- import semmle.javascript.security.dataflow.DomBasedXssQuery as DomBasedXss
8
+ import semmle.javascript.security.dataflow.DomBasedXssQuery
9
9
import CountAlertsAndSinks
Original file line number Diff line number Diff line change 5
5
* Count the number of sinks and alerts for the `XssThroughDom` security query.
6
6
*/
7
7
8
- import semmle.javascript.security.dataflow.XssThroughDomQuery as XssThroughDom
8
+ import semmle.javascript.security.dataflow.XssThroughDomQuery
9
9
import CountAlertsAndSinks
You can’t perform that action at this time.
0 commit comments