﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
15365	Stronger warning for markup template filters	db.pub.mail@…	nobody	"if the restructuredtext markup is meant to be safe (I cannot see anything
to say if it is or isn't... :/)

then the following demonstrates a potential issue:

thingy/lol.html

{% load markup %}
       {{LOL|restructuredtext}}

views.py
...

def index(request):
  return render_to_response('thingy/lol.html', {'LOL: ""`NotMe
<javascript:alert(1)>`_""})

"		closed	Documentation	1.2		fixed			Accepted	0	0	0	0	0	0
