Skip to content

Commit a7914e9

Browse files
authored
Merge pull request openid#126 from utkarsh2102/CVE-2019-11027
Perform checks first
2 parents 65963ca + f526132 commit a7914e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/openid/consumer/idres.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ def signed_fields
7171
# verified information.
7272
def id_res
7373
check_for_fields
74-
verify_return_to
7574
check_signature
7675
check_nonce
76+
verify_return_to
7777
verify_discovery_results
7878
end
7979

0 commit comments

Comments
 (0)