Skip to content

Commit

Permalink
Adds links to OAuth 2 and mailing list
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpk committed May 18, 2012
1 parent 70492d8 commit 45f3331
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion advisories/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<h3>How to Report Security Threats?</h3>

<p>We are in the process of putting together resources to deal with future security issues. Meanwhile please contact <a href="mailto:eran@hueniverse.com">Eran Hammer-Lahav</a> with any concerns. Please <span class="caps">DO NOT</span> discuss unknown security threats in public as they are likely to be used by attacker before a solution can be applied.</p>
<p>Please report any concerns to the <a href="https://www.ietf.org/mailman/listinfo/oauth">OAuth mailing list</a>. Please <span class="caps">DO NOT</span> discuss unknown security threats in public as they are likely to be used by attacker before a solution can be applied.</p>
</div>

<?php require('../includes/_footer.php'); ?>
1 change: 1 addition & 0 deletions documentation/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<div id="main" class="column first last span-18 prepend-1 append-1">
<h2>Documentation</h2>
<ul>
<li><a href="http://tools.ietf.org/html/draft-ietf-oauth-v2">OAuth 2.0 Working Draft</a> - the latest IETF proposal.</li>
<li><a href="http://tools.ietf.org/html/rfc5849">RFC 5849: The OAuth 1.0 Protocol</a> - the final version of the OAuth 1.0 specification.</li>
<li><a href="http://hueniverse.com/oauth/">OAuth Resource Center</a> from <a href="http://hueniverse.com">Eran Hammer-Lahav</a> the specifications editor, including a beginner's guide and tutorials.</li>
<li>Community-driven support <strong><a href="/documentation/faq">FAQ</a></strong>.</li>
Expand Down
9 changes: 5 additions & 4 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div id="site-description" class="column span-18 append-1 prepend-1 first last">
<h3>An <strong>open protocol</strong> to allow <strong>secure API authorization </strong> in a <strong>simple</strong> and <strong>standard</strong> method from desktop and web applications.</h3>
<p id="read-more">
<a href="http://tools.ietf.org/html/rfc5849">Read the specification &raquo;</a>
<a href="http://tools.ietf.org/html/draft-ietf-oauth-v2">Read the OAuth 2 specification &raquo;</a>
</p>
</div>
</div>
Expand Down Expand Up @@ -68,10 +68,11 @@
<a href="documentation/getting-started">Get started...</a>
</div>

<div class="note column span-20 first last">
Learn more about the emerging <a href="/2/">OAuth 2.0 framework</a>.
</div>

<div class="clear" />

<div class="note column span-20 first last">
Learn more about the emerging <a href="/2/">OAuth 2.0 work</a>.
</div>
</div>
<?php require('./includes/_footer.php'); ?>

0 comments on commit 45f3331

Please sign in to comment.