zonemaster-engine icon indicating copy to clipboard operation
zonemaster-engine copied to clipboard

The Zonemaster Engine - part of the Zonemaster project

Results 97 zonemaster-engine issues
Sort by recently updated
recently updated
newest added

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.

T-Question

## 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...

V-Major

## 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...

V-Major

## 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

A-TestCase

## 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...

T-Bug
V-Patch

## 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...

T-Feature
V-Major

This issue is a mirror of the issue reported in #1300. The same applies for Consistency05.

T-Bug

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...

T-Bug

## 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...

T-Bug

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...

T-Bug