Add Pulsedive domain threat intelligence source

This commit is contained in:
nemunaire 2026-05-15 21:39:43 +08:00
commit c8bcac5a72
4 changed files with 273 additions and 1 deletions

View file

@ -24,7 +24,7 @@ func TestRegisteredSourcesAreSane(t *testing.T) {
}
}
// At least the built-in sources are present.
for _, want := range []string{"dnsbl", "google_safe_browsing", "openphish", "urlhaus", "virustotal"} {
for _, want := range []string{"dnsbl", "google_safe_browsing", "openphish", "pulsedive", "urlhaus", "virustotal"} {
if !seen[want] {
t.Errorf("missing built-in source %q", want)
}