-
-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quadratic blowup on pathological input. #24
Comments
This may be related to commonmark/cmark#178 — I'll look into it and work out a fix shortly. Thank you! ❤️ |
Turns out it's unrelated to that — it's instead to do with the translation of |
Not even that — we're removing from all over |
Thanks so much; this is fixed! |
|
* Fix for format range error * Eliminate breaks and unused syntax * Remove breaks and fix blockquote behavior * Fix table error and format to work for nesting
* Fix for format range error * Eliminate breaks and unused syntax * Remove breaks and fix blockquote behavior * Fix table error and format to work for nesting
This takes ~1s on my machine:
This allows a denial of service in any application using Comrak to process untrusted input, and thus prevents it from being used for that purpose, forcing the use of a C library such as cmark or MD4C instead.
The text was updated successfully, but these errors were encountered: