Files
coredns/plugin/auto/setup.go
Ville Vesilehto e5cd796648 fix(auto): limit regex length (#7737)
A very large regex for the auto plugin in the Corefile could cause
CoreDNS to OOM. This change adds an artificial limit of 10k characters
for the regex pattern. Fixes OSS-Fuzz finding #466745384.

Signed-off-by: Ville Vesilehto <ville@vesilehto.fi>
2025-12-07 17:04:55 -08:00

3.6 KiB