|
|
|
|
|
by sparkie
408 days ago
|
|
Using them for whitelists is probably not a great idea because they can give false positives. An attacker could potentially flood the filter with fake accounts and increase the rate of false positives, increasing the chance they're granted access. For blacklists, potentially more suitable, but since it can also give false positives, it could deny permission to people who should have it. An attacker might also attack this - by flooding the filter with accounts that deliberately get blacklisted, they could lock out people who should have access. Obviously this is very use-case specific - it's probably not the best approach to doing permissions if security is paramount. |
|