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

Insecure dependencies are used: need to upgrade to better ones #777

Closed
paulmillr opened this issue May 6, 2023 · 1 comment
Closed

Insecure dependencies are used: need to upgrade to better ones #777

paulmillr opened this issue May 6, 2023 · 1 comment

Comments

@paulmillr
Copy link

You are using following dependencies:

    "hi-base32": "^0.5.1",
    "js-sha256": "^0.9.0",
    "js-sha3": "^0.8.0",
    "js-sha512": "^0.8.0",
    "tweetnacl": "^1.0.3",

They are not secure. I suggest to upgrade to noble-hashes and noble-curves, which are modern, audited, support ESM+Common.js and a bunch of other stuff. The noble libraries are used all over Ethereum and Solana ecosystems already.

@Eric-Warehime
Copy link
Contributor

Thanks, you've already opened a similar issue in #742 We are taking a look at some of our older dependencies and figuring out if a migration is worthwhile. I'll close this in favor of looking at the issue in 742.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants