Jamie Batabyal

Results 2 issues of Jamie Batabyal

In some cases, the response body pulled from the HaveIBeenPwned API can end with a blank space after the final new line characters. When pulled into the `$lines` array, this...

In this method, if the `$line` variable does not contain a colon (e.g., is an empty string), then the call to `list()` will throw an Exception. https://github.com/DivineOmega/password_exposed/blob/327f93ee5cab54622077bcae721412b55be16720/src/AbstractPasswordExposedChecker.php#L147 This exception is...