markdown-to-jsx icon indicating copy to clipboard operation
markdown-to-jsx copied to clipboard

Trivial RegExp DoS (leading spaces)

Open jasisk opened this issue 6 months ago • 2 comments

The code block regex allows for a DoS. Can be reproduced with ~100 spaces.

Reproduction in regex debugger.

Reproduce in the playground:

text
                                                                                                                                                      
text

jasisk avatar Aug 12 '24 18:08 jasisk