Affected by GO-2026-4630
and 6 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
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
rand
package
Version:
v1.14.0
Opens a new window with list of versions in this module.
Published: Jan 7, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 11
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package rand is used for concurrency safe random number generator.
This package provides a thread-safe wrapper around math/rand for use in
load balancing and server selection. It is NOT suitable for cryptographic
purposes and should not be used for security-sensitive operations.
Rand is used for concurrency safe random number generator.
New returns a new Rand from seed.
func (*Rand) Int ¶
Int returns a non-negative pseudo-random int from the Source in Rand.r.
func (*Rand) Perm ¶
Perm returns, as a slice of n ints, a pseudo-random permutation of the
integers in the half-open interval [0,n) from the Source in Rand.r.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.