Commit 078c4931 authored by Reed Loden's avatar Reed Loden

Bug 619648: (CVE-2010-4570) [SECURITY] XSS via summary in "possible duplicates"…

Bug 619648: (CVE-2010-4570) [SECURITY] XSS via summary in "possible duplicates" table due to lack of encoding by YUI [r=mkanat a=LpSolit]
parent c283f5e7
...@@ -533,7 +533,8 @@ TUI_hide_default('attachment_text_field'); ...@@ -533,7 +533,8 @@ TUI_hide_default('attachment_text_field');
{ key: "id", label: "[% field_descs.bug_id FILTER js %]", { key: "id", label: "[% field_descs.bug_id FILTER js %]",
formatter: YAHOO.bugzilla.dupTable.formatBugLink }, formatter: YAHOO.bugzilla.dupTable.formatBugLink },
{ key: "summary", { key: "summary",
label: "[% field_descs.short_desc FILTER js %]" }, label: "[% field_descs.short_desc FILTER js %]",
formatter: "text" },
{ key: "status", { key: "status",
label: "[% field_descs.bug_status FILTER js %]", label: "[% field_descs.bug_status FILTER js %]",
formatter: YAHOO.bugzilla.dupTable.formatStatus }, formatter: YAHOO.bugzilla.dupTable.formatStatus },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment