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

The Zonemaster Engine - part of the Zonemaster project

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

On a test domain, I had the following SOA record: ```zone test. IN SOA ( ns.test. root.test. 2022091701 ; serial 86400 ; refresh (24 h) 14400 ; retry (4 h)...

T-Bug
A-TestCase

A discussion started in https://github.com/zonemaster/zonemaster-engine/pull/1109#discussion_r932394549 about adding a method for making DNS requests that encapsulates the default TC fallback behavior. I'm creating this issue to avoid stalling that PR on...

Messages are declared in multiple places. There's a profile file, a msgid table, a table of messages per test case, and an implementation of each test case. All these places...

Today we provide short messages (error messages, warnings etc). We need to provide long messages too to be helpful for the users. This issue is to investigate how that could...

When looking at #1037, I came across the fact that not listing the `dnssec07` test in the profile.json will result in all DNSSEC test being run even if the zone...

T-Question

The zone `dnssec10-non-existent-domain-name-exists-03.zft-root.rd.nic.fr` returns an NSEC record that does not match the A record in the answer section (`jump2...`). The NSEC record of `jump1` points back to `xx--oplk4f3fgh9lksdfhu7h--xx...`. Or maybe...

It seems that all requests performed within the Nameserver's module are not properly stored in cache. Replaying these tests will result in network traffic. Storing the data with the CLI:...

T-Bug

After Engine has performed a run, its cache can be saved to disk. This effectively creates an archive of those pieces of the internet that are needed to perform this...

T-Feature

When a test is created on a domain with a trailing dot using user provided nameservers (undelegated test) the test will crash. ``` Seconds Level Message ======= ========= ======= Argument...

After update of the specification of Delegation01 according to PR zonemaster/zonemaster#609 there will be many different outcomes. The tests are done independently on delegation and zone, respectively. And to verify...