Skip to content

Commit 408b408

Browse files
committed
chore: update json schema and reference
1 parent 9550432 commit 408b408

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.golangci.next.reference.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,7 @@ linters-settings:
875875
- G404 # Insecure random number source (rand)
876876
- G405 # Detect the usage of DES or RC4
877877
- G406 # Detect the usage of MD4 or RIPEMD160
878+
- G407 # Detect the usage of hardcoded Initialization Vector(IV)/Nonce
878879
- G501 # Import blocklist: crypto/md5
879880
- G502 # Import blocklist: crypto/des
880881
- G503 # Import blocklist: crypto/rc4
@@ -920,6 +921,7 @@ linters-settings:
920921
- G404 # Insecure random number source (rand)
921922
- G405 # Detect the usage of DES or RC4
922923
- G406 # Detect the usage of MD4 or RIPEMD160
924+
- G407 # Detect the usage of hardcoded Initialization Vector(IV)/Nonce
923925
- G501 # Import blocklist: crypto/md5
924926
- G502 # Import blocklist: crypto/des
925927
- G503 # Import blocklist: crypto/rc4

jsonschema/golangci.next.jsonschema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
"G404",
156156
"G405",
157157
"G406",
158+
"G407",
158159
"G501",
159160
"G502",
160161
"G503",

0 commit comments

Comments
 (0)