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 4644b71 commit 869ad2eCopy full SHA for 869ad2e
swift/ql/src/queries/Security/CWE-730/RegexInjection.qhelp
@@ -7,8 +7,8 @@
7
<p>
8
Constructing a regular expression with unsanitized user input is dangerous,
9
since a malicious user may be able to modify the meaning of the expression. They
10
-may be able to cause unexpected program behaviour, or perform a Denial of Service
11
-attack. For example they may provide a regular expression fragment that takes
+may be able to cause unexpected program behaviour, or perform a denial-of-service
+attack. For example, they may provide a regular expression fragment that takes
12
exponential time to evaluate in the worst case.
13
</p>
14
</overview>
0 commit comments