• This is a bad idea. Do not do this.

    The value of the Markdown field is untrusted.

    The Markdown can easily contain XSS. Whilst you could never put this on a site as we'd process it out... having one user access the raw Markdown of another does create the risk that the user who is using your tool will now be susceptible to any XSS attack put into the Markdown.

    The raw Markdown is only ever supposed to be accessed by the person who made it. You may have just forced me to changed the API such that you cannot get the raw Markdown if you are not authenticated as the person who wrote it.

  • The Markdown can easily contain XSS

    Yes, that's why my tool escaped all the <, and why HTML posts won't work in it.

    The raw Markdown is only ever supposed to be accessed by the person who made it. You may have just forced me to changed the API ...

    Not my intention, tool deleted.

About

Avatar for Velocio @Velocio started