Affected by GO-2026-4630
and 1 other vulnerabilities
GO-2026-4630: CoreDNS ACL Bypass in github.com/coredns/coredns
GO-2026-4635: CoreDNS Loop Detection Denial of Service Vulnerability in github.com/coredns/coredns
package
Version:
v1.14.1
Opens a new window with list of versions in this module.
Published: Jan 16, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 351
Opens a new window with list of known importers.
Documentation
¶
Package nonwriter implements a dns.ResponseWriter that never writes, but captures the dns.Msg being written.
Writer is a type of ResponseWriter that captures the message, but never writes to the client.
New makes and returns a new NonWriter.
WriteMsg records the message, but doesn't write it itself.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.