Skip to content

Commit 72b83e3

Browse files
committed
chore: update implementation
1 parent 390c977 commit 72b83e3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.golangci.next.reference.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,6 @@ linters:
13421342
- G110 # Potential DoS vulnerability via decompression bomb
13431343
- G111 # Potential directory traversal
13441344
- G112 # Potential slowloris attack
1345-
- G113 # Usage of Rat.SetString in math/big with an overflow (CVE-2022-23772)
13461345
- G114 # Use of net/http serve function that has no support for setting timeouts
13471346
- G115 # Potential integer overflow when converting between integer types
13481347
- G201 # SQL query construction using format string
@@ -1387,7 +1386,6 @@ linters:
13871386
- G110 # Potential DoS vulnerability via decompression bomb
13881387
- G111 # Potential directory traversal
13891388
- G112 # Potential slowloris attack
1390-
- G113 # Usage of Rat.SetString in math/big with an overflow (CVE-2022-23772)
13911389
- G114 # Use of net/http serve function that has no support for setting timeouts
13921390
- G115 # Potential integer overflow when converting between integer types
13931391
- G201 # SQL query construction using format string

jsonschema/golangci.next.jsonschema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,6 @@
490490
"G110",
491491
"G111",
492492
"G112",
493-
"G113",
494493
"G114",
495494
"G115",
496495
"G201",
@@ -2966,7 +2965,7 @@
29662965
"msg-style": {
29672966
"description": "Enforce message style.",
29682967
"enum": ["", "lowercased", "capitalized"],
2969-
"default": false
2968+
"default": ""
29702969
},
29712970
"key-naming-case": {
29722971
"description": "Enforce a single key naming convention.",

0 commit comments

Comments
 (0)