From eeaceccbd0ca3ec96a51ae06befff497337df6c2 Mon Sep 17 00:00:00 2001 From: Michel Loiseleur Date: Fri, 19 Sep 2025 09:22:47 +0200 Subject: [PATCH] chore: update blacklist --- pkg/core/scrapper.go | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/pkg/core/scrapper.go b/pkg/core/scrapper.go index ad17673..47e590d 100644 --- a/pkg/core/scrapper.go +++ b/pkg/core/scrapper.go @@ -95,14 +95,18 @@ func NewScrapper(gh *github.Client, gp *goproxy.Client, pgClient pluginClient, d sources: sources, // TODO improve blacklist storage blacklist: map[string]struct{}{ - "containous/plugintestxxx": {}, - "esenac/traefik-custom-router": {}, // Doesn't allow issues - "tmpim/tmpauth-traefik": {}, // Doesn't allow issues - "alexdelprete/traefik-oidc-relying-party": {}, - "FinalCAD/TraefikGrpcWebPlugin": {}, // Crash piceus. - "deas/teectl": {}, // Not a plugin - "GDGVIT/securum-exire": {}, // Not a plugin - "morzan1001/forward_auth_grpc_plugin": {}, // piceus panic (excluded during fix) + "containous/plugintestxxx": {}, + "enzo24ofreopgh/traefik-maintenance-warden": {}, // Doesn't allow issues + "esenac/traefik-custom-router": {}, // Doesn't allow issues + "gitmotion/fosrl-badger": {}, // Doesn't allow issues + "odit-services/traefik-oidc-relying-party": {}, // Doesn't allow issues + "thubolt/geoblock": {}, // Doesn't allow issues + "tmpim/tmpauth-traefik": {}, // Doesn't allow issues + "alexdelprete/traefik-oidc-relying-party": {}, + "FinalCAD/TraefikGrpcWebPlugin": {}, // Crash piceus. + "deas/teectl": {}, // Not a plugin + "GDGVIT/securum-exire": {}, // Not a plugin + "morzan1001/forward_auth_grpc_plugin": {}, // piceus panic (excluded during fix) }, skipNewCall: map[string]struct{}{ "github.com/negasus/traefik-plugin-ip2location": {},