Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #121 from faberge-eggs/SSRF-idref-fix
Browse files Browse the repository at this point in the history
Avoid SSRF for claimed_id request
  • Loading branch information
tobiashm committed Jun 26, 2019
2 parents 6182dc4 + 8a4c31a commit d181a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/openid/consumer/idres.rb
Expand Up @@ -72,9 +72,9 @@ def signed_fields
def id_res
check_for_fields
verify_return_to
verify_discovery_results
check_signature
check_nonce
verify_discovery_results
end

def server_url
Expand Down

0 comments on commit d181a8a

Please sign in to comment.