Skip to content
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

An error in a url in markdown will kill the whole page #2884

Open
anton-mellit opened this issue Apr 19, 2020 · 0 comments
Open

An error in a url in markdown will kill the whole page #2884

anton-mellit opened this issue Apr 19, 2020 · 0 comments
Assignees
Labels

Comments

@anton-mellit
Copy link

This lets an error (or a malicious inclusion) in a user's comment or in some other part of a page to render the whole page unusable.

To reproduce: place [](https://) in a content of a page. Or in any other part which passes through markdown. Or place any other "malformed url" in place of https://.

Observed behavior: 0 - An exception has been thrown during the rendering of a template ("Malformed URL: https://") The whole page is not shown

Expected behavior: Any graceful behavior: 1) render it as https:// or 2) render as empty space

Example: (github.com renders [](https://) as empty space)

@rhukster rhukster self-assigned this Apr 22, 2020
@mahagr mahagr added bug and removed enhancement labels Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants