Skip to content

Commit 7b3eaf1

Browse files
Merge pull request #549 from rissh/rjagadal/cve-2025-65637-logrus-bump-4.12
OCPBUGS-67514: CVE-2025-65637 - Bump logrus from v1.9.0 to v1.9.3 [release-4.12]
2 parents 23c2bd3 + 59c4aba commit 7b3eaf1

File tree

5 files changed

+42
-8
lines changed

5 files changed

+42
-8
lines changed

pkg/linuxptp-daemon/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ require (
5151
github.com/prometheus/client_model v0.2.0 // indirect
5252
github.com/prometheus/common v0.32.1 // indirect
5353
github.com/prometheus/procfs v0.7.3 // indirect
54-
github.com/sirupsen/logrus v1.9.0 // indirect
54+
github.com/sirupsen/logrus v1.9.3 // indirect
5555
github.com/spf13/pflag v1.0.5 // indirect
5656
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect
5757
golang.org/x/net v0.1.0 // indirect

pkg/linuxptp-daemon/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR
276276
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
277277
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
278278
github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88=
279-
github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=
280-
github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
279+
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
280+
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
281281
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
282282
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
283283
github.com/stoewer/go-strcase v1.2.0/go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag1KpM8ahLw8=

pkg/linuxptp-daemon/vendor/github.com/sirupsen/logrus/README.md

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

pkg/linuxptp-daemon/vendor/github.com/sirupsen/logrus/writer.go

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

pkg/linuxptp-daemon/vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ github.com/prometheus/common/model
173173
github.com/prometheus/procfs
174174
github.com/prometheus/procfs/internal/fs
175175
github.com/prometheus/procfs/internal/util
176-
# github.com/sirupsen/logrus v1.9.0
176+
# github.com/sirupsen/logrus v1.9.3
177177
## explicit; go 1.13
178178
github.com/sirupsen/logrus
179179
# github.com/spf13/pflag v1.0.5

0 commit comments

Comments
 (0)