Skip to content

Commit 8676516

Browse files
erik-kroghasgerf
andauthored
recursively -> repeatedly
Co-authored-by: Asger F <[email protected]>
1 parent 3e2b812 commit 8676516

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

javascript/ql/src/Security/CWE-116/IncompleteMultiCharacterSanitization.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ which still contains an HTML comment.
4545
</p>
4646

4747
<p>
48-
One possible fix for this issue is to apply the regular expression replacement recursively until no
48+
One possible fix for this issue is to apply the regular expression replacement repeatedly until no
4949
more replacements can be performed. This ensures that the unsafe text does not re-appear in the sanitized input, effectively
5050
removing all instances of the targeted pattern:
5151
</p>

ruby/ql/src/queries/security/cwe-116/IncompleteMultiCharacterSanitization.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ which still contains an HTML comment.
4545
</p>
4646

4747
<p>
48-
One possible fix for this issue is to apply the regular expression replacement recursively until no
48+
One possible fix for this issue is to apply the regular expression replacement repeatedly until no
4949
more replacements can be performed. This ensures that the unsafe text does not re-appear in the sanitized input, effectively
5050
removing all instances of the targeted pattern:
5151
</p>

0 commit comments

Comments
 (0)