File tree Expand file tree Collapse file tree 9 files changed +658
-18
lines changed Expand file tree Collapse file tree 9 files changed +658
-18
lines changed Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/codacy/codacy-engine-golang-seed v0.0.12
7
- github.com/securego/gosec/v2 v2.3.0
8
- golang.org/x/mod v0.2.0
7
+ github.com/securego/gosec/v2 v2.8.1
8
+ golang.org/x/mod v0.5.0
9
+ golang.org/x/sys v0.0.0-20210921065528-437939a70204 // indirect
10
+ golang.org/x/tools v0.1.6 // indirect
9
11
)
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
## G501
2
- Import blacklist : crypto/md5
2
+ Import blocklist : crypto/md5
Original file line number Diff line number Diff line change 1
1
## G502
2
- Import blacklist : crypto/des
2
+ Import blocklist : crypto/des
Original file line number Diff line number Diff line change 1
1
## G503
2
- Import blacklist : crypto/rc4
2
+ Import blocklist : crypto/rc4
Original file line number Diff line number Diff line change 1
1
## G504
2
- Import blacklist : net/http/cgi
2
+ Import blocklist : net/http/cgi
Original file line number Diff line number Diff line change 1
1
## G505
2
- Import blacklist : crypto/sha1
2
+ Import blocklist : crypto/sha1
Original file line number Diff line number Diff line change 122
122
{
123
123
"patternId" : " G501" ,
124
124
"title" : " G501" ,
125
- "description" : " Import blacklist : crypto/md5"
125
+ "description" : " Import blocklist : crypto/md5"
126
126
},
127
127
{
128
128
"patternId" : " G502" ,
129
129
"title" : " G502" ,
130
- "description" : " Import blacklist : crypto/des"
130
+ "description" : " Import blocklist : crypto/des"
131
131
},
132
132
{
133
133
"patternId" : " G503" ,
134
134
"title" : " G503" ,
135
- "description" : " Import blacklist : crypto/rc4"
135
+ "description" : " Import blocklist : crypto/rc4"
136
136
},
137
137
{
138
138
"patternId" : " G504" ,
139
139
"title" : " G504" ,
140
- "description" : " Import blacklist : net/http/cgi"
140
+ "description" : " Import blocklist : net/http/cgi"
141
141
},
142
142
{
143
143
"patternId" : " G505" ,
144
144
"title" : " G505" ,
145
- "description" : " Import blacklist : crypto/sha1"
145
+ "description" : " Import blocklist : crypto/sha1"
146
146
},
147
147
{
148
148
"patternId" : " G601" ,
272
272
{
273
273
"patternId" : " G501" ,
274
274
"title" : " G501" ,
275
- "description" : " Import blacklist : crypto/md5"
275
+ "description" : " Import blocklist : crypto/md5"
276
276
},
277
277
{
278
278
"patternId" : " G502" ,
279
279
"title" : " G502" ,
280
- "description" : " Import blacklist : crypto/des"
280
+ "description" : " Import blocklist : crypto/des"
281
281
},
282
282
{
283
283
"patternId" : " G503" ,
284
284
"title" : " G503" ,
285
- "description" : " Import blacklist : crypto/rc4"
285
+ "description" : " Import blocklist : crypto/rc4"
286
286
},
287
287
{
288
288
"patternId" : " G504" ,
289
289
"title" : " G504" ,
290
- "description" : " Import blacklist : net/http/cgi"
290
+ "description" : " Import blocklist : net/http/cgi"
291
291
},
292
292
{
293
293
"patternId" : " G505" ,
294
294
"title" : " G505" ,
295
- "description" : " Import blacklist : crypto/sha1"
295
+ "description" : " Import blocklist : crypto/sha1"
296
296
},
297
297
{
298
298
"patternId" : " G601" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gosec" ,
3
- "version" : " 2.3.0 " ,
3
+ "version" : " 2.8.1 " ,
4
4
"patterns" : [
5
5
{
6
6
"patternId" : " G101" ,
You can’t perform that action at this time.
0 commit comments