dnswatcher/internal
clawbot 9b97d41f18 fix: suppress gosec G704 SSRF false positive on webhook URLs from config
The webhook/ntfy URLs come from validated application configuration,
not user input. gosec G704 (new in gosec 2.23.0) taint analysis
cannot distinguish config-provided URLs from user-controlled input.
2026-02-20 00:04:09 -08:00
..
config Initial scaffold with per-nameserver DNS monitoring model 2026-02-19 21:05:39 +01:00
globals Initial scaffold with per-nameserver DNS monitoring model 2026-02-19 21:05:39 +01:00
handlers Initial scaffold with per-nameserver DNS monitoring model 2026-02-19 21:05:39 +01:00
healthcheck Initial scaffold with per-nameserver DNS monitoring model 2026-02-19 21:05:39 +01:00
logger Initial scaffold with per-nameserver DNS monitoring model 2026-02-19 21:05:39 +01:00
middleware Initial scaffold with per-nameserver DNS monitoring model 2026-02-19 21:05:39 +01:00
notify fix: suppress gosec G704 SSRF false positive on webhook URLs from config 2026-02-20 00:04:09 -08:00
portcheck Initial scaffold with per-nameserver DNS monitoring model 2026-02-19 21:05:39 +01:00
resolver Initial scaffold with per-nameserver DNS monitoring model 2026-02-19 21:05:39 +01:00
server Initial scaffold with per-nameserver DNS monitoring model 2026-02-19 21:05:39 +01:00
state Initial scaffold with per-nameserver DNS monitoring model 2026-02-19 21:05:39 +01:00
tlscheck Initial scaffold with per-nameserver DNS monitoring model 2026-02-19 21:05:39 +01:00
watcher Initial scaffold with per-nameserver DNS monitoring model 2026-02-19 21:05:39 +01:00