Skip to content

Commit df30613

Browse files
committed
Add readme note
1 parent 92a86c8 commit df30613

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ issueRegex().exec('Fixes avajs/ava#1023');
4444

4545
Returns a `RegExp` for matching issue references.
4646

47+
## Important
48+
49+
If you run the regex against untrusted user input in a server context, you should [give it a timeout](https://github.com/sindresorhus/super-regex).
50+
51+
**I do not consider ReDoS a valid vulnerability for this package.**
52+
4753
## Related
4854

4955
- [linkify-issues](https://github.com/sindresorhus/linkify-issues) - Linkify GitHub issue references

0 commit comments

Comments
 (0)