diff --git a/.golangci.reference.yml b/.golangci.reference.yml index be40f2583c12..f8c2ae148274 100644 --- a/.golangci.reference.yml +++ b/.golangci.reference.yml @@ -851,6 +851,7 @@ linters-settings: - G504 # Import blocklist: net/http/cgi - G505 # Import blocklist: crypto/sha1 - G601 # Implicit memory aliasing of items from a range statement + - G602 # Slice access out of bounds # To specify a set of rules to explicitly exclude. # Available rules: https://github.com/securego/gosec#available-rules @@ -890,6 +891,7 @@ linters-settings: - G504 # Import blocklist: net/http/cgi - G505 # Import blocklist: crypto/sha1 - G601 # Implicit memory aliasing of items from a range statement + - G602 # Slice access out of bounds # Exclude generated files # Default: false