We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48fd99 commit 1e0b78eCopy full SHA for 1e0b78e
rust/ql/src/queries/security/CWE-020/RegexInjection.qhelp
@@ -42,7 +42,7 @@ unexpectedly cause strings such as <code>"key=secret"</code> to match.
42
</p>
43
<p>
44
If user input is used to construct a regular expression, it should be escaped
45
-first. This ensures that the malicious users cannot insert characters that have special
+first. This ensures that malicious users cannot insert characters that have special
46
meanings in regular expressions.
47
48
<sample src="RegexInjectionGood.rs" />
0 commit comments