Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 51cf087

Browse files
author
edunham
committed
Fix other </a> and spell out IRC network
1 parent 01667c3 commit 51cf087

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

security.html

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
<h2>Reporting a Bug</h2>
77

8-
<p>Safety is one of the core principles of Rust, and to that end, we would like to
9-
ensure that Rust has a secure implementation. Thank you for taking the time to
10-
responsibly disclose any issues you find.</p>
8+
<p>Safety is one of the core principles of Rust, and to that end, we would
9+
like to ensure that Rust has a secure implementation. Thank you for taking the
10+
time to responsibly disclose any issues you find.</p>
1111

1212
<p>All security bugs in the Rust distribution should be reported by email to
1313
<a href="mailto:[email protected]">[email protected]</a>. This list
@@ -32,9 +32,13 @@ <h2>Reporting a Bug</h2>
3232
can take:</p>
3333

3434
<ul>
35-
<li>Contact the current security coordinator (<a href="mailto:[email protected]">Steve Klabnik</a> (<a href="https://pgp.mit.edu/pks/lookup?op=vindex&amp;search=0xDAE717EFE9424541">public key</a>)) directly.</li>
36-
<li>Contact the back-up contact (<a href="mailto:[email protected]">Brian Anderson</a> (<a href="https://pgp.mit.edu/pks/lookup?op=vindex&amp;search=0x16457A6368CFF26F">public key</a>)) directly.</li>
37-
<li>Post on the <a href="https://internals.rust-lang.org/">internals forums</a> or ask in the #rust-internals IRC room on MozNet.</li>
35+
<li>Contact the current security coordinator (<a href="mailto:[email protected]">
36+
Steve Klabnik</a> (<a href="https://pgp.mit.edu/pks/lookup?op=vindex&amp;search=0xDAE717EFE9424541">
37+
public key</a>)) directly.</li>
38+
<li>Contact the back-up contact (<a href="mailto:[email protected]">Brian Anderson</a>
39+
(<a href="https://pgp.mit.edu/pks/lookup?op=vindex&amp;search=0x16457A6368CFF26F">public key</a>)) directly.</li>
40+
<li>Post on the <a href="https://internals.rust-lang.org/">internals forums</a>
41+
or ask in the #rust-internals IRC room on irc.mozilla.org.</li>
3842
</ul>
3943

4044
<p>Please note that the discussion forums and #rust-internals IRC channel are
@@ -54,7 +58,9 @@ <h2>Disclosure Policy</h2>
5458

5559
<li>Code is audited to find any potential similar problems.</li>
5660

57-
<li>Fixes are prepared for all releases which are still under maintenance. These fixes are not committed to the public repository but rather held locally pending the announcement.</li>
61+
<li>Fixes are prepared for all releases which are still under maintenance.
62+
These fixes are not committed to the public repository but rather held locally
63+
pending the announcement.</li>
5864

5965
<li>On the embargo date, the <a href="https://groups.google.com/forum/#!forum/rustlang-security-announcements">
6066
Rust security mailing list</a> is sent a copy of the announcement. The changes
@@ -71,12 +77,16 @@ <h2>Disclosure Policy</h2>
7177
<h2>Receiving Security Updates</h2>
7278

7379
<p>The best way to receive all the security announcements is to subscribe to
74-
the <a href="https://groups.google.com/forum/#!forum/rustlang-security-announcements"></a>Rust security announcements mailing list</a>. The mailing list is very low traffic, and it
75-
receives the public notifications the moment the embargo is lifted.</p>
80+
the <a
81+
href="https://groups.google.com/forum/#!forum/rustlang-security-announcements">Rust
82+
security announcements mailing list</a>. The mailing list is very low traffic,
83+
and it receives the public notifications the moment the embargo is lifted.</p>
7684

7785
<h3>Advance notification</h3>
7886

79-
<p>We will announce vulnerabilities 72 hours before the embargo is lifted to <a href="http://oss-security.openwall.org/wiki/mailing-lists/distros">distros@openwall</a>, so that Linux distributions can update their packages.</p>
87+
<p>We will announce vulnerabilities 72 hours before the embargo is lifted to
88+
<a href="http://oss-security.openwall.org/wiki/mailing-lists/distros">distros@openwall</a>,
89+
so that Linux distributions can update their packages.</p>
8090

8191
<h2>Comments on This Policy</h2>
8292

0 commit comments

Comments
 (0)