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 {
116116 * it is hashed or encrypted). `classification` describes the kind of sensitive data
117117 * involved.
118118 *
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
120120 * given classification), and none of the regexps from `notSensitiveRegexp` matches
121121 * `name`.
122122 */
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ module HeuristicNames {
116116 * it is hashed or encrypted). `classification` describes the kind of sensitive data
117117 * involved.
118118 *
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
120120 * given classification), and none of the regexps from `notSensitiveRegexp` matches
121121 * `name`.
122122 */
You can’t perform that action at this time.
0 commit comments