QubesOS / qubes-rpm-oxide

Rust libraries for processing RPM packages
4 stars 4 forks source link

Better error messages for corrupt packages #21

Closed DemiMarie closed 2 years ago

DemiMarie commented 2 years ago

A malicious attacker sending a forged package is the least likely reason for verification to fail. The most likely reason is a network problem, so mention that in the error message.

Fixes QubesOS/qubes-issues#7545.