
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).
github.com/lang-library/go-common-file-dialog
This library contains bindings for Windows Vista and newer's Common File Dialogs, which is the standard system dialog for selecting files or folders to open or save.
The Common File Dialogs have to be accessed via the COM Interface, normally via C++ or via bindings (like in C#).
This library contains bindings for Golang. It does not require CGO, and contains empty stubs for non-windows platforms (so is safe to compile and run on platforms other than windows, but will just return errors at runtime).
This can be very useful if you want to quickly get a file selector in your Golang application. The cfdutil
package contains utility functions with a single call to open and configure a dialog, and then get the result from it. Examples for this are in _examples/usingutil
. Or, if you want finer control over the dialog's operation, you can use the base package. Examples for this are in _examples/notusingutil
.
This library is available under the MIT license.
Currently supported features:
FAQs
Unknown package
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.