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 incorrect parsing of commas as separators #22

Closed troyhunt closed 1 year ago

troyhunt commented 1 year ago

Just added a failing test for a really major bug in 6944aa836de4e24c34729b658888b5ca425b5f7f, namely that the code can't parse CSV files! I suspect commas are not presently being treated as word breakers, I just ran this over a new breach and got really wacky results hence the discovery.