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 b3fa59d commit 727a7e8Copy full SHA for 727a7e8
swift/ql/src/queries/Security/CWE-020/MissingRegexAnchor.qhelp
@@ -8,7 +8,7 @@
8
9
Sanitizing untrusted input with regular expressions is a
10
common technique, but malicious actors may be able to embed one of the
11
- allowed patterns in an unexpected location. To prevent against this,
+ allowed patterns in an unexpected location. To prevent this,
12
you should use anchors in your regular expressions,
13
such as <code>^</code> or <code>$</code>.
14
0 commit comments