Skip to content

Commit 4f1c12e

Browse files
apply suggestion from review
Co-authored-by: Max Schaefer <[email protected]>
1 parent 1fe6623 commit 4f1c12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ possible. These libraries are more likely to handle corner cases and ensure effe
2525

2626
<p>
2727
If a library is not an option, you can consider alternative strategies to fix the issue. For example,
28-
applying the regular expression replacement repeatedly until no more replacements can be performed or to rewrite the regular
28+
applying the regular expression replacement repeatedly until no more replacements can be performed, or rewriting the regular
2929
expression to match single characters instead of the entire unsafe text.
3030
</p>
3131
</recommendation>

0 commit comments

Comments
 (0)