zonemaster-engine
zonemaster-engine copied to clipboard
The Zonemaster Engine - part of the Zonemaster project
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...
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...
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...
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...
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...
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" :...
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...
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...