Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not depend on insecure module Email::Address #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 14, 2018

  1. Do not depend on insecure module Email::Address

    Module Email::Address is vulnerable to CVE-2015-7686 and new replacement is
    module Email::Address::XS. Change test which require Email::Address module
    to work also with Email::Address::XS.
    pali committed Feb 14, 2018
    Copy the full SHA
    8e2dd4c View commit details
    Browse the repository at this point in the history