Skip to content

Commit 201043b

Browse files
Add new further reading link to no-super-linear-move docs (#461)
1 parent 47ff551 commit 201043b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/rules/no-super-linear-move.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,11 @@ Even if a fragment had exploitable quantifiers, it might not cause super-linear
202202
## :books: Further reading
203203

204204
- [Regular expression Denial of Service - ReDoS][1]
205+
- [Polynomial regular expression used on uncontrolled data][2]
205206
- [scslre]
206207

207208
[1]: https://owasp.org/www-community/attacks/Regular_expression_Denial_of_Service_-_ReDoS
209+
[2]: https://codeql.github.com/codeql-query-help/javascript/js-polynomial-redos/
208210
[scslre]: https://github.com/RunDevelopment/scslre
209211

210212
## :rocket: Version

0 commit comments

Comments
 (0)