1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-11-17 03:51:35 -05:00
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-07-30 19:16:32 -04:00 committed by tommytran732
parent fe62a10b06
commit 30bbf1f2a9
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -5,7 +5,7 @@ tags: ['Knowledge base', 'Privacy', 'Security']
author: Tommy author: Tommy
--- ---
Badness enumeration is the concept of making a list of known bad actors and attempting to block them. While it seems intuitive at first glance, badness enumeration should not be relied upon for privacy or security. In many cases, it actually does the exact opposite and directly harms the user. This post will attempt to explain why badness enumeration as a concept is flawed and give *some* examples of its failings in practice. Badness enumeration is the concept of making a list of known bad actors and attempting to block them. While it seems intuitive at first glance, badness enumeration should not be relied on for privacy or security. In many cases, it actually does the exact opposite and directly harms the user. This post will attempt to explain why badness enumeration as a concept is flawed and give *some* examples of its failings in practice.
## The Obvious Problem ## The Obvious Problem