NO-JIRA:fix(deps): bump dependencies to resolve multiple CVEs - #299
NO-JIRA:fix(deps): bump dependencies to resolve multiple CVEs#299vparfonov wants to merge 1 commit into
Conversation
This updates several workspace dependencies via `cargo update` to resolve vulnerabilities and unsoundness warnings flagged by `cargo audit`. Resolved issues: * crossbeam-epoch: RUSTSEC-2026-0204 - Invalid pointer dereference in `fmt::Pointer` * postgres-protocol: RUSTSEC-2026-0179 - Unbounded SCRAM iteration count CPU-exhaustion * postgres-protocol: RUSTSEC-2026-0180 - Panic decoding a malformed `hstore` value * quinn-proto: RUSTSEC-2026-0185 - Remote memory exhaustion from unbounded out-of-order stream * tokio-postgres: RUSTSEC-2026-0178 - Panic on a `DataRow` with fewer fields than columns * anyhow: RUSTSEC-2026-0190 - Unsoundness in `Error::downcast_mut()` * event-listener: RUSTSEC-2026-0221 - `!Send` tags cross thread boundaries via `StackSlot` * memmap2: RUSTSEC-2026-0186 - Unchecked pointer offset in crate `memmap2` Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@vparfonov: This pull request explicitly references no jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: vparfonov The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/hold |
|
/hold cancel |
|
@vparfonov: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/hold |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This updates several workspace dependencies via
cargo updateto resolve vulnerabilities and unsoundness warnings flagged bycargo audit.fmt::Pointerimpl forAtomicandSharedwhen the underlying pointer is invalidhstorevalue allows denial of serviceDataRowwith fewer fields than columns allows denial of serviceError::downcast_mut()event-listenerallows!Sendtags to cross thread boundaries viaStackSlotmemmap2