
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).
A tool for developers to share environment variables with their team over the internet.
A CLI tool to share select environment variables with someone else, easily and securely.
This tool is built on top of magic-wormhole, which allows for secure, accountless P2P transfer of data.
When you use sendenv
to send a collection (called vault
) of variables to someone, a one time code will be generated and shown to you. Share that code with the receiver (through Slack, Teams, orally, whatever). Receiver will enter that code in their shell and have all the variables loaded into their environment.
sendenv
to set up a vault of all your necessary variables once, and share with as many people, as many times as you need to.sendenv
to replicate environment variable on the separate environment easily.Install sendenv
for both the sender and receiver.
pip install sendenv
To send environment variables
# create vault (a collection of variables that you want to send)
sendenv create-vault your_vault_name
## Add environment variables that you want to share to the vault.
sendenv add-var your_vault_name
## You will be prompted to add variable names.
## Send the vault to someone
sendenv send-vault your_vault_name
## You will see something like the following:
## Code: 1-aardvark-pillow
## Give this code to the receiver.
At receiver's end
sendenv receive-vault
## This will prompt you for the code you received from the sender. Enter it here.
## Now the variables are loaded into your system (exported in your shell RC file).
Access all commands and understand their use by typing sendenv -h
or just sendenv
.
FAQs
A tool for developers to share environment variables with their team over the internet.
We found that sendenv 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.