From: dklawren Date: Fri, 8 May 2020 23:13:50 +0000 (-0400) Subject: Bug 1634342 - change links for security approval documents to source docs (#1564) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=808a952e5dab4f0e8968553b8a38e0a7f8494afe;p=thirdparty%2Fbugzilla.git Bug 1634342 - change links for security approval documents to source docs (#1564) --- diff --git a/extensions/BMO/Extension.pm b/extensions/BMO/Extension.pm index 182009483..91b0c7ff3 100644 --- a/extensions/BMO/Extension.pm +++ b/extensions/BMO/Extension.pm @@ -1026,7 +1026,7 @@ sub _bug_has_current_patch { sub _bug_missing_sec_approval { my ($self) = @_; - # see https://wiki.mozilla.org/Security/Bug_Approval_Process for the rules + # see https://firefox-source-docs.mozilla.org/bug-mgmt/processes/security-approval.html for the rules # no need to alert once a bug is closed return 0 if $self->resolution; diff --git a/extensions/BMO/template/en/default/hook/attachment/list-warnings.html.tmpl b/extensions/BMO/template/en/default/hook/attachment/list-warnings.html.tmpl index 9dbda38ed..c6fd49ea2 100644 --- a/extensions/BMO/template/en/default/hook/attachment/list-warnings.html.tmpl +++ b/extensions/BMO/template/en/default/hook/attachment/list-warnings.html.tmpl @@ -24,7 +24,8 @@ - + sec-approval required on patches before landing diff --git a/extensions/BMO/template/en/default/hook/bug_modal/attachments-warnings.html.tmpl b/extensions/BMO/template/en/default/hook/bug_modal/attachments-warnings.html.tmpl index 53fb1e41f..2ba59081b 100644 --- a/extensions/BMO/template/en/default/hook/bug_modal/attachments-warnings.html.tmpl +++ b/extensions/BMO/template/en/default/hook/bug_modal/attachments-warnings.html.tmpl @@ -21,7 +21,8 @@ [% IF bug.missing_sec_approval %]
- + sec-approval required on patches before landing
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 4ec6db185..881880b45 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -426,7 +426,8 @@ [% IF is_security_bug %] - Security Issue - Approval Process + Security Issue - + Approval Process [% ELSE %] Confidential [% END %]