Skip to content

fix(deps): update rust crate cosmwasm-std from 1.4.0 to 1.4.4 [security]#37

Open
figure-renovate[bot] wants to merge 1 commit intomainfrom
renovate/crate-cosmwasm-std-vulnerability
Open

fix(deps): update rust crate cosmwasm-std from 1.4.0 to 1.4.4 [security]#37
figure-renovate[bot] wants to merge 1 commit intomainfrom
renovate/crate-cosmwasm-std-vulnerability

Conversation

@figure-renovate
Copy link
Copy Markdown
Contributor

@figure-renovate figure-renovate bot commented Apr 25, 2024

This PR contains the following updates:

Package Type Update Change
cosmwasm-std dependencies patch =1.4.0 -> =1.4.4

GitHub Vulnerability Alerts

CVE-2024-58263

Some mathematical operations in cosmwasm-std use wrapping math instead of panicking on overflow for very big numbers. This can lead to wrong calculations in contracts that use these operations.

Affected functions:

  • Uint{256,512}::pow / Int{256,512}::pow
  • Int{256,512}::neg

Affected if overflow-checks = true is not set:

  • Uint{64,128}::pow / Int{64,128}::pow
  • Int{64,128}::neg

Release Notes

CosmWasm/cosmwasm (cosmwasm-std)

v1.4.4

Compare Source

Attached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.

v1.4.3

Compare Source

Attached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.

v1.4.2

Compare Source

v1.4.1

Compare Source


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.


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

This PR has been generated by Renovate Bot.

@figure-renovate figure-renovate bot requested a review from a team as a code owner April 25, 2024 06:15
@jtalis
Copy link
Copy Markdown
Collaborator

jtalis commented Apr 25, 2024

We only use Int128 and overflow-checks = true, so no need to create a new release

jtalis
jtalis previously approved these changes Apr 25, 2024
tbrooks-figure
tbrooks-figure previously approved these changes Apr 25, 2024
@figure-renovate figure-renovate bot dismissed stale reviews from tbrooks-figure and jtalis via 0d1d670 May 10, 2024 15:30
@figure-renovate figure-renovate bot force-pushed the renovate/crate-cosmwasm-std-vulnerability branch from 4e4b6b8 to 0d1d670 Compare May 10, 2024 15:30
@figure-renovate figure-renovate bot changed the title fix(deps): update rust crate cosmwasm-std from 1.4.0 to 1.5.4 [security] fix(deps): update rust crate cosmwasm-std from 1.4.0 to 1.5.5 [security] May 10, 2024
@figure-renovate figure-renovate bot force-pushed the renovate/crate-cosmwasm-std-vulnerability branch from 0d1d670 to 1e8ec93 Compare August 8, 2024 12:57
@figure-renovate figure-renovate bot changed the title fix(deps): update rust crate cosmwasm-std from 1.4.0 to 1.5.5 [security] fix(deps): update rust crate cosmwasm-std from 1.4.0 to 1.5.6 [security] Aug 8, 2024
@figure-renovate figure-renovate bot force-pushed the renovate/crate-cosmwasm-std-vulnerability branch from 1e8ec93 to 6ad7c23 Compare August 9, 2024 07:05
@figure-renovate figure-renovate bot changed the title fix(deps): update rust crate cosmwasm-std from 1.4.0 to 1.5.6 [security] fix(deps): update rust crate cosmwasm-std from 1.4.0 to 1.5.7 [security] Aug 9, 2024
@figure-renovate figure-renovate bot force-pushed the renovate/crate-cosmwasm-std-vulnerability branch from 6ad7c23 to b7e815d Compare September 23, 2024 15:19
@figure-renovate figure-renovate bot changed the title fix(deps): update rust crate cosmwasm-std from 1.4.0 to 1.5.7 [security] fix(deps): update rust crate cosmwasm-std from 1.4.0 to 1.5.8 [security] Sep 23, 2024
@figure-renovate figure-renovate bot force-pushed the renovate/crate-cosmwasm-std-vulnerability branch from b7e815d to 2b2aecc Compare December 3, 2024 01:20
@figure-renovate figure-renovate bot changed the title fix(deps): update rust crate cosmwasm-std from 1.4.0 to 1.5.8 [security] fix(deps): update rust crate cosmwasm-std from 1.4.0 to 1.4.4 [security] Dec 3, 2024
@figure-renovate figure-renovate bot changed the title fix(deps): update rust crate cosmwasm-std from 1.4.0 to 1.4.4 [security] fix(deps): update rust crate cosmwasm-std from 1.4.0 to 1.4.4 [security] - autoclosed Mar 29, 2026
@figure-renovate figure-renovate bot closed this Mar 29, 2026
@figure-renovate figure-renovate bot deleted the renovate/crate-cosmwasm-std-vulnerability branch March 29, 2026 10:49
@figure-renovate figure-renovate bot changed the title fix(deps): update rust crate cosmwasm-std from 1.4.0 to 1.4.4 [security] - autoclosed fix(deps): update rust crate cosmwasm-std from 1.4.0 to 1.4.4 [security] Apr 1, 2026
@figure-renovate figure-renovate bot reopened this Apr 1, 2026
@figure-renovate figure-renovate bot force-pushed the renovate/crate-cosmwasm-std-vulnerability branch from 5a72f48 to 2b2aecc Compare April 1, 2026 07:05
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cargo.lock v4 incompatible with older build toolchain

Medium Severity

The Cargo.lock format was bumped from version = 3 to version = 4 as a side effect of Renovate regenerating the lockfile with a newer Cargo. Lockfile v4 requires Cargo 1.78+, but the project's Makefile uses cosmwasm/rust-optimizer:0.12.13 (and the arm64 variant), which ships with Rust ~1.69 and cannot parse this format. Production WASM builds via the optimizer will fail immediately.

Fix in Cursor Fix in Web

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants