File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
javascript/ql/src/semmle/javascript/security/internal
python/ql/src/semmle/python/security/internal Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ module HeuristicNames {
116
116
* it is hashed or encrypted). `classification` describes the kind of sensitive data
117
117
* involved.
118
118
*
119
- * That is, one of the rexeps from `maybeSensitiveRegexp` matches `name` (with the
119
+ * That is, one of the regexps from `maybeSensitiveRegexp` matches `name` (with the
120
120
* given classification), and none of the regexps from `notSensitiveRegexp` matches
121
121
* `name`.
122
122
*/
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ module HeuristicNames {
116
116
* it is hashed or encrypted). `classification` describes the kind of sensitive data
117
117
* involved.
118
118
*
119
- * That is, one of the rexeps from `maybeSensitiveRegexp` matches `name` (with the
119
+ * That is, one of the regexps from `maybeSensitiveRegexp` matches `name` (with the
120
120
* given classification), and none of the regexps from `notSensitiveRegexp` matches
121
121
* `name`.
122
122
*/
You can’t perform that action at this time.
0 commit comments