Skip to content

Commit bb1ce89

Browse files
committed
spelling: repeatable
Signed-off-by: Josh Soref <[email protected]>
1 parent adb8860 commit bb1ce89

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

java/ql/lib/semmle/code/java/security/regexp/NfaUtils.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ module ReDoSPruning<isCandidateSig/2 isCandidate> {
10291029
* as the suffix "X" will cause both the regular expressions to be rejected.
10301030
*
10311031
* The string `w` is repeated any number of times because it needs to be
1032-
* infinitely repeatedable for the attack to work.
1032+
* infinitely repeatable for the attack to work.
10331033
* For the regular expression `/((ab)+)*abab/` the accepting state is not reachable from the fork
10341034
* using epsilon transitions. But any attempt at repeating `w` will end in a state that accepts all suffixes.
10351035
*/

javascript/ql/lib/semmle/javascript/security/regexp/NfaUtils.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ module ReDoSPruning<isCandidateSig/2 isCandidate> {
10291029
* as the suffix "X" will cause both the regular expressions to be rejected.
10301030
*
10311031
* The string `w` is repeated any number of times because it needs to be
1032-
* infinitely repeatedable for the attack to work.
1032+
* infinitely repeatable for the attack to work.
10331033
* For the regular expression `/((ab)+)*abab/` the accepting state is not reachable from the fork
10341034
* using epsilon transitions. But any attempt at repeating `w` will end in a state that accepts all suffixes.
10351035
*/

python/ql/lib/semmle/python/security/regexp/NfaUtils.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ module ReDoSPruning<isCandidateSig/2 isCandidate> {
10291029
* as the suffix "X" will cause both the regular expressions to be rejected.
10301030
*
10311031
* The string `w` is repeated any number of times because it needs to be
1032-
* infinitely repeatedable for the attack to work.
1032+
* infinitely repeatable for the attack to work.
10331033
* For the regular expression `/((ab)+)*abab/` the accepting state is not reachable from the fork
10341034
* using epsilon transitions. But any attempt at repeating `w` will end in a state that accepts all suffixes.
10351035
*/

ruby/ql/lib/codeql/ruby/security/regexp/NfaUtils.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ module ReDoSPruning<isCandidateSig/2 isCandidate> {
10291029
* as the suffix "X" will cause both the regular expressions to be rejected.
10301030
*
10311031
* The string `w` is repeated any number of times because it needs to be
1032-
* infinitely repeatedable for the attack to work.
1032+
* infinitely repeatable for the attack to work.
10331033
* For the regular expression `/((ab)+)*abab/` the accepting state is not reachable from the fork
10341034
* using epsilon transitions. But any attempt at repeating `w` will end in a state that accepts all suffixes.
10351035
*/

0 commit comments

Comments
 (0)