From ec2a50f8059fa08a4834cf3c5c5357dd35f67b35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Poyraz=20K=C3=BC=C3=A7=C3=BCkarslan?= <83272398+PoyrazK@users.noreply.github.com> Date: Thu, 7 May 2026 16:35:46 +0300 Subject: [PATCH] docs: improve EDECodes const block docstring in dnssec_validator Replace generic "RFC 8914 Extended DNS Error Codes" with descriptive text explaining what EDECodes represents and its purpose. --- internal/core/services/dnssec_validator.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/core/services/dnssec_validator.go b/internal/core/services/dnssec_validator.go index 2395263..875a9fb 100644 --- a/internal/core/services/dnssec_validator.go +++ b/internal/core/services/dnssec_validator.go @@ -26,7 +26,8 @@ type EDE struct { Info string } -// RFC 8914 Extended DNS Error Codes +// EDECodes defines RFC 8914 Extended DNS Error Codes used in DNS responses. +// Error codes cover the full set of DNSSEC validation failure reasons. const ( EDECodeOther uint16 = 0 // Other Error EDECodeUnsupportedDNSKEYAlgo uint16 = 1 // Unsupported DNSKEY Algorithm