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.
configurable-http-proxy
Advanced tools
This is a pure python implementation of the configurable-http-proxy written in nodejs. It is meant to be a drop in replacement.
Prerequisite: Python 3.6+
pip install configurable-http-proxy
The following items are supported:
The following options are additional (not available in nodejs CHP currently):
The following options are not supported (yet):
--ssl-*
, --api-ssl-*
, --client-ssl-*
, --insecure
)--redirect-port
and --redirect-to
--change-origin
--protocol-rewrite
and --auto-rewrite
--metrics-port
and --metrics-ip
Using a SQL DBMS instead of the default in-memory store enables chp to be replicated in a High Availability scenario.
To use a SQL DBMS as the storage backend:
$ pip install configurable-http-proxy[sqla]
sqlite:///chp.sqlite
.$ export CHP_DATABASE_URL="sqlite:///chp.sqlite"
$ configurable-http-proxy --storage-backend configurable_http_proxy.dbstore.DatabaseStore
$ export CHP_DATABASE_TABLE="chp_routes"
FAQs
A python implementation of configurable-http-proxy
We found that configurable-http-proxy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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.
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.