File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -874,7 +874,6 @@ linters-settings:
874
874
- G504 # Import blocklist: net/http/cgi
875
875
- G505 # Import blocklist: crypto/sha1
876
876
- G601 # Implicit memory aliasing of items from a range statement
877
- - G602 # Slice access out of bounds
878
877
879
878
# To specify a set of rules to explicitly exclude.
880
879
# Available rules: https://github.com/securego/gosec#available-rules
@@ -914,7 +913,6 @@ linters-settings:
914
913
- G504 # Import blocklist: net/http/cgi
915
914
- G505 # Import blocklist: crypto/sha1
916
915
- G601 # Implicit memory aliasing of items from a range statement
917
- - G602 # Slice access out of bounds
918
916
919
917
# Exclude generated files
920
918
# Default: false
Original file line number Diff line number Diff line change 157
157
" G503" ,
158
158
" G504" ,
159
159
" G505" ,
160
- " G601" ,
161
- " G602"
160
+ " G601"
162
161
]
163
162
},
164
163
"govet-analyzers" : {
You can’t perform that action at this time.
0 commit comments