
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).
libsimpleio-templates
Advanced tools
A project for building a C# console application for .Net 9 using the Linux Simple I/O Library.
This template package provides a .Net 9 project template for developing .Net 9 application programs for Linux using libsimpleio.dll, a library package that provides a .Net binding to the Linux Simple I/O Library.
libsimpleio.dll provides services to control ADC (Analog to Digital Converter) inputs, DAC (Digital to Analog) outputs, GPIO (General Purpose I/O) pins, I2C bus controllers, PWM (Pulse Width Modulated) outputs, servo outputs, motor outputs, SPI (Serial Peripheral Interface) devices, and watchdog timers.
With libsimpleio.dll you can develop .Net application programs for Linux target computers, including microcomputers like the BeagleBone and the Raspberry Pi, that control I/O devices. Such programs may be used for physical computing, test fixtures, instrumentation, and other kinds of embedded systems.
The API documentation for libsimpleio.dll is available online at https://repo.munts.com/libsimpleio/doc/libsimpleio.dll.
Install this template package by running the following command from a Linux or Windows command line:
dotnet new install libsimpleio-templates
The above command will install a .Net application program project template called csharp_console_libsimpleio. You can then create a project using it with commands like the following:
mkdir myprogram
cd myprogram
dotnet new csharp_console_libsimpleio
On Windows, after you have run the dotnet new install command above, Visual Studio will automatically pick up the csharp_console_libsimpleio project template. You can then create a project using it with File → New → Project... and then search for libsimpleio.
FAQs
A project for building a C# console application for .Net 9 using the Linux Simple I/O Library.
We found that libsimpleio-templates 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.