Skip to content

Commit 7eac7fa

Browse files
build(deps): bump github.com/securego/gosec/v2 from 2.22.2 to 2.22.3 (#5694)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent df1b1bb commit 7eac7fa

File tree

4 files changed

+11
-14
lines changed

4 files changed

+11
-14
lines changed

.golangci.next.reference.yml

-2
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

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ require (
9696
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
9797
github.com/sashamelentyev/interfacebloat v1.1.0
9898
github.com/sashamelentyev/usestdlibvars v1.28.0
99-
github.com/securego/gosec/v2 v2.22.2
99+
github.com/securego/gosec/v2 v2.22.3
100100
github.com/shirou/gopsutil/v4 v4.25.3
101101
github.com/sirupsen/logrus v1.9.3
102102
github.com/sivchari/containedctx v1.0.3
@@ -210,7 +210,7 @@ require (
210210
golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac // indirect
211211
golang.org/x/sync v0.12.0 // indirect
212212
golang.org/x/text v0.23.0 // indirect
213-
google.golang.org/protobuf v1.36.5 // indirect
213+
google.golang.org/protobuf v1.36.6 // indirect
214214
gopkg.in/ini.v1 v1.67.0 // indirect
215215
gopkg.in/yaml.v2 v2.4.0 // indirect
216216
)

go.sum

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jsonschema/golangci.next.jsonschema.json

+1-2
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)