
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).
A secure HTTPS live reload server for front-end prototyping and dashboard development
HT-Serve is a secure HTTPS file server with live reload support, built for UI/dashboard prototyping. It enables frontend developers to test real-time changes under TLS with zero configuration, WebSocket-triggered reloads, and a CLI interface for orchestration.
ht-serve reset-demo
)/healthz
serve
, check
, and reset-demo
HT_DEBUG=1
)pip install .
Launch the development server:
ht-serve serve --open-browser
Check if HTTPS/WebSocket ports are available:
ht-serve check
Reset and regenerate a demo UI site:
ht-serve reset-demo
Variable | Description |
---|---|
DASH_CERT_PATH | Full path to the HTTPS certificate (.pem ) |
DASH_KEY_PATH | Full path to the HTTPS private key (.key ) |
DASH_PORT | Port to serve HTTPS on (default: 443 ; fallback: 8443 ) |
HT_DEBUG | Set to 1 to enable verbose logging and file event tracking |
HT_FORCE_CERT | Set to 1 to regenerate the TLS cert/key on next launch |
HT-Serve/
├── ht_serve/
│ ├── cli.py # Typer-based CLI commands
│ ├── server.py # Core HTTPS + WebSocket server logic
│ ├── templates/
│ │ └── inject.js # Injected live-reload script
│ └── testsite/ # Sample demo UI assets
├── pyproject.toml
├── requirements.txt
├── setup.py
└── README.md
MIT © HermiTech Labs
FAQs
A secure HTTPS live reload server for front-end prototyping and dashboard development
We found that ht-serve demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.