Affected by GO-2026-4969
and 4 other vulnerabilities
GO-2026-4969 : CoreDNS' DoQ worker pool does not bound stream backlog in github.com/coredns/coredns
GO-2026-5164 : CoreDNS DoH GET oversized dns= query parameter causes pre-validation CPU and memory amplification in github.com/coredns/coredns
GO-2026-5417 : CoreDNS' transfer stanza selection uses lexicographic compare (subzone ACL bypass) in github.com/coredns/coredns
GO-2026-5583 : CoreDNS has TSIG authentication bypass on DoT, DoH, DoH3, DoQ, and gRPC in github.com/coredns/coredns
GO-2026-5667 : CoreDNS has TSIG authentication bypass on gRPC and QUIC transports in github.com/coredns/coredns
Discover Packages
github.com/coredns/coredns
plugin
pkg
singleflight
package
Version:
v1.14.2
Opens a new window with list of versions in this module.
Published: Mar 6, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 85
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package singleflight provides a duplicate function call suppression
mechanism.
Group represents a class of work and forms a namespace in which
units of work can be executed with duplicate suppression.
Do executes and returns the results of the given function, making
sure that only one execution is in-flight for a given key at a
time. If a duplicate comes in, the duplicate caller waits for the
original to complete and receives the same results.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.