HaveIBeenPwned / EmailAddressExtractor

A project to rapidly extract all email addresses from any files in a given path
BSD 3-Clause "New" or "Revised" License
64 stars 23 forks source link

Fix parsing of email addresses encapsulate in single quotes #33

Closed troyhunt closed 1 year ago

troyhunt commented 1 year ago

It looks like email addresses encapsulated in single quotes are being parsed out with the opening quote included in the address itself. Added a failing test in https://github.com/HaveIBeenPwned/EmailAddressExtractor/commit/d29e463b9facfd354a36593ae92c0a1064d125e2, this is a pretty major bug.

troyhunt commented 1 year ago

Perfect!