Changes
- BIMI: forbidden
x/yattributes on the root<svg>element are now
actually rejected.get_svg_metadatawas reading the wrong xmltodict
keys, so the existing rejection incheck_svg_requirementsnever fired
on real SVGs. The metadata also lost theyvalue to a typo that
clobberedmetadata["x"]. - DNSSEC: narrowed three broad
except Exceptionclauses to specific
exception types (dns.exception.DNSException,OSError,EOFError)
so programming errors propagate instead of being silently swallowed.