Skip to content

Commit 8589d80

Browse files
build(deps): bump github.com/securego/gosec/v2 from 2.25.0 to 2.26.1 (#6532)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
1 parent e3016c8 commit 8589d80

4 files changed

Lines changed: 12 additions & 9 deletions

File tree

.golangci.next.reference.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,6 +1609,7 @@ linters:
16091609
- G707 # SMTP command/header injection via taint analysis
16101610
- G708 # Server-side template injection via taint analysis
16111611
- G709 # Unsafe deserialization of untrusted data via taint analysis
1612+
- G710 # Open redirect via taint analysis
16121613

16131614
# To specify a set of rules to explicitly exclude.
16141615
# Available rules: https://github.com/securego/gosec#available-rules
@@ -1673,6 +1674,7 @@ linters:
16731674
- G707 # SMTP command/header injection via taint analysis
16741675
- G708 # Server-side template injection via taint analysis
16751676
- G709 # Unsafe deserialization of untrusted data via taint analysis
1677+
- G710 # Open redirect via taint analysis
16761678

16771679
# Filter out the issues with a lower severity than the given value.
16781680
# Valid options are: low, medium, high.

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ require (
115115
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
116116
github.com/sashamelentyev/interfacebloat v1.1.0
117117
github.com/sashamelentyev/usestdlibvars v1.29.0
118-
github.com/securego/gosec/v2 v2.25.0
118+
github.com/securego/gosec/v2 v2.26.1
119119
github.com/shirou/gopsutil/v4 v4.26.3
120120
github.com/sirupsen/logrus v1.9.4
121121
github.com/sivchari/containedctx v1.0.3
@@ -231,7 +231,7 @@ require (
231231
go.uber.org/multierr v1.10.0 // indirect
232232
go.uber.org/zap v1.27.0 // indirect
233233
golang.org/x/exp/typeparams v0.0.0-20260209203927-2842357ff358 // indirect
234-
golang.org/x/text v0.35.0 // indirect
234+
golang.org/x/text v0.36.0 // indirect
235235
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated // indirect
236236
google.golang.org/protobuf v1.36.10 // indirect
237237
gopkg.in/ini.v1 v1.67.0 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jsonschema/golangci.next.jsonschema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,8 @@
551551
"G706",
552552
"G707",
553553
"G708",
554-
"G709"
554+
"G709",
555+
"G710"
555556
]
556557
},
557558
"govet-analyzers": {

0 commit comments

Comments
 (0)