Skip to content

chore(deps): update module github.com/fxamacker/cbor/v2 to v2.9.2#8911

Merged
dmathieu merged 1 commit into
mainfrom
renovate/github.1485827954.workers.dev-fxamacker-cbor-v2-2.x
May 4, 2026
Merged

chore(deps): update module github.com/fxamacker/cbor/v2 to v2.9.2#8911
dmathieu merged 1 commit into
mainfrom
renovate/github.1485827954.workers.dev-fxamacker-cbor-v2-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 4, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/fxamacker/cbor/v2 v2.9.1v2.9.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

fxamacker/cbor (github.com/fxamacker/cbor/v2)

v2.9.2

Compare Source

This release refactors and hardens the streaming encoder by adding stricter checks for encoding CBOR indefinite-length data. Other changes include minor bugfixes, defensive checks, and more tests.

Projects that don't use CBOR indefinite-length data may also want to upgrade (summary of prior releases).

The stricter checks in the encoder prevent improper use of the library and bad inputs from producing malformed CBOR indefinite-length data that would be rejected by the decoder.

This release passed fuzz tests (billions of execs) and it is production quality.

What's Changed
  • Reject encoding indefinite-length map with odd item count by @​fxamacker in #​764
  • Reject encoding indefinite-length data item as a chunk inside indefinite-length byte string or text string by @​fxamacker in #​765
  • Make TagSet.Remove a no-op when contentType is nil by @​fxamacker in #​766
  • Refactor indefinite-length encoding and improve chunk validation during encoding by @​fxamacker in #​767
  • Add more tests, fix a nit in unreachable panic message, update docs & ci by @​fxamacker in #​768
CI / GitHub Actions and Docs
🔎 Details...

Full Changelog: fxamacker/cbor@v2.9.1...v2.9.2


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label May 4, 2026
@renovate renovate Bot requested a review from a team as a code owner May 4, 2026 12:30
@renovate renovate Bot added the Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG label May 4, 2026
@renovate renovate Bot requested a review from MrAlias as a code owner May 4, 2026 12:30
@github-actions github-actions Bot requested a review from pyohannes May 4, 2026 12:30
@codecov
Copy link
Copy Markdown

codecov Bot commented May 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.5%. Comparing base (db90928) to head (a2ec43f).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #8911   +/-   ##
=====================================
  Coverage   83.5%   83.5%           
=====================================
  Files        193     193           
  Lines      15895   15895           
=====================================
+ Hits       13277   13288   +11     
+ Misses      2146    2135   -11     
  Partials     472     472           

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dmathieu dmathieu merged commit d3f7e2f into main May 4, 2026
35 checks passed
@dmathieu dmathieu deleted the renovate/github.1485827954.workers.dev-fxamacker-cbor-v2-2.x branch May 4, 2026 12:41
ps-mir pushed a commit to ps-mir/opentelemetry-go-contrib that referenced this pull request May 4, 2026
…en-telemetry#8911)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@pellared pellared added this to the v1.44.0 milestone May 27, 2026
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 Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants