Skip to content

chore(deps): bump taiki-e/install-action from 2.58.30 to 2.62.2#53

Merged
gilescope merged 2 commits into
mainfrom
dependabot/github_actions/taiki-e/install-action-2.62.2
Sep 23, 2025
Merged

chore(deps): bump taiki-e/install-action from 2.58.30 to 2.62.2#53
gilescope merged 2 commits into
mainfrom
dependabot/github_actions/taiki-e/install-action-2.62.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 22, 2025

Copy link
Copy Markdown
Contributor

Bumps taiki-e/install-action from 2.58.30 to 2.62.2.

Release notes

Sourced from taiki-e/install-action's releases.

2.62.2

  • Update vacuum@latest to 0.18.5.

  • Update cargo-shear@latest to 1.5.2.

  • Update cargo-deny@latest to 0.18.5.

2.62.1

  • Update mise@latest to 2025.9.15.

  • Update cargo-udeps@latest to 0.1.59.

  • Update git-cliff@latest to 2.10.1.

2.62.0

2.61.13

  • Update cargo-semver-checks@latest to 0.44.0.

  • Update mise@latest to 2025.9.14.

  • Update wasmtime@latest to 37.0.0.

2.61.12

  • Update parse-changelog@latest to 0.6.14.

  • Update xh@latest to 0.25.0.

  • Update mise@latest to 2025.9.13.

  • Update uv@latest to 0.8.19.

2.61.11

  • Update cargo-no-dev-deps@latest to 0.2.18.

  • Update cargo-minimal-versions@latest to 0.1.33.

  • Update cargo-hack@latest to 0.6.39.

2.61.10

  • Update uv@latest to 0.8.18.

2.61.9

  • Update wasm-bindgen@latest to 0.2.103.

2.61.8

  • Update wasm-bindgen@latest to 0.2.102.

  • Update vacuum@latest to 0.18.3.

... (truncated)

Changelog

Sourced from taiki-e/install-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[Unreleased]

[2.62.2] - 2025-09-22

  • Update vacuum@latest to 0.18.5.

  • Update cargo-shear@latest to 1.5.2.

  • Update cargo-deny@latest to 0.18.5.

[2.62.1] - 2025-09-22

  • Update mise@latest to 2025.9.15.

  • Update cargo-udeps@latest to 0.1.59.

  • Update git-cliff@latest to 2.10.1.

[2.62.0] - 2025-09-21

[2.61.13] - 2025-09-21

  • Update cargo-semver-checks@latest to 0.44.0.

  • Update mise@latest to 2025.9.14.

  • Update wasmtime@latest to 37.0.0.

[2.61.12] - 2025-09-20

  • Update parse-changelog@latest to 0.6.14.

  • Update xh@latest to 0.25.0.

  • Update mise@latest to 2025.9.13.

  • Update uv@latest to 0.8.19.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.58.30 to 2.62.2.
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@c0dee14...cd39cb0)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-version: 2.62.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 22, 2025
@dependabot dependabot Bot requested a review from a team as a code owner September 22, 2025 22:19
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 22, 2025
@github-actions

github-actions Bot commented Sep 22, 2025

Copy link
Copy Markdown
Contributor

Logo
Checkmarx One – Scan Summary & Details83da2428-1b60-41ff-9e74-1fef55538ad5

Great job! No new security vulnerabilities introduced in this pull request

@gilescope gilescope enabled auto-merge (squash) September 23, 2025 12:11
@gilescope gilescope merged commit 60d9ea3 into main Sep 23, 2025
20 of 22 checks passed
@gilescope gilescope deleted the dependabot/github_actions/taiki-e/install-action-2.62.2 branch September 23, 2025 12:32
@m2ux m2ux self-assigned this Apr 21, 2026
m2ux added a commit that referenced this pull request Apr 22, 2026
Add zeroize dependency and use it to clear intermediate buffers
and hex-encoded signing key strings in execute_deploy and
execute_maintain to prevent sensitive material from lingering
in memory.

- Add zeroize = "1" to util/toolkit/Cargo.toml
- Import zeroize::Zeroize in toolkit_js/mod.rs
- Add zeroize_string helper for heap-allocated Strings
- Zeroize raw signing key bytes after hex encoding in deploy
- Zeroize hex signing key after toolkit-js execution in deploy
- Zeroize new_authority hex after toolkit-js execution in maintain

Refs: #53
Signed-off-by: Mike Clay <mike.clay@shielded.io>
Made-with: Cursor
m2ux added a commit that referenced this pull request Apr 30, 2026
…eploy/maintain

PM-22038 inadvertently reverted the PM-22034 zeroization fix when this file
was re-touched. The Vec<u8> from serialize_untagged(...signing_key()) and
the hex String it's encoded into are not covered by WalletSeed's
ZeroizeOnDrop, so they need explicit zeroization on both success and error
paths.

Refs: PM-22034, #53
Signed-off-by: Mike Clay <mike.clay@shielded.io>
RomarQ pushed a commit to RomarQ/midnight-node that referenced this pull request May 5, 2026
… buffers (midnightntwrk#1379)

* Add change file for incomplete zeroization buffers fix

Issue: midnightntwrk/midnight-security#53
Signed-off-by: Mike Clay <mike.clay@shielded.io>
Made-with: Cursor

* fix(toolkit): zeroize signing key buffers after use

Add zeroize dependency and use it to clear intermediate buffers
and hex-encoded signing key strings in execute_deploy and
execute_maintain to prevent sensitive material from lingering
in memory.

- Add zeroize = "1" to util/toolkit/Cargo.toml
- Import zeroize::Zeroize in toolkit_js/mod.rs
- Add zeroize_string helper for heap-allocated Strings
- Zeroize raw signing key bytes after hex encoding in deploy
- Zeroize hex signing key after toolkit-js execution in deploy
- Zeroize new_authority hex after toolkit-js execution in maintain

Refs: midnightntwrk#53
Signed-off-by: Mike Clay <mike.clay@shielded.io>
Made-with: Cursor

* fix(toolkit): remove custom unsafe zeroize helper, fix error-path zeroization

- Replace custom zeroize_string helper with direct String::zeroize() from the zeroize crate, eliminating local unsafe.

- Fix error-path zeroization gap by zeroizing strings before propagating execute_js errors via ? operator.

Signed-off-by: Mike Clay <mike.clay@shielded.io>
Made-with: Cursor

* docs: add PR link to changes file

Signed-off-by: Mike Clay <mike.clay@shielded.io>
Made-with: Cursor

* chore(toolkit): promote zeroize to workspace dependency

---------

Signed-off-by: Mike Clay <mike.clay@shielded.io>
RomarQ pushed a commit to RomarQ/midnight-node that referenced this pull request May 5, 2026
…idnightntwrk#1217)

* fix: harden WalletSeed, Keypair, and address code quality (PM-22038)

Address Least Authority audit Suggestion 3 (A2):

- WalletSeed: remove Copy (required for ZeroizeOnDrop), add
  Zeroize+ZeroizeOnDrop, implement redacted Debug that prints
  WalletSeed::<variant>(***) instead of raw bytes. Keep Clone
  (needed for HashMap dual-ownership pattern) and Hash/PartialEq/Eq
  (required for HashMap<WalletSeed, Wallet<D>> key).

- Keypair: remove Clone (zero callers — pure parsing wrapper).

- MaintenanceUpdateBuilder::add_addresses: accept &[MaintenanceCounter]
  and use zip iterator instead of unchecked index loop, eliminating
  potential index out-of-bounds panic.

- WalletSeed::try_from_lazy_hex: pre-validate hex string length
  (max 128 hex chars) before calling hex::decode, preventing memory
  allocation from oversized untrusted input.

- Fix all Copy-removal compilation errors across ledger/helpers and
  util/toolkit by adding explicit .clone() at ownership transfer points.

- Add unit tests for redacted Debug output, hex length validation,
  zip truncation safety, and HashMap key compatibility.

Made-with: Cursor

Signed-off-by: Mike Clay <mike.clay@shielded.io>

* fix: add explicit Clone calls where WalletSeed lost Copy trait

WalletSeed no longer derives Copy (removed for security hardening).
Two test helpers and one genesis utility need explicit .clone() to
construct owned values from borrows.

Made-with: Cursor

Signed-off-by: Mike Clay <mike.clay@shielded.io>

* fix: add Clone calls for WalletSeed in e2e tests and fix formatting

Add explicit .clone() on WalletSeed in e2e tests and format
merge-resolved files to satisfy CI cargo fmt check.

Made-with: Cursor

Signed-off-by: Mike Clay <mike.clay@shielded.io>

* fix: remaining Clone calls and cargo fmt formatting

Add .clone() for WalletSeed in transaction, utxo_spend, dust_balance,
generate_intent, show_wallet, and contract_maintenance. Apply cargo fmt.

Made-with: Cursor

Signed-off-by: Mike Clay <mike.clay@shielded.io>

* chore: add change file for PM-22038 (PR midnightntwrk#1217)

Made-with: Cursor

Signed-off-by: Mike Clay <mike.clay@shielded.io>

* fix: add GitHub issue reference to changes file

Signed-off-by: Mike Clay <mike.clay@shielded.io>

* fix: add missing .clone() for WalletSeed after Copy removal

Made-with: Cursor

Signed-off-by: Mike Clay <mike.clay@shielded.io>

* fix(toolkit): restore zeroization of signing-key buffers in execute_deploy/maintain

PM-22038 inadvertently reverted the PM-22034 zeroization fix when this file
was re-touched. The Vec<u8> from serialize_untagged(...signing_key()) and
the hex String it's encoded into are not covered by WalletSeed's
ZeroizeOnDrop, so they need explicit zeroization on both success and error
paths.

Refs: PM-22034, midnightntwrk#53
Signed-off-by: Mike Clay <mike.clay@shielded.io>

* chore: update Cargo.lock for toolkit zeroize dep

Signed-off-by: Mike Clay <mike.clay@shielded.io>

---------

Signed-off-by: Mike Clay <mike.clay@shielded.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants