From 085c32acdac27c99549dfb1bef50ccb8c3949294 Mon Sep 17 00:00:00 2001
From: Israel Madueme
Date: Mon, 19 Mar 2018 10:57:17 -0400
Subject: Bug 1440328 - Obfuscate mentor email for users that aren't logged in
---
template/en/default/bug/activity/table.html.tmpl | 1 +
1 file changed, 1 insertion(+)
(limited to 'template/en/default')
diff --git a/template/en/default/bug/activity/table.html.tmpl b/template/en/default/bug/activity/table.html.tmpl
index 50193f894..101e43546 100644
--- a/template/en/default/bug/activity/table.html.tmpl
+++ b/template/en/default/bug/activity/table.html.tmpl
@@ -107,6 +107,7 @@
change.fieldname == 'reporter' ||
change.fieldname == 'qa_contact' ||
change.fieldname == 'cc' ||
+ change.fieldname == 'bug_mentor' ||
change.fieldname == 'flagtypes.name' %]
[% display_value(change.fieldname, change_type) FILTER email FILTER html %]
[% ELSE %]
--
cgit v1.2.3-24-g4f1b
From 40023c4a9f7d949f623b3b6fa90c9cbf5dfc2351 Mon Sep 17 00:00:00 2001
From: Dylan William Hardison
Date: Tue, 20 Mar 2018 10:06:20 -0400
Subject: Bug 1444008 - Form action injection in Bugzilla /user_profile (leads
to XSS/single-factor credential leakage)
---
template/en/default/account/auth/login.html.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'template/en/default')
diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl
index 160fad43b..c11a6afc1 100644
--- a/template/en/default/account/auth/login.html.tmpl
+++ b/template/en/default/account/auth/login.html.tmpl
@@ -42,7 +42,7 @@