Affected by GO-2024-3130
and 2 other vulnerabilities
GO-2024-3130: CoreDNS vulnerable to TuDoor Attacks in github.com/coredns/coredns
GO-2025-3743: CoreDNS Vulnerable to DoQ Memory Exhaustion via Stream Amplification in github.com/coredns/coredns
GO-2025-3942: CoreDNS: DNS Cache Pinning via etcd Lease ID Confusion in github.com/coredns/coredns
package
Version:
v1.8.1
Opens a new window with list of versions in this module.
Published: Jan 20, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 357
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.