
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).
Module to handle communication with ToGrill compatible temperature probes.
ToGrill is a Python library for communicating with ToGrill Bluetooth-enabled devices, such as smart grilling thermometers. It provides tools for scanning, connecting, and interacting with these devices, including reading probe temperatures, setting timers, and configuring temperature ranges.
It's main target use is for integration into Home Assistant integrations.
scan Scan for nearby ToGrill Bluetooth devices and display their information.
connect address
Connect to a device by Bluetooth address. This command opens a group of subcommands:
Commands can be chained to perform multiple actions in one connection.
list List all GATT services and characteristics, and read available data.
timer probe
seconds
Set a timer on the specified probe for a given number of seconds.
range probe
minimum
maximum
Set a minimum and maximum temperature range for a probe.
target probe
target
Set a target temperature for a probe.
wait Wait indefinitely, keeping the connection open.
togrill-bluetooth scan
togrill-bluetooth connect AA:BB:CC:DD:EE:FF list wait
togrill-bluetooth connect AA:BB:CC:DD:EE:FF timer 1 600
togrill-bluetooth connect AA:BB:CC:DD:EE:FF range 1 50.0 80.0
togrill-bluetooth connect AA:BB:CC:DD:EE:FF target 1 65.0
togrill-bluetooth connect AA:BB:CC:DD:EE:FF wait
FAQs
Module to handle communication with ToGrill compatible temperature probes.
We found that togrill-bluetooth 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.