Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

figure-renovate[bot]
Copy link
Contributor

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

This PR contains the following updates:

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

GitHub Vulnerability Alerts

GHSA-8724-5xmm-w5xq

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
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
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