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

When testing personeelsrecht.nu an error is reported in DNSSEC10, but the error does not match the behavior of the zone. The implementation should not returned DS10_MISSING_NSEC_NSEC3 in this case. There...

T-Bug

This is run on current develop branch, commit https://github.com/zonemaster/zonemaster-engine/commit/e2242922938a16476a91bed44a84344a9de69006: ``` $ PERL_DL_NONLAZY=1 "/usr/local/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/util.t t/util.t .. ok 1 - use Zonemaster::Engine::Util;...

After we drop support for Net::IP in favor of Net::IP::XS in #1119 there are some things we need to clean up. We need to take care of dependencies for new...

P-High

Currently when running the engine in no network mode if the engine queries for something that is not is the cached data then engine will die. A better option would...

T-Bug

https://github.com/zonemaster/zonemaster-engine/blob/master/lib/Zonemaster/Engine/Profile.pm#L588-L597 says > resolver.defaults.fallback A boolean. If true, UDP queries that get responses with the C flag set will be automatically resent over TCP or using EDNS. Default true. In...

A-TestCase

As reported on the mailing list, in the profile, `retry` refers to the total number of tries before the request is considered failed and should probably not include the initial...

T-Question
S-PRforIssue

The `asn_db` object in the default profile contains a `sources` object, and since it works, that should match the implementation. ```json { "asn_db" : { "style" : "Cymru", "sources" :...

T-Bug
A-Documentation
S-PRforIssue

Key `asnroots` was marked as depracated in Zonemaster-Engine version v4.4.0 (Zonemaster release v2020.1). It is time to remove it from code and documentation, or set a release when it will...

P-High
S-PRforIssue

Many test zones have been created to verify the code through unit tests. For each test zone there should be a specification of what message tags that are expected to...

A-TestCase
A-Documentation