Skip to content

Commit 4a14e41

Browse files
author
ID Bot
committed
Script updating gh-pages from 2de689c. [ci skip]
1 parent 7ec6262 commit 4a14e41

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

mbj-aaron/draft-ietf-oauth-rfc8725bis.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1825,7 +1825,7 @@ <h3 id="name-do-not-trust-received-claim">
18251825
could result in server-side request forgery (SSRF) attacks. Applications <span class="bcp14">SHOULD</span> protect against such
18261826
attacks, e.g., by matching the URL to an allowlist of permitted locations
18271827
and ensuring no cookies are sent in the GET request.<a href="#section-3.10-2" class="pilcrow"></a></p>
1828-
<p id="section-3.10-3">Likewise, the authorization server <span class="bcp14">SHOULD</span> check what a hostname resolves to
1828+
<p id="section-3.10-3">When such an allowlist is not available, the authorization server <span class="bcp14">SHOULD</span> check what a hostname resolves to
18291829
and avoid making a request if it resolves to a loopback or local IP address.
18301830
An example of this is when "attacker.example.com/etc/passwd" is used
18311831
as the "jwks_uri" value and there is a DNS entry for "attacker.example.com"

mbj-aaron/draft-ietf-oauth-rfc8725bis.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -542,12 +542,12 @@ Table of Contents
542542
allowlist of permitted locations and ensuring no cookies are sent in
543543
the GET request.
544544

545-
Likewise, the authorization server SHOULD check what a hostname
546-
resolves to and avoid making a request if it resolves to a loopback
547-
or local IP address. An example of this is when
548-
"attacker.example.com/etc/passwd" is used as the "jwks_uri" value and
549-
there is a DNS entry for "attacker.example.com" that resolves to
550-
"127.0.0.1" or other local IP address values.
545+
When such an allowlist is not available, the authorization server
546+
SHOULD check what a hostname resolves to and avoid making a request
547+
if it resolves to a loopback or local IP address. An example of this
548+
is when "attacker.example.com/etc/passwd" is used as the "jwks_uri"
549+
value and there is a DNS entry for "attacker.example.com" that
550+
resolves to "127.0.0.1" or other local IP address values.
551551

552552
3.11. Use Explicit Typing
553553

0 commit comments

Comments
 (0)