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

RFC: Use rpmkeys alone to verify the signature #1753

Merged

Commits on Jun 2, 2021

  1. Use rpmkeys alone to verify signature

    This avoids having to actually parse the package to check its signature,
    which reduces attack surface.  If the output of rpmkeys cannot be
    parsed, we assume the package is corrupt (the most likely cause).
    DemiMarie committed Jun 2, 2021
    Copy the full SHA
    e40e51a View commit details
    Browse the repository at this point in the history