Bug 192677: Add new test to flag failure-to-filter situations in the templates, and correct the XSS holes that were discovered as a
result of it. Patch by Gervase Markham <gerv@mozilla.org> r= myk, bbaetz, justdave a= justdave git-svn-id: svn://10.0.0.236/trunk@141754 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -211,8 +211,10 @@ function PutDescription() {
|
||||
<form method="post" action="post_bug.cgi">
|
||||
<input type="hidden" name="format" value="guided">
|
||||
<input type="hidden" name="assigned_to" value="">
|
||||
<input type="hidden" name="priority" value="[% default.priority %]">
|
||||
<input type="hidden" name="version" value="[% default.version %]">
|
||||
<input type="hidden" name="priority"
|
||||
value="[% default.priority FILTER html %]">
|
||||
<input type="hidden" name="version"
|
||||
value="[% default.version FILTER html %]">
|
||||
|
||||
<table valign="top" cellpadding="5" cellspacing="5" border="0">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user