From 68b48c4cc2c88ee34ca9e604f5d169c077f9a05f Mon Sep 17 00:00:00 2001 From: Doug Freed Date: Mon, 13 May 2024 16:26:58 -0500 Subject: [PATCH] Fix formatting of PowerDNS SA 2024-03 Add a newline so that the list of workarounds actually becomes a list. --- .../powerdns-advisory-for-dnsdist-2024-03.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/dnsdistdist/docs/security-advisories/powerdns-advisory-for-dnsdist-2024-03.rst b/pdns/dnsdistdist/docs/security-advisories/powerdns-advisory-for-dnsdist-2024-03.rst index a477121392..fdd77ca072 100644 --- a/pdns/dnsdistdist/docs/security-advisories/powerdns-advisory-for-dnsdist-2024-03.rst +++ b/pdns/dnsdistdist/docs/security-advisories/powerdns-advisory-for-dnsdist-2024-03.rst @@ -19,6 +19,7 @@ DNS over HTTPS is not enabled by default, and backends are using plain DNS (Do53 `CVSS Score: 7.5 `__, only for configurations where incoming DoH is enabled and a TCP-only/DoT backend is enabled. Two workarounds are available: + - refuse incoming XFR requests via a DNSdist rule: ``addAction(OrRule({QTypeRule(DNSQType.AXFR), QTypeRule(DNSQType.IXFR)}), RCodeAction(DNSRCode.REFUSED))`` - switch to the legacy h2o provider by setting ``library='h2o'`` in the ``addDOHLocal`` directive -- 2.47.2