Skip to content

Commit f5d608f

Browse files
imran-salimTwiN
andauthored
fix: add "button" to false positives (#68)
Co-authored-by: TwiN <[email protected]>
1 parent 730ac64 commit f5d608f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: falsepositives.go

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ var DefaultFalsePositives = []string{
1919
"cass", // cassie, cassandra, carcass
2020
"butter", // butter, butterfly
2121
"butthe",
22+
"button",
2223
"canvass",
2324
"circum",
2425
"clitheroe",

Diff for: goaway_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@ func TestFalsePositives(t *testing.T) {
517517
"systems exist", // systemS EXist
518518
"saturday", // saTURDay
519519
"therapeutic",
520+
"press the button",
520521
}
521522
tests := []struct {
522523
name string

0 commit comments

Comments
 (0)