houseabsolute / Courriel

High level email parsing and manipulation
https://metacpan.org/release/Courriel/
Other
6 stars 5 forks source link

Email::Address should be replaced #5

Closed oschwald closed 6 years ago

oschwald commented 6 years ago

Email::Address is deprecated and has a known vulnerability:

ACHTUNG! This module has a vulnerability (CVE-2015-7686) which allows remote attackers to cause denial of service. In other words, sometimes it takes way too long to process certain kinds of input. Maybe someday this will be fixed. Until then, use Email::Address::XS instead which has backward compatible API.

https://metacpan.org/pod/Email::Address

autarch commented 6 years ago

Sounds good to me. I will do a new release.

oschwald commented 6 years ago

Thanks!