Skip to content

Commit

Permalink
therapeutic (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmastech authored Nov 15, 2023
1 parent 5e3cef2 commit 4bd5b9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions falsepositives.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var DefaultFalsePositives = []string{
"banal",
"basement",
"bass",
"cass", // cassie, cassandra, carcass
"cass", // cassie, cassandra, carcass
"butter", // butter, butterfly
"butthe",
"canvass",
Expand All @@ -43,7 +43,7 @@ var DefaultFalsePositives = []string{
"identit",
"kassa", // kassandra
"kassi", // kassie, kassidy
"lass", // class
"lass", // class
"leafage",
"libshitz",
"magnacumlaude",
Expand All @@ -65,6 +65,7 @@ var DefaultFalsePositives = []string{
"stitch",
"sussex",
"therapist",
"therapeutic",
"tysongay",
"wass",
"wharfage",
Expand Down
1 change: 1 addition & 0 deletions goaway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ func TestFalsePositives(t *testing.T) {
"Phoenix", // pHOEnix
"systems exist", // systemS EXist
"saturday", // saTURDay
"therapeutic",
}
tests := []struct {
name string
Expand Down

0 comments on commit 4bd5b9a

Please sign in to comment.