Skip to content

Commit 6a12d67

Browse files
authored
Merge pull request github#10878 from jsoref/spelling-ml
Spelling ml
2 parents 6426b8d + d722448 commit 6a12d67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling/FunctionBodyFeatures.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ private int getMaxChars() { result = 1000000 }
151151
*/
152152
string getBodyTokensFeature(Function function) {
153153
// Performance optimization: If a function has more than 256 body subtokens, then featurize it as
154-
// absent. This approximates the behavior of the classifer on non-generic body features where
154+
// absent. This approximates the behavior of the classifier on non-generic body features where
155155
// large body features are replaced by the absent token.
156156
//
157157
// We count nodes instead of tokens because tokens are often not unique.

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)