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

Use the new url for CPAN, in https #569

Merged
merged 3 commits into from Jul 19, 2018

Commits on Jul 18, 2018

  1. Use the new url for CPAN, in https

    While there is likely no practical issue, I suspect we should be cautious
    and not parse XML download in cleartext, given the rather large
    amount of issues with XML parsing in the past:
    
       https://www.owasp.org/index.php/XML_Security_Cheat_Sheet
    mscherer committed Jul 18, 2018
    Copy the full SHA
    01df1b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. Update check_feed to use defusedxml

    We already depend on defusedxml (indirectly) so pull it in explicitly
    and use it for XML parsing. Additionally, more gracefully handle
    failures to split titles. This updates the HTTP recordings for metacpan.
    
    Signed-off-by: Jeremy Cline <jcline@redhat.com>
    jeremycline committed Jul 19, 2018
    Copy the full SHA
    61496f1 View commit details
    Browse the repository at this point in the history
  2. Add release notes for PR fedora-infra#569

    Signed-off-by: Jeremy Cline <jcline@redhat.com>
    jeremycline committed Jul 19, 2018
    Copy the full SHA
    f93de62 View commit details
    Browse the repository at this point in the history