zonemaster-engine
zonemaster-engine copied to clipboard
The Zonemaster Engine - part of the Zonemaster project
It looks like Zonemaster do not follow rfc during queries. When EDNS queries are not accepted causing FORMERR in response, a normal query should be used instead.
## Purpose This PR is four-fold: - It updates the ASN Lookup function of Zonemaster by using standard recursive DNS lookups instead of expecting dedicated zones. - It fixes the...
## Purpose This PR updates `resolver.defaults.retry` profile parameter by making it more proper to its name. See "Changes" section below. ## Context Fixes #1070 ## Changes - Make it exclude...
## Purpose This PR proposes an implementation of test procedure "Nameserver14" as described [here](https://github.com/zonemaster/zonemaster/blob/develop/docs/specifications/tests/Nameserver-TP/nameserver14.md). ## Context Addresses #920
## Purpose The the test case specification of CONNECTIVITY03 it specified that certain errors in the lookup responses should be handled by the test case. That was halfway implemented. The...
## Purpose This PR proposes an implementation for the support of DNAME by adding a new attribute to `Zonemaster::Engine::Zone` objects, instead of modifying `Zonemaster::Engine::Recursor`. This means that this PR does...
This issue is a mirror of the issue reported in #1300. The same applies for Consistency05.
Using the test zones specified in https://github.com/zonemaster/zonemaster/pull/1213 we have some test zones (scenarios) where `NO_RESPONSE`. For some of the test zones (scenarios) the tag is outputted, for others it is...
## Observations of rfv.se Testing `rfv.se` gives the following output (DNSSEC10): ``` $ zonemaster-cli rfv.se --test dnssec/dnssec10 Seconds Level Testcase Message ======= ======== ============== ======= 0.00 INFO UNSPECIFIED Using version...
Apparently, in `lib/Zonemaster/Engine/Test/DNSSEC.pm`, Zonemaster checks the possible expiration of DNSSEC signatures by [just a regular "lower than" operator](https://github.com/zonemaster/zonemaster-engine/blob/master/lib/Zonemaster/Engine/Test/DNSSEC.pm#L2147). If this is indeed the case, it is a [Y2038 bug]([url](https://en.wikipedia.org/wiki/Year_2038_problem)). RFC...