-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Basic01 #1282
Fix Basic01 #1282
Conversation
Merge master into develop (Engine)
Merge master into develop (Engine)
Makes use of the correct variables (fixes zonemaster#1280)
Is this a candidate for a fix version? |
To me "missing" means that there should be glue, but it is not there. If I have understood it correctly, it impacts a zone for which the referrals are without glue, which is how it should be in many cases. Especially for reverse zones, in-bailiwick NS are not expected. If there is no in-bailiwick NS, glue is not needed. |
Can this PR be merged? |
@tgreenx, can the description be updated to make it clearer what zones were impacted. I feel "any zone for which name servers give referral responses with missing glue" is not fully correct. See 0-24.se which has no glue in delegation (referral) but it is not impacted. |
I’ve included a suggestion here: zonemaster/zonemaster#1201 (review) |
Just to make things clear: the issue only happens when a referral points to out-of-bailiwick name servers for a zone that isn’t the zone to test, but some parent of it. Firstly, testing Secondly, testing Finally, testing In short, the presence or lack of glue was not a problem if the referral pointed to the zone under test. If not, then the bug happened. |
Purpose
This PR updates Basic01 to make use of the correct variables due to an oversight in the initial implementation update (#1212).
This would happen when a referral points to out-of-bailiwick name servers for a zone that isn’t the zone to test, but some parent of it. See comment below.
Context
Fixes #1280
How to test this PR