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

Commit 603b469

Browse files
committed
Merge pull request #142 from steveklabnik/security2
Escape links in security page
2 parents 8e72a1f + 0d623d6 commit 603b469

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

security.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h2>Reporting a Bug</h2>
1616
hours indicating the next steps in handling your report. If you would like, you
1717
can encrypt your report using <a href="rust-key.gpg.ascii">our public key</a>.
1818
This key is also <a
19-
href="https://pgp.mit.edu/pks/lookup?op=vindex&search=0xEFB9860AE7520DAC">On
19+
href="https://pgp.mit.edu/pks/lookup?op=vindex&amp;search=0xEFB9860AE7520DAC">On
2020
MIT's keyserver</a> and <a href="#key">reproduced below</a>.
2121

2222
<p>This email address receives a large amount of spam, so be sure to use a
@@ -32,8 +32,8 @@ <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&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&search=0x16457A6368CFF26F">public key</a>)) directly.</li>
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>
3737
<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>
3838
</ul>
3939

0 commit comments

Comments
 (0)