This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
Update module github.com/crossplane/crossplane-runtime to v0.16.1 [SECURITY] #126
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.15.1
->v0.16.1
area:operator
,area:chart
chart:provider-postgresql
GitHub Vulnerability Alerts
CVE-2023-27483
Summary
Fuzz testing on
crossplane/crossplane
, by Ada Logics and sponsored by the CNCF, identified input to a function in thefieldpath
package that can cause an out of memory panic. Applications that use thePaved
type'sSetValue
method with user provided input without proper validation might use excessive amounts of memory and cause an out of memory panic.Details
In the
fieldpath
package, theSetValue
method of thePaved
type sets a value on the inner object according to the provided path, without validating it first. This allows setting values in slices at any specific index and the code will grow the target array up to the required size. The index is currently capped at max uint32 (4294967295) given how indexes are parsed, but that is still an unnecessarily large value.Workaround
Users can parse and validate the path before passing it to the
SetValue
method of thePaved
type, constraining the index size as deemed appropriate.Credits
Disclosed by Ada Logics in a fuzzing audit sponsored by CNCF.
Release Notes
crossplane/crossplane-runtime (github.com/crossplane/crossplane-runtime)
v0.16.1
Compare Source
Security
Addresses a vulnerability in the
fieldpath
package.What's Changed
Full Changelog: crossplane/crossplane-runtime@v0.16.0...v0.16.1
v0.16.0
Compare Source
This is a regular release of crossplane-runtime ahead of the Crossplane v0.18.0 release. The main focus of features and commits in this release are for support of external secret stores, webhooks, and exposing configuration options for controllers. These have already been consumed in core Crossplane as pre-release, but will be consumed from this official release going forward in v0.18.0.
What's Changed
errors
package with a similar API togithub.com/pkg/errors
by @negz in https://github.com/crossplane/crossplane-runtime/pull/291Creating
andDeleting
conditions close toStatus().Update()
calls by @negz in https://github.com/crossplane/crossplane-runtime/pull/292controller.Options
type by @negz in https://github.com/crossplane/crossplane-runtime/pull/293New Contributors
Full Changelog: crossplane/crossplane-runtime@v0.15.0...v0.16.0
Configuration
📅 Schedule: Branch creation - "" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.