File tree Expand file tree Collapse file tree
python/ql/lib/semmle/python/security/performance
ruby/ql/lib/codeql/ruby/security/performance Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
3838private 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 {
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 */
3838private predicate isReDoSCandidate ( State state , string pump ) {
You can’t perform that action at this time.
0 commit comments