
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).
genu
is a command-line tool for generating UUIDs of different versions.
You can install genu
from PyPI by running the following command:
pip install genu
If you want support for UUIDv7, you can install it with the uuid7
option:
pip install genu[uuid7]
To generate UUIDs, use the following command:
genu -u 4 -c 5
This will generate 5 UUIDs of version 4.
If you want to generate UUIDs of version 3 or 5, you must provide a namespace:
genu -u 3 --namespace example.com
If no options are specified, genu
will generate a version 4 UUID by default:
genu
-u
, --uuid-version
: Specifies the version of the UUID (1, 3, 4, 5, 7).-c
, --count
: Specifies the number of UUIDs to generate (default is 1).--namespace
: Namespace URL for UUID version 3 or 5.-v
, --version
: Shows the version of the program.If you want to contribute to this project, please fork the repository and submit a pull request.
This project is licensed under the MIT License.
FAQs
A CLI tool to generate UUIDs of different versions.
We found that genu 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.