Skip to content

Commit

Permalink
ignore gosec warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Jul 19, 2022
1 parent 68fab88 commit 793a8da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ linters-settings:
- equalFold
gosec:
excludes:
- G112 # http ReadHeaderTimeout
- G113 # Rat.SetString uncontrolled memory consumption
- G307

linters:
Expand Down

0 comments on commit 793a8da

Please sign in to comment.