
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).
This Python package contains a script that queries the Ecowitt weather station data, transforming it into a Cumulus "wxnow.txt" format which is printed to stdout.
This script is intended to be used with the Direwolf software AX.25 packet modem software for the purposes of relaying Ecowitt weather information via Automatic Packet Reporting System (APRS).
ecowitt2aprs
is best installed into a Python virtual environment. For example
$ python -m venv /path/to/venv
$ . /path/to/venv/bin/activate
$ python -m pip install ecowitt2aprs
ecowitt2aprs
relies on authentication secrets provided in config.yaml
. Ecowitt API and App keys are required, along with the MAC address of the weather station used to capture the data. These are inserted into config.yaml
(see template in the repository), which should be given user read/write access only (i.e. Posix 600 octal code). See the Ecowitt API documentation for details.
$ . /path/to/venv/bin/activate
$ ecowitt2aprs -c config.yaml
FAQs
Transform Ecowitt API JSON to APRS Complete Weather Report format
We found that ecowitt2aprs 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.