Update python/ql/lib/semmle/python/security/BadTagFilterQuery.qll

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
Erik Krogh Kristensen
2021-09-28 23:03:47 +02:00
parent 99ed4a1a89
commit 8d556ed1e1
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ private module RegexpMatching {
}
/**
* Holds if `regexp` matches `str`, where `str` is either in the `test` or `testWithGroups` predicate.
* Holds if this RegExp matches `str`, where `str` is either in the `test` or `testWithGroups` predicate.
*/
final predicate matches(string str) {
exists(State state | state = getAState(this, str.length() - 1, str, _) |