]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Zone transfers should ignore glue that is not a subdomain of the
authorBob Halley <halley@dnspython.org>
Sat, 15 Nov 2025 15:53:25 +0000 (07:53 -0800)
committerBob Halley <halley@dnspython.org>
Sat, 15 Nov 2025 15:53:25 +0000 (07:53 -0800)
commit497263831a678aa573c34554bb843df1943f37b5
tree421eea9994b7799cda5d8c3be4c56bce553652a2
parent12d0187072cabf83444c50ab8867fbb98f5fd6ff
Zone transfers should ignore glue that is not a subdomain of the
origin [#1236].

Ideally, we'd actually store this somewhere as in theory it is
needed for pathological cross zone dependencies.  We are
not doing this as in practice such dependencies break a lot of
DNS software, and are usually not viable "in the wild".
dns/xfr.py
dns/zone.py
tests/test_xfr.py