Mats Dufberg

Results 490 comments of Mats Dufberg

I am not convinced that advanced support of DNAME is needed. It is at least not for BASIC01.

As conluded in https://github.com/zonemaster/zonemaster-engine/pull/1212#issuecomment-1501126691 BASIC01 does not require advanced DNAME function. If a DNAME record is present in `example.com` (with `target.xa` as target) then that will not be seen in...

> This randomization can be fixed if we use a fixed pattern for upper/lower cases, I'm not sure this randomization is mandatory. If I fix the problem for nameserver8 and...

Two examples of message tags are DNSSEC:DS09_SOA_RRSIG_EXPIRED and DNSSEC:DS09_SOA_RRSIG_NOT_YET_VALID. To add more arguments to those messages the specification of [DNSSEC09] should be updated first. [DNSSEC09]: https://github.com/zonemaster/zonemaster/blob/develop/docs/specifications/tests/DNSSEC-TP/dnssec09.md

@bortzmeyer, thank you for pointing that out. We should fix that well ahead of the time limit.

There are more test case specifications (not just DNSSEC08) that require the RRSIG to be valid, but all of them should use the same method.

The implementation is not correct. The format of the email address is correct. Looking at the specification I guess a change of the message is reasonable, but then rather one...

> As for the suggested change of error message, I like the first of your two alternatives. How about: > > ``` > The e-mail address ({email}) derived from the...

> * The installation instructions should be updated install Net::IP::XS instead of Net::IP. See #1130.