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 55 * Count the number of sinks and alerts for the `CodeInjection` security query.
66 */
77
8- import semmle.javascript.security.dataflow.CodeInjectionQuery as CodeInjection
8+ import semmle.javascript.security.dataflow.CodeInjectionQuery
99import CountAlertsAndSinks
Original file line number Diff line number Diff line change 55 * Count the number of sinks and alerts for the `NosqlInection` security query.
66 */
77
8- import semmle.javascript.security.dataflow.NosqlInjectionQuery as NosqlInjection
8+ import semmle.javascript.security.dataflow.NosqlInjectionQuery
99import CountAlertsAndSinks
Original file line number Diff line number Diff line change 55 * Count the number of sinks and alerts for the `SqlInection` security query.
66 */
77
8- import semmle.javascript.security.dataflow.SqlInjectionQuery as SqlInjection
8+ import semmle.javascript.security.dataflow.SqlInjectionQuery
99import CountAlertsAndSinks
Original file line number Diff line number Diff line change 55 * Count the number of sinks and alerts for the `TaintedPath` security query.
66 */
77
8- import semmle.javascript.security.dataflow.TaintedPathQuery as TaintedPath
8+ import semmle.javascript.security.dataflow.TaintedPathQuery
99import CountAlertsAndSinks
Original file line number Diff line number Diff line change 55 * Count the number of sinks and alerts for the `DomBasedXss` security query.
66 */
77
8- import semmle.javascript.security.dataflow.DomBasedXssQuery as DomBasedXss
8+ import semmle.javascript.security.dataflow.DomBasedXssQuery
99import CountAlertsAndSinks
Original file line number Diff line number Diff line change 55 * Count the number of sinks and alerts for the `XssThroughDom` security query.
66 */
77
8- import semmle.javascript.security.dataflow.XssThroughDomQuery as XssThroughDom
8+ import semmle.javascript.security.dataflow.XssThroughDomQuery
99import CountAlertsAndSinks
You can’t perform that action at this time.
0 commit comments