Skip to content

Commit 6631e83

Browse files
re-appearing -> reappearing
Co-authored-by: Matt Pollard <[email protected]>
1 parent 4f1c12e commit 6631e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Sanitizing untrusted input is a common technique for preventing injection attacks and other security
99
vulnerabilities. Regular expressions are often used to perform this sanitization. However, when the
1010
regular expression matches multiple consecutive characters, replacing it just once
11-
can result in the unsafe text re-appearing in the sanitized input.
11+
can result in the unsafe text reappearing in the sanitized input.
1212
</p>
1313
<p>
1414
Attackers can exploit this issue by crafting inputs that, when sanitized with an ineffective regular

0 commit comments

Comments
 (0)