Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
trezor-link
Advanced tools
Low level library facilitating protocol buffers based communication with Trezor devices
Library for low-level communication with Trezor.
Intended as a "building block" for other packages - it is used in trezor.js (deprecated) and trezor-connect.
You probably don't want to use this package directly. For communication with Trezor with a more high-level API, use trezor-connect.
There is a runnable example. This example launches Trezor Bridge (trezord-go) inside trezor-user-env docker container. Please make there is no other bridge instance running on your computer.
To run in simply type:
yarn
yarn build:lib
git submodule add --force https://github.com/trezor/trezor-common.git trezor-common
git submodule update --init
yarn pbjs -t json -p ./trezor-common/protob -o e2e/messages.json --keep-case messages-binance.proto messages-bitcoin.proto messages-bootloader.proto messages-cardano.proto messages-common.proto messages-crypto.proto messages-debug.proto messages-eos.proto messages-ethereum.proto messages-management.proto messages-monero.proto messages-nem.proto messages-ripple.proto messages-stellar.proto messages-tezos.proto messages-webauthn.proto messages.proto
./e2e/run.sh
;Initially, this lib was typed with Flow and over the time its dependencies became outdated. At the moment we are working on moving it into trezor-suite monorepo.
Checklist:
FAQs
Trezor Link for browser
We found that trezor-link demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.