Skip to content

Commit 02c7536

Browse files
committed
Add link for REDoS
1 parent e9cb46d commit 02c7536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ So, this utility attempts to handle everything. It:
3737
attribute inside anchor (`<a>`) tags or any other tag/attribute, and will not
3838
accidentally wrap the inner text of `<a>`/`<script>`/`<style>` tags with a new
3939
one (which would cause doubly-nested anchor tags, or mess with scripts)
40-
- Will do all of this in **`O(n)`** (linear) time with low constant factors and without the possibility of RegExp [Catastrophic Backtracking](https://www.regular-expressions.info/catastrophic.html), making it extremely fast and unsusceptible to [DoS](https://en.wikipedia.org/wiki/Denial-of-service_attack) inputs.
40+
- Will do all of this in **`O(n)`** (linear) time with low constant factors and without the possibility of RegExp [Catastrophic Backtracking](https://www.regular-expressions.info/catastrophic.html), making it extremely fast and unsusceptible to [REDoS](https://owasp.org/www-community/attacks/Regular_expression_Denial_of_Service_-_ReDoS) inputs.
4141

4242
<a name="benchmarks-table"></a>Quick [benchmarks](#benchmarks) comparison:
4343
<!-- NOTE: The benchmarks table is auto-generated by the `pnpm run benchmarks` script. Do not manually edit - it will be overwritten -->

0 commit comments

Comments
 (0)