Skip to content

build(deps): bump github.com/rs/zerolog from 1.33.0 to 1.35.1 - #181

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/rs/zerolog-1.35.1
Open

build(deps): bump github.com/rs/zerolog from 1.33.0 to 1.35.1#181
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/rs/zerolog-1.35.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Copy link
Copy Markdown

Bumps github.com/rs/zerolog from 1.33.0 to 1.35.1.

Commits
  • 116c806 event: restore Err() logging when ErrorStackMarshaler returns nil (#763)
  • 1396655 Bump CI Go matrix minimum from 1.21 to 1.23
  • 4b65a2f Bump actions/cache from 4 to 5 (#741)
  • b835796 Bump actions/setup-go from 5 to 6 (#742)
  • 134caf8 Added sanitization of journald keys (#751)
  • e133b6a Added variadic StrsV, ObjectsV, and StringersV (#752)
  • 82017d8 Bump github.com/coreos/go-systemd/v22 from 22.6.0 to 22.7.0 (#753)
  • 2f5b8a9 fix: UpdateContext skips Nop and zero-value loggers (#754)
  • d64c9a7 Add slog.Handler implementation for zerolog (#755)
  • a0d61dc fix: return dict to Event pool (#749)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.33.0 to 1.35.1.
- [Commits](rs/zerolog@v1.33.0...v1.35.1)

---
updated-dependencies:
- dependency-name: github.com/rs/zerolog
  dependency-version: 1.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 11, 2026
@github-actions

Copy link
Copy Markdown

🔒 Security Scan Results

Found 26 issues (🔴 18 high · 🟠 8 medium · 🟡 0 low).

Findings
Severity Rule File:Line Message
🔴 HIGH G115 (CWE-190) internal/coordinator/scheduler.go:257 integer overflow conversion int -> int32
🔴 HIGH G115 (CWE-190) internal/coordinator/store_pebble.go:76 integer overflow conversion int -> uint64
🔴 HIGH G115 (CWE-190) internal/engine/state_backend_hashmap.go:301 integer overflow conversion int -> uint32
🔴 HIGH G115 (CWE-190) internal/engine/state_backend_hashmap.go:306 integer overflow conversion int -> uint32
🔴 HIGH G115 (CWE-190) internal/engine/state_backend_hashmap.go:310 integer overflow conversion int -> uint32
🔴 HIGH G115 (CWE-190) internal/engine/state_backend_hashmap.go:345 integer overflow conversion int -> uint32
🔴 HIGH G115 (CWE-190) internal/keygroup/assignment.go:44 integer overflow conversion int -> uint16
🔴 HIGH G115 (CWE-190) internal/keygroup/assignment.go:45 integer overflow conversion int -> uint16
🔴 HIGH G115 (CWE-190) internal/keygroup/hasher.go:8 integer overflow conversion uint32 -> uint16
🔴 HIGH G115 (CWE-190) internal/keygroup/hasher.go:8 integer overflow conversion int -> uint32
🔴 HIGH G115 (CWE-190) internal/protocol/frame.go:112 integer overflow conversion int -> uint32
🔴 HIGH G404 (CWE-338) internal/rpc/client.go:211 Use of weak random number generator (math/rand or math/rand/v2 instead of crypto/rand)
🔴 HIGH G115 (CWE-190) internal/rpc/codec.go:117 integer overflow conversion int -> uint32
🔴 HIGH G115 (CWE-190) internal/worker/worker.go:246 integer overflow conversion int -> int32
🔴 HIGH G115 (CWE-190) internal/worker/worker.go:256 integer overflow conversion int -> int32
🔴 HIGH G115 (CWE-190) sdk/graph_converter.go:30 integer overflow conversion int -> int32
🔴 HIGH G115 (CWE-190) sdk/partition_router.go:39 integer overflow conversion uint64 -> int
🔴 HIGH G115 (CWE-190) sdk/partition_router.go:39 integer overflow conversion int -> uint64
🟠 MEDIUM G302 (CWE-276) cmd/main.go:52 Expect file permissions to be 0600 or less
🟠 MEDIUM G301 (CWE-276) internal/coordinator/election_filelock.go:38 Expect directory permissions to be 0750 or less
🟠 MEDIUM G302 (CWE-276) internal/coordinator/election_filelock.go:53 Expect file permissions to be 0600 or less
🟠 MEDIUM G304 (CWE-22) internal/coordinator/election_filelock.go:135 Potential file inclusion via variable
🟠 MEDIUM G306 (CWE-276) internal/coordinator/election_filelock.go:143 Expect WriteFile permissions to be 0600 or less
🟠 MEDIUM G301 (CWE-276) internal/coordinator/store_memory.go:132 Expect directory permissions to be 0750 or less
🟠 MEDIUM G306 (CWE-276) internal/coordinator/store_memory.go:149 Expect WriteFile permissions to be 0600 or less

…and 1 more. Full SARIF report on the repo's Security tab.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants