Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
github.com/open-telemetry/opentelemetry-collector-contrib/processor/remoteobserverprocessor
Status | |
---|---|
Stability | alpha: logs, metrics, traces |
Distributions | contrib |
Issues | |
Code Owners | @pmcollins |
The WebSocket processor, which can be positioned anywhere in a pipeline, allows
data to pass through to the next component. Simultaneously, it makes a portion
of the data accessible to WebSocket clients connecting on a configurable port.
This functionality resembles that of the Unix tee
command, which enables data
to flow through while duplicating and redirecting it for inspection.
To avoid overloading clients, the amount of telemetry duplicated over any open WebSockets is rate limited by an adjustable amount.
The WebSocket processor has two configurable fields: port
and limit
:
port
: The port on which the WebSocket processor listens. Optional. Defaults
to 12001
.limit
: The rate limit over the WebSocket in messages per second. Can be a
float or an integer. Optional. Defaults to 1
.Example configuration:
websocket:
port: 12001
limit: 1 # rate limit 1 msg/sec
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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.