﻿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
21098	MultiValueDictKeyError leaks sensitive POST data	Simon Percivall	nobody	"Getting an error in `MultiValueDict` on a POST, such as doing `request.POST['foo']`, will leak the POST data without any escaping by Django, i.e. the `MultiValueDictKeyError` contains an unescaped `repr` of `request.POST`, no matter if you've added for instance `@sensitive_post_parameters(""password"")`."	Uncategorized	new	Uncategorized	1.5	Normal				Unreviewed	0	0	0	0	0	0
