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

http2: verify :athority in push promise requests #3581

Closed
wants to merge 2 commits into from

Commits on Feb 18, 2019

  1. http2: verify :athority in push promise requests

    RFC 7540 says we should verify that the push is for an "authoritative"
    server. We make sure of this by only allowing push with an :athority
    header that matches the host that was asked for in the URL.
    
    Fixes #3577
    Reported-by: Nicolas Grekas
    Bug: https://curl.haxx.se/mail/lib-2019-02/0057.html
    bagder committed Feb 18, 2019
    Copy the full SHA
    228cb25 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Copy the full SHA
    a4e1354 View commit details
    Browse the repository at this point in the history