
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
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 flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.