Dear all,
I am pleased to announce the 1.56 release of Net::DNS.
This release has one regular bugfix, two fixes for LLM discovered security issues, and one last minute documentation fix:
- Fix the backtick removal fix from 1.55 (See RT#179692)
- Fix of remote execution injection via EDNS EXTENDED ERROR (See RT#179945)
- Fix of denial of service via long DNS compression chains (See RT#179946)
- Fix that Net::DNS::RR::RRSIG::verify() mentions
DNSKEYand notKEYRR(SeeRT#180088)
| link | https://www.net-dns.org/download/Net-DNS-1.55_01.tar.gz |
| sha256 | 5930e39f76895b380c7ca11fc08352d15ad71c41fe84c12dfb6a322d17f66946 |
| asc | https://www.net-dns.org/download/Net-DNS-1.55_01.tar.gz.asc |
Changes
**** 1.56 [unreleased]
Fix rt.cpan.org #180088
Documentation issue for Net::DNS::RR::RRSIG::verify()
Fix rt.cpan.org #179946
Denial of Service via long DNS compression chains
Fix rt.cpan.org #179945
Remote code injection via EDNS EXTENDED ERROR
Fix rt.cpan.org #179692/#176900
UNIX.pm: Unreachable code warning using Apache/mod_perl