Skip to content

Commit 8d556ed

Browse files
erik-kroghRasmusWL
andcommitted
Update python/ql/lib/semmle/python/security/BadTagFilterQuery.qll
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent 99ed4a1 commit 8d556ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

javascript/ql/lib/semmle/javascript/security/BadTagFilterQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ private module RegexpMatching {
3939
}
4040

4141
/**
42-
* Holds if `regexp` matches `str`, where `str` is either in the `test` or `testWithGroups` predicate.
42+
* Holds if this RegExp matches `str`, where `str` is either in the `test` or `testWithGroups` predicate.
4343
*/
4444
final predicate matches(string str) {
4545
exists(State state | state = getAState(this, str.length() - 1, str, _) |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ private module RegexpMatching {
3939
}
4040

4141
/**
42-
* Holds if `regexp` matches `str`, where `str` is either in the `test` or `testWithGroups` predicate.
42+
* Holds if this RegExp matches `str`, where `str` is either in the `test` or `testWithGroups` predicate.
4343
*/
4444
final predicate matches(string str) {
4545
exists(State state | state = getAState(this, str.length() - 1, str, _) |

0 commit comments

Comments
 (0)