Skip to content

Commit

Permalink
fix: add "button" to false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
imran-salim committed Nov 15, 2023
1 parent 4bd5b9a commit 03a8dfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions falsepositives.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ var DefaultFalsePositives = []string{
"cass", // cassie, cassandra, carcass
"butter", // butter, butterfly
"butthe",
"button",
"canvass",
"circum",
"clitheroe",
Expand Down
1 change: 1 addition & 0 deletions goaway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ func TestFalsePositives(t *testing.T) {
"systems exist", // systemS EXist
"saturday", // saTURDay
"therapeutic",
"button",
}
tests := []struct {
name string
Expand Down

0 comments on commit 03a8dfb

Please sign in to comment.