Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps @bsv/sdk from 1.7.4 to 1.9.22.

Changelog

Sourced from @​bsv/sdk's changelog.

[1.9.22] - 2025-12-04

Changed

  • Removed the export of DRBG from the package.
  • Added disclaimer to DRBG documentation.

[1.9.21] - 2025-12-04

Security

  • Implemented strict validation for hex string parsing across the codebase, addressing TOB-21.
    Non-hex characters now cause an immediate error instead of being silently discarded, preventing message-forgery scenarios.

Fixed

  • Rewrote the toArray and hexToArray conversion logic to enforce strict hexadecimal input handling rather than permissive filtering.
  • Corrected UTF-8 decoding behavior to ensure invalid byte sequences produce a single U+FFFD replacement character as specified.
  • Updated all internal hash and array conversion utilities to maintain consistent behavior with strong input validation.

[1.9.20] - 2025-12-02

Security

  • Corrected ECDSA nonce range validation to strictly follow the specification. The implementation now correctly accepts k = 1 and k = n-1 when generating or validating nonces, resolving the issue raised in TOB-23.

Fixed

  • Updated both locations in the ECDSA sign function where the incorrect bound check was performed, ensuring consistent and standards-compliant behavior.

[1.9.19] - 2025-12-02

Added

  • Added DRBG checks for entropy and nonce length to ensure uniqueness of generated sequences.

... (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 [@bsv/sdk](https://github.com/bsv-blockchain/ts-sdk) from 1.7.4 to 1.9.22.
- [Changelog](https://github.com/bsv-blockchain/ts-sdk/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bsv-blockchain/ts-sdk/commits)

---
updated-dependencies:
- dependency-name: "@bsv/sdk"
  dependency-version: 1.9.22
  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 javascript Pull requests that update javascript code labels Dec 8, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 15, 2025

Superseded by #61.

@dependabot dependabot bot closed this Dec 15, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/bsv/sdk-1.9.22 branch December 15, 2025 09:18
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant