]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 386942: [SECURITY] User Agent text should be HTML escaped - Patch by Frédéric...
authorlpsolit%gmail.com <>
Thu, 23 Aug 2007 20:35:52 +0000 (20:35 +0000)
committerlpsolit%gmail.com <>
Thu, 23 Aug 2007 20:35:52 +0000 (20:35 +0000)
template/en/default/bug/create/create-guided.html.tmpl
template/en/default/filterexceptions.pl

index 3bc459d700c06cddf7f2827b805d665047a2a62c..741f486a20f337496a7f0bdea76af699fd5a4f4a 100644 (file)
@@ -284,7 +284,7 @@ function PutDescription() {
       <b>Build Identifier</b>
     </td>
     <td valign="top">
-      <input type="text" size="80" name="buildid" value="[% buildid %]">
+      <input type="text" size="80" name="buildid" value="[% buildid FILTER html %]">
       <p>
         This should identify the exact version of the product you were using.  
         If the above field is blank or you know it is incorrect, copy the 
index 3a25da7ae82156bec915cac14647b542a3fff9d7..1ea527c396b79495059648b14e8edfbab0b0d482 100644 (file)
 'bug/create/create-guided.html.tmpl' => [
   'matches.0', 
   'tablecolour',
-  'buildid',
   'sel',
   'productstring', 
 ],