From: Kohei Yoshino Date: Tue, 4 Jun 2019 22:05:07 +0000 (-0400) Subject: Bug 1555847 - Bugs in core-security-release and pocket-security-sensitive groups... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=316be696b80741911bc3a71b637ef9c75a8492a3;p=thirdparty%2Fbugzilla.git Bug 1555847 - Bugs in core-security-release and pocket-security-sensitive groups have Confidential header, should be Security --- diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 2b14f9937..73c2050e5 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -417,7 +417,7 @@ IF bug && bug.groups_in.size; is_security_bug = 0; FOREACH group IN bug.groups_in; - IF group.name.match('^(.*security|\w+sec)$'); is_security_bug = 1; END; + is_security_bug = 1 IF group.secure_mail; END; %]