Blacklist urls that don't make sense to scan
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
e13a62af84
commit
e9fd94e1a5
@ -53,6 +53,11 @@ BLACKLIST_PACKAGES = [
|
||||
SCANDIR_BLACKLIST_URLS = [
|
||||
"mirror://rubygems/(.*)", # Not browsable
|
||||
"mirror://gentoo/(.*)", # Directory too big
|
||||
"https://dev.gentoo.org/(.*)", # There shouldn't be releases here
|
||||
# Waste of time to go through
|
||||
"https://crates.io/(.*)",
|
||||
"https://api.nuget.org/(.*)",
|
||||
"https://myget.org/(.*)",
|
||||
]
|
||||
|
||||
BRUTEFORCE_BLACKLIST_PACKAGES = [
|
||||
|
Loading…
Reference in New Issue
Block a user