From d49ec1298792b42b543658dd06d02db6e0f33c71 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 30 Jul 2022 19:16:32 -0400 Subject: [PATCH] Typo Fix Signed-off-by: Tommy --- content/knowledge/Badness Enumeration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/knowledge/Badness Enumeration.md b/content/knowledge/Badness Enumeration.md index aa2aef5..33087b5 100644 --- a/content/knowledge/Badness Enumeration.md +++ b/content/knowledge/Badness Enumeration.md @@ -5,7 +5,7 @@ tags: ['Knowledge base', 'Privacy', 'Security'] 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