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;
<tr class="bz_attach_footer">
<td colspan="[% show_attachment_flags ? 3 : 2 %]" id="sec-approval-warning" class="attachment-warning">
<img src="[% basepath FILTER none %]extensions/BMO/web/images/sign_warning.png" width="16" height="16">
- <a href="https://wiki.mozilla.org/Security/Bug_Approval_Process" target="_blank" rel="noopener noreferrer">
+ <a href="https://firefox-source-docs.mozilla.org/bug-mgmt/processes/security-approval.html"
+ target="_blank" rel="noopener noreferrer">
sec-approval required on patches before landing
</a>
</td>
[% IF bug.missing_sec_approval %]
<div id="sec-approval-warning" class="attachment-warning">
<img src="[% basepath FILTER none %]extensions/BMO/web/images/sign_warning.png" width="16" height="16">
- <a href="https://wiki.mozilla.org/Security/Bug_Approval_Process" target="_blank" rel="noopener noreferrer">
+ <a href="https://firefox-source-docs.mozilla.org/bug-mgmt/processes/security-approval.html"
+ target="_blank" rel="noopener noreferrer">
sec-approval required on patches before landing
</a>
</div>
<span class="icon" aria-hidden="true"></span>
<strong>
[% IF is_security_bug %]
- Security Issue - <a href="https://wiki.mozilla.org/Security/Bug_Approval_Process">Approval Process</a>
+ Security Issue - <a href="https://firefox-source-docs.mozilla.org/bug-mgmt/processes/security-approval.html">
+ Approval Process</a>
[% ELSE %]
Confidential
[% END %]