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

How to Improve Package Verification #5

Open
dave2wave opened this issue Feb 1, 2025 · 0 comments
Open

How to Improve Package Verification #5

dave2wave opened this issue Feb 1, 2025 · 0 comments

Comments

@dave2wave
Copy link
Member

Packages are validated/verified in the following ways:

  1. Check that the detached signature matches the public signing key.
  2. Check that the SHA512(or others) matches the package.
  3. Optional check a signed binaries digital certificate issued on demand.

We have some issues to consider:

  1. The Web of Trust is not dependable.
  2. We can leak signed release candidates.
  3. Most users don't verify completely.

We need to discuss how we can make verification easy for any downstream consumer of ASF software.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant