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 ddd3e88 commit a050de7Copy full SHA for a050de7
swift/ql/src/queries/Security/CWE-1333/ReDoSIntroduction.inc.qhelp
@@ -10,7 +10,7 @@
10
an expensive input string for the regular expression to match.
11
</p>
12
<p>
13
- The regular expression engine used by Swift uses a
+ The regular expression engine used by Swift uses
14
backtracking non-deterministic finite automata to implement regular
15
expression matching. While this approach is space-efficient and allows
16
supporting advanced features like capture groups, it is not time-efficient
@@ -34,4 +34,4 @@
34
time-complexity does not matter.
35
36
</recommendation>
37
-</qhelp>
+</qhelp>
0 commit comments