Skip to content

Commit d722448

Browse files
committed
spelling: injection
Signed-off-by: Josh Soref <[email protected]>
1 parent a4beafb commit d722448

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

javascript/ql/experimental/adaptivethreatmodeling/modelbuilding/counting/CountNosqlInjection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* For internal use only.
33
*
44
*
5-
* Count the number of sinks and alerts for the `NosqlInection` security query.
5+
* Count the number of sinks and alerts for the `NosqlInjection` security query.
66
*/
77

88
import semmle.javascript.security.dataflow.NosqlInjectionQuery

javascript/ql/experimental/adaptivethreatmodeling/modelbuilding/counting/CountSqlInjection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* For internal use only.
33
*
44
*
5-
* Count the number of sinks and alerts for the `SqlInection` security query.
5+
* Count the number of sinks and alerts for the `SqlInjection` security query.
66
*/
77

88
import semmle.javascript.security.dataflow.SqlInjectionQuery

0 commit comments

Comments
 (0)