Earlier quoted context omitted.
Let us know this'd be very helpful! tom@genius.com
BTW would really love to link to a particular annotation.
John Resig annotates original jQuery source code
101–102 of 102 posts
Re: John Resig annotates original jQuery source code
#102Earlier quoted context omitted.
I'm not sure what exactly he's referring to, but annotations allow you to use markdown and some (limited, heavily sanatized and whitelisted) html, so that could be what he was talking about.
heavily sanitized and whitelisted html isn't really arbitrary, is it?
I was able to XSS myself: when I added certain types of malicious code it did execute, but if I reload the page the malicious part is not rendered. In other words, it's filtered on the output, not input, and the rendering is different for content fetched from the server vs content you just created. You can execute code in your own browser, but not for anyone else (as far as I was able to).
Their team is very responsive and took my concerns over this seriously.