PlugaruT / pwned-checker

Simple application for checking if a password is found in Pwned Passwords repository
GNU Lesser General Public License v3.0
10 stars 4 forks source link

Checking the same e-mail twice succesively gives different results #12

Closed arubislander closed 6 years ago

arubislander commented 6 years ago

Summary: When I enter an email address I know has been leaked, when checking it for the first time the app corrected reports it compromised. But pressing [Check!] again gives the result that everything is OK.

How to reproduce: Enter email you know to have been in a security breach in the lower text box. Click on [Check!] Click on [Check!] again

Expected result: The app should report that the account was involved in one or more breaches both times

Actual result: The app reports that the account was involved in one or more breaches the first time. The app Congratulates the user on their carefulness on the second time.

PlugaruT commented 6 years ago

Thanks for the report. I will look into it.

PlugaruT commented 6 years ago

The strange part is that I can't replicate this bug. I have tested no the application and it behaves as expected.

arubislander commented 6 years ago

I guess between the logging of the issue and now the bug has been resolved, because I cannot replicate it now either. I will consider this solved and close the issue. Thanks!