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/beemarie/knative-async-poc
A proof of concept for the futures API data plane.
(See that doc for pretty pictures)
This consists of three components:
A Redis cluster for backing storage
This is provisioned via an operator, so requires no direct action.
A stateless API manager for the data plane
This is curretly a Deployment + Service, but it could easily be a Knative Service if desired.
This is the only component that talks to Redis. It exposes a simple HTTP API with three endpoints:
POST /v1/
: creates a new Work unit. Returns an ID for the work unitGET /v1/<id>
: gets the status of a work unit.GET /queueLength
: returns the number of items available for work.A set of workers, which consist of a fixed queue-worker
Currently a deployment with 1 replica -- TODO: convert this to https://keda.sh/ scaling
Uses a GRPC protocol to communicate with the API manager
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.