From 4bd5b9a1791eb3060bf67fccb713fc226f96a89c Mon Sep 17 00:00:00 2001 From: Luke Kuzmish <42181698+cosmastech@users.noreply.github.com> Date: Tue, 14 Nov 2023 20:23:20 -0500 Subject: [PATCH] therapeutic (#67) --- falsepositives.go | 5 +++-- goaway_test.go | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/falsepositives.go b/falsepositives.go index 3e089b5..bcac251 100644 --- a/falsepositives.go +++ b/falsepositives.go @@ -16,7 +16,7 @@ var DefaultFalsePositives = []string{ "banal", "basement", "bass", - "cass", // cassie, cassandra, carcass + "cass", // cassie, cassandra, carcass "butter", // butter, butterfly "butthe", "canvass", @@ -43,7 +43,7 @@ var DefaultFalsePositives = []string{ "identit", "kassa", // kassandra "kassi", // kassie, kassidy - "lass", // class + "lass", // class "leafage", "libshitz", "magnacumlaude", @@ -65,6 +65,7 @@ var DefaultFalsePositives = []string{ "stitch", "sussex", "therapist", + "therapeutic", "tysongay", "wass", "wharfage", diff --git a/goaway_test.go b/goaway_test.go index 4271b64..5085cd3 100644 --- a/goaway_test.go +++ b/goaway_test.go @@ -516,6 +516,7 @@ func TestFalsePositives(t *testing.T) { "Phoenix", // pHOEnix "systems exist", // systemS EXist "saturday", // saTURDay + "therapeutic", } tests := []struct { name string