File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
javascript/ql/lib/semmle/javascript/security/regexp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ predicate isPossessive(RegExpQuantifier term) { none() }
20
20
21
21
/**
22
22
* Holds if the regex that `term` is part of is used in a way that ignores any leading prefix of the input it's matched against.
23
- * Not yet implemented for Javascript .
23
+ * Not yet implemented for JavaScript .
24
24
*/
25
25
predicate matchesAnyPrefix ( RegExpTerm term ) { any ( ) }
26
26
27
27
/**
28
28
* Holds if the regex that `term` is part of is used in a way that ignores any trailing suffix of the input it's matched against.
29
- * Not yet implemented for Javascript .
29
+ * Not yet implemented for JavaScript .
30
30
*/
31
31
predicate matchesAnySuffix ( RegExpTerm term ) { any ( ) }
32
32
You can’t perform that action at this time.
0 commit comments