Skip to content

Commit 5376079

Browse files
committed
sync files
1 parent efba220 commit 5376079

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/ql/lib/semmle/python/security/performance/ReDoSUtil.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ abstract class ReDoSConfiguration extends string {
3232
}
3333

3434
/**
35-
* Holds if repeating `pump' starting at `state` is a candidate for causing backtracking.
35+
* Holds if repeating `pump` starting at `state` is a candidate for causing backtracking.
3636
* No check whether a rejected suffix exists has been made.
3737
*/
3838
private predicate isReDoSCandidate(State state, string pump) {

ruby/ql/lib/codeql/ruby/security/performance/ReDoSUtil.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ abstract class ReDoSConfiguration extends string {
3232
}
3333

3434
/**
35-
* Holds if repeating `pump' starting at `state` is a candidate for causing backtracking.
35+
* Holds if repeating `pump` starting at `state` is a candidate for causing backtracking.
3636
* No check whether a rejected suffix exists has been made.
3737
*/
3838
private predicate isReDoSCandidate(State state, string pump) {

0 commit comments

Comments
 (0)