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

Fix a small typo in security.html #242

Merged
merged 1 commit into from
Dec 28, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions security.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h2>Reporting a Bug</h2>

<p>All security bugs in the Rust distribution should be reported by email to
<a href="mailto:security@rust-lang.org">security@rust-lang.org</a>. This list
is delivered to small security team. Your email will be acknowledged within 24
is delivered to a small security team. Your email will be acknowledged within 24
hours, and you'll receive a more detailed response to your email within 48
hours indicating the next steps in handling your report. If you would like, you
can encrypt your report using <a href="rust-security-team-key.gpg.ascii">our public key</a>.
Expand All @@ -36,9 +36,9 @@ <h2>Reporting a Bug</h2>
<ul>
<li>Contact the current security coordinator (<a href="mailto:steve@steveklabnik.com">Steve Klabnik</a>
(<a href="https://pgp.mit.edu/pks/lookup?op=vindex&amp;search=0xDAE717EFE9424541">public key</a>)) directly.</li>
<li>Contact the back-up contact (<a href="mailto:andersrb@gmail.com">Brian Anderson</a>
<li>Contact the back-up contact (<a href="mailto:andersrb@gmail.com">Brian Anderson</a>
(<a href="https://pgp.mit.edu/pks/lookup?op=vindex&amp;search=0x16457A6368CFF26F">public key</a>)) directly.</li>
<li>Post on the <a href="https://internals.rust-lang.org/">internals forums</a>
<li>Post on the <a href="https://internals.rust-lang.org/">internals forums</a>
or ask in the #rust-internals IRC room on irc.mozilla.org.</li>
</ul>

Expand Down