mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
Update python/ql/lib/semmle/python/security/BadTagFilterQuery.qll
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
@@ -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, _) |
|
||||
|
||||
Reference in New Issue
Block a user