We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4beafb commit d722448Copy full SHA for d722448
javascript/ql/experimental/adaptivethreatmodeling/modelbuilding/counting/CountNosqlInjection.ql
@@ -2,7 +2,7 @@
2
* For internal use only.
3
*
4
5
- * Count the number of sinks and alerts for the `NosqlInection` security query.
+ * Count the number of sinks and alerts for the `NosqlInjection` security query.
6
*/
7
8
import semmle.javascript.security.dataflow.NosqlInjectionQuery
javascript/ql/experimental/adaptivethreatmodeling/modelbuilding/counting/CountSqlInjection.ql
- * Count the number of sinks and alerts for the `SqlInection` security query.
+ * Count the number of sinks and alerts for the `SqlInjection` security query.
import semmle.javascript.security.dataflow.SqlInjectionQuery
0 commit comments