Top "Blacklist" questions

A blacklist is a list of entities that are banned from some access or action (entities not in the blacklist are authorized, including unknown entities).

What is whitelist and blacklist data?

I was reading about development of XPCOM component. I came across these terms called whitelist data and blacklist data, I …

xpcom whitelist blacklist
In Python, how can I check that a string does not contain any string from a list?

For example, where: list = [admin, add, swear] st = 'siteadmin' st contains string admin from list. How can I perform this …

python string list blacklist
API for checking blacklisted ip addresses?

I would like to check a list of ip addresses and see if they are blacklisted (which would make me …

api security ip blacklist
blacklisting vs whitelisting in form's input filtering and validation

which is the preferred approach in sanitizing inputs coming from the user? thank you!

filter validation whitelist blacklist
Blacklist IP database

Is there an open database of blacklisted IP for the Web? With a lot of public web proxy you know... …

security proxy wikipedia blacklist
Maven error: Unable to get resource / Server redirected too many times

Our proxy went down and I tried to update dependencies with Maven while it was off. Since then I can't …

maven blacklist
how to use jq to filter select items not in list?

In jq, I can select an item in a list fairly easily: $ echo '["a","b","c","d","e"]' | …

arrays json select jq blacklist