Open davisjam opened 6 years ago
This pattern is vulnerable but unsupported. I suspect the issue is the \b near the end, on which Wustholz chokes.
\b
{"pattern":"^( {0,3}> ?(([^\\n]+(?:\\n?(?! {0,3}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)| *(#{1,6}) *([^\\n]+?) *#* *(?:\\n+|$)|([^\\n]+)\\n *(=|-){2,} *(?:\\n+|$)| {0,3}>|<(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b)[^\\n]+)+)|[^\\n]*)(?:\\n|$))+"}
/cc @ChALkeR FYI
This pattern is vulnerable but unsupported. I suspect the issue is the
\b
near the end, on which Wustholz chokes.