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
Open
fix(deps): update rust crate cosmwasm-std from 1.4.0 to 1.4.4 [security]#37figure-renovate[bot] wants to merge 1 commit intomainfrom
1.4.0 to 1.4.4 [security]#37figure-renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Collaborator
|
We only use Int128 and |
jtalis
previously approved these changes
Apr 25, 2024
tbrooks-figure
previously approved these changes
Apr 25, 2024
0d1d670
4e4b6b8 to
0d1d670
Compare
1.4.0 to 1.5.4 [security]1.4.0 to 1.5.5 [security]
0d1d670 to
1e8ec93
Compare
1.4.0 to 1.5.5 [security]1.4.0 to 1.5.6 [security]
1e8ec93 to
6ad7c23
Compare
1.4.0 to 1.5.6 [security]1.4.0 to 1.5.7 [security]
6ad7c23 to
b7e815d
Compare
1.4.0 to 1.5.7 [security]1.4.0 to 1.5.8 [security]
b7e815d to
2b2aecc
Compare
1.4.0 to 1.5.8 [security]1.4.0 to 1.4.4 [security]
1.4.0 to 1.4.4 [security]1.4.0 to 1.4.4 [security] - autoclosed
1.4.0 to 1.4.4 [security] - autoclosed1.4.0 to 1.4.4 [security]
5a72f48 to
2b2aecc
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
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 |
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
=1.4.0->=1.4.4GitHub Vulnerability Alerts
CVE-2024-58263
Some mathematical operations in
cosmwasm-stduse 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}::powInt{256,512}::negAffected if
overflow-checks = trueis not set:Uint{64,128}::pow/Int{64,128}::powInt{64,128}::negRelease Notes
CosmWasm/cosmwasm (cosmwasm-std)
v1.4.4Compare 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.3Compare 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.2Compare Source
v1.4.1Compare 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.
This PR has been generated by Renovate Bot.