Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b317d commit c7ae072Copy full SHA for c7ae072
1 file changed
javascript/ql/lib/semmle/javascript/security/regexp/NfaUtilsSpecific.qll
@@ -20,13 +20,13 @@ predicate isPossessive(RegExpQuantifier term) { none() }
20
21
/**
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.
+ * Not yet implemented for JavaScript.
24
*/
25
predicate matchesAnyPrefix(RegExpTerm term) { any() }
26
27
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
30
31
predicate matchesAnySuffix(RegExpTerm term) { any() }
32
0 commit comments