zonemaster-engine
zonemaster-engine copied to clipboard
The Zonemaster Engine - part of the Zonemaster project
Today we have few test case messages that include value judgements such as "Unexpectedly ..." and "which is not OK". Test case messages should plainly state facts. Value judgements should...
Some test case messages are emitted when expiration times have passed. It would probably be helpful if the expiration time and current time that were used in the comparison were...
The EXTRA_NAME_CHILD and EXTRA_NAME_PARENT tests should both by default be flagged as an error under dnssec. If the zone is using dnssec then validation of NS records will fail in...
Log filer is a feature that lets a configuration set a different level on the message for e.g. selected name servers. Here the level has been increased to WARNING for...
Test case [Nameserver14] is defined but it is not implemented in [Nameserver.pm]. [Nameserver.pm]: https://github.com/zonemaster/zonemaster-engine/blob/develop/lib/Zonemaster/Engine/Test/Nameserver.pm [Nameserver14]: https://github.com/zonemaster/zonemaster/blob/develop/docs/specifications/tests/Nameserver-TP/nameserver14.md
The implementations of DNSSEC15, DNSSEC16 and DNSSEC17 have a work-around on the handling of CDS and CDNSKEY records due to missing Zonemaster-LDNS code (see zonemaster/zonemaster-ldns/issues/114): See "s/\s+CDS\s+/ DS /" and...
- In order to get checks completed for zonemaster/zonemaster-engine#896 PR, worflows had been modified to only work on 'develop' branch instead 'develop' + 'latest'. - Restore 'develop' + 'latest' checks...
I am troubleshooting an IPv6 reverse DNS issue, which turned out to be a NS mismatch between the parent and child zones. However, zonemaster didn't spot the issue, saying `All...
The [Implemented Zone11 messages] (develop branch) do not fully match the [messages in Zone11 specification] (delvelop branch). The difference is not great, but I do not see why there should...
Today we include a number of DEPENDENCY_VERSION messages in the results. Some of these affect Engine's behavior with regard to its testing and some don't. This set should be updated...