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() }
2020
2121/**
2222 * 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 .
2424 */
2525predicate matchesAnyPrefix ( RegExpTerm term ) { any ( ) }
2626
2727/**
2828 * 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 .
3030 */
3131predicate matchesAnySuffix ( RegExpTerm term ) { any ( ) }
3232
You can’t perform that action at this time.
0 commit comments