perl-Crypt-DSA-1.20-1.el10_2
- perl-Crypt-DSA-1.20-1.el10_2
This update fixes a couple of security issues:
- Replace two arg open (CVE-2026-8704)
- Replace rand() with a cryptographically-secure source of random data for seed generation (CVE-2026-8700)
Upstream's use of the Crypt::SysRandom module is replaced by the equally-secure Crypt::URandom module, which is already a dependency of perl-Crypt-DSA: Crypt::SysRandom is not currently available in EPEL.