Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
github.com/consensys/quorum-account-plugin-sdk-go
# account plugin sdk
go get github.com/ConsenSys/quorum-account-plugin-sdk-go/proto
# plugin initialization sdk
go get github.com/ConsenSys/quorum-account-plugin-sdk-go/proto_common
# mocks for testing
go get github.com/ConsenSys/quorum-account-plugin-sdk-go/mock_proto
Quorum's pluggable architecture allows for a Quorum node to be extended with additional functionality.
account
plugins extend Quorum's default account management functionality.
The communication between Quorum and an account
plugin uses gRPC.
This SDK can be used to develop Go account
plugins that fulfill Quorum's gRPC account
plugin interface. It provides the necessary Go types and methods for starting a new gRPC server, initializing a new plugin, and for handling Quorum gRPC requests.
This repo is auto-updated
The quorum-plugin-definitions project defines the account
plugin gRPC API. A GitHub Actions workflow updates the SDK whenever quorum-plugin-definitions is altered.
FAQs
Unknown package
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.