tgreenx
tgreenx
## Purpose This PR proposes an update to the specification of Zone01 test as described in #1028. The corresponding implementation is provided in another PR ([here](https://github.com/zonemaster/zonemaster-engine/pull/1035)). ## Context Addresses #1028.
## Purpose This PR proposes a new document specification for Nameserver11 as mentioned in #993 . The corresponding implementation is provided in another PR ([here](https://github.com/zonemaster/zonemaster-engine/pull/1034)). ## Context Addresses #993 .
An implementation of Nameserver14 has been provided in [Engine #1033](https://github.com/zonemaster/zonemaster-engine/pull/1033). However a refinement on the specification to new specification standards is desired before the implementation is completed. See details [comment](https://github.com/zonemaster/zonemaster-engine/pull/1033#issuecomment-1004920906)....
Currently we have a Test Case that checks for AS diversity ([Connectivity03](https://github.com/zonemaster/zonemaster/blob/master/docs/specifications/tests/Connectivity-TP/connectivity03.md)), i.e. that IP addresses of name servers of a domain are announced from different ASes. For those same...
One avenue for a new Zonemaster Test Case could be focused on the ZONEMD resource record. See [RFC8976](https://datatracker.ietf.org/doc/rfc8976/). For example, it could be relevant to check its consistency across multiple...
One avenue for a new Zonemaster Test Case could be focused on the CAA resource record. See [RFC8659](https://datatracker.ietf.org/doc/rfc8659/).
## Purpose This PR removes planned deprecated `--sourceaddr` option. ## Context Relates to https://github.com/zonemaster/zonemaster-engine/pull/1343 ## How to test this PR There should be no trace in the code, or documentation...
Currently, in some cases the messages header is displayed too late (i.e. after some calls to Engine are done). Specifically, when using either option `--ns` or `--ds,` it can be...
## Purpose This PR updates Zonemaster-Engine modules which were missing `strict` and `warnings` Perl libraries. As a drive-by change, this also fixes a variable declaration error from #1341. ## Context...
## Purpose This PR removes the planned deprecated `resolver.source` profile property. Other related changes to the `resolver.source{4,6}` profile properties and `Zonemaster::Engine::Nameserver source_address{4,6}` attributes are made. See the Changes section. ##...