File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
python/ql/lib/semmle/python/security/performance
ruby/ql/lib/codeql/ruby/security/performance Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ abstract class ReDoSConfiguration extends string {
32
32
}
33
33
34
34
/**
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.
36
36
* No check whether a rejected suffix exists has been made.
37
37
*/
38
38
private predicate isReDoSCandidate ( State state , string pump ) {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ abstract class ReDoSConfiguration extends string {
32
32
}
33
33
34
34
/**
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.
36
36
* No check whether a rejected suffix exists has been made.
37
37
*/
38
38
private predicate isReDoSCandidate ( State state , string pump ) {
You can’t perform that action at this time.
0 commit comments