I downloaded the latest Mercurial of the wmd-new project at: http://code.google.com/p/wmd-new/

I noticed, on the demo page, that the editor lets me do:

<script>alert('hello world');</script>

And that these script tags are not escaped in the generated HTML. Obviously I don't want people being able to insert client-side script via the markdown editor. Will it be possible for the new wmd editor to disable this or escape the script tags?

share|improve this question
1  
Apart from this being off topic here: would you trust client side code in sanitizing the input? – Arjan Mar 1 '11 at 10:59
No, but it should at least escape the <script> stuff; I can't see any use for having an actual script tag being rendered in the page. If someone typed that in the editor, it's more likely they wanted it to be escaped as they're writing code or something. – Jez Mar 1 '11 at 11:02
I'm working on a project in which i the users need to display codes snippets. I also need the script tag to be filtered or somehow sanitized – Dipesh Kc May 10 '11 at 6:55
can you please suggest the best way to sanitize such potentially dangerous html tags such as <script> – Dipesh Kc May 10 '11 at 6:59

closed as off topic by Arjan, jzd, Yi Jiang, Popular Demand, Michael Pryor Mar 1 '11 at 14:13

Questions on Meta Stack Overflow are expected to generally relate to the Stack Exchange family of websites and/or community in some way, within the scope defined in the faq.

You must log in to answer this question.

Browse other questions tagged