renovate-bot opened a new pull request, #372: URL: https://github.com/apache/superset-kubernetes-operator/pull/372
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/fxamacker/cbor/v2](https://redirect.github.com/fxamacker/cbor) | `v2.9.3` → `v2.9.4` |  |  | --- ### Release Notes <details> <summary>fxamacker/cbor (github.com/fxamacker/cbor/v2)</summary> ### [`v2.9.4`](https://redirect.github.com/fxamacker/cbor/releases/tag/v2.9.4) [Compare Source](https://redirect.github.com/fxamacker/cbor/compare/v2.9.3...v2.9.4) This release fixes potential panics when decoding a CBOR map whose key decodes to an uncomparable Go value under certain conditions. Not affected: user apps that don't register tag types and don't use map key types that are either *named* empty interfaces (e.g. `type MyAny any`) or contain interfaces. These potential panics can be encountered when one of these two conditions is met: - user application registers a tag type (via `TagSet` interface) that is an array or struct with uncomparable or `interface{}` element or field type, or - user application specifies a destination Go map whose key type is a named empty interface type or a type containing an interface. This was identified while improving tests and reviewing code for an upcoming release. Tests and fuzz tests were extended to cover this bug. Upgrading to v2.9.4 is recommended. #### What's Changed - Fix panic decoding uncomparable map keys under certain conditions by [@​fxamacker](https://redirect.github.com/fxamacker) in [#​817](https://redirect.github.com/fxamacker/cbor/pull/817) **Full Changelog**: <https://github.com/fxamacker/cbor/compare/v2.9.3...v2.9.4> </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apache/superset-kubernetes-operator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4xMDMuMCIsInVwZGF0ZWRJblZlciI6IjQ0LjEwMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
