This repository has been archived by the owner on Feb 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This closes two phishing loopholes: https://hackerone.com/reports/117187 https://hackerone.com/reports/156542
- Loading branch information
1 parent
6f09a48
commit 012ce92
Showing
3 changed files
with
12 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,7 +101,7 @@ def test_post_with_looooong_address_is_400(self): | |
|
||
def test_verify_email_without_adding_email(self): | ||
response = self.verify_email('', 'sample-nonce') | ||
assert 'Missing Info' in response.body | ||
assert 'Bad Info' in response.body | ||
|
||
def test_verify_email_wrong_nonce(self): | ||
self.hit_email_spt('add-email', '[email protected]') | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters