From 7e4fb28341abfe2a5c31645e20c5804229e8eaea Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 19 Feb 2013 09:58:54 +0100 Subject: Bug 832264: Release notes for Bugzilla 4.2.5 r=dkl a=LpSolit --- template/en/default/pages/release-notes.html.tmpl | 33 +++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'template') diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 86a12af8d..32940b715 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -53,6 +53,39 @@

Updates in this 4.2.x Release

+

4.2.5

+ +

This release fixes one security issue. See the + Security Advisory + for details.

+ +

In addition, the following important fixes/changes have been made in this + release:

+ + +

4.2.4

This release fixes several security issues. See the -- cgit v1.2.3-24-g4f1b From 0bd4c361b4a5fe0e0773e77571a84234b8f91f76 Mon Sep 17 00:00:00 2001 From: Simon Green Date: Tue, 19 Feb 2013 18:14:59 +0100 Subject: Bug 824399: (CVE-2013-0786) [SECURITY] build_subselect() leaks the existence of products and components you cannot access r/a=LpSolit --- template/en/default/admin/params/groupsecurity.html.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'template') diff --git a/template/en/default/admin/params/groupsecurity.html.tmpl b/template/en/default/admin/params/groupsecurity.html.tmpl index ab39a9149..783099a11 100644 --- a/template/en/default/admin/params/groupsecurity.html.tmpl +++ b/template/en/default/admin/params/groupsecurity.html.tmpl @@ -42,6 +42,9 @@ querysharegroup => "The name of the group of users who can share their " _ "saved searches with others.", + debug_group => "The name of the group of users who can view the actual " _ + "SQL query generated when viewing $terms.bug lists and reports.", + usevisibilitygroups => "Do you wish to restrict visibility of users to members of " _ "specific groups?", -- cgit v1.2.3-24-g4f1b