
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).
First:
npm install duo-api
Then:
var Client = require('duo-api');
Then: Create a Client
.
Finally: Make a request.
Something not working? Found a bug? Got a question? Feature request? Open an issue and we'll get on it!
We love contributions and will gladly accept yours! Here's how you can contribute:
To run the tests on your local machine, create three environment variables:
DUO_API_HOST
: Duo api host.DUO_API_IKEY
: Duo api integration key.DUO_API_SKEY
: Duo api secret key.After setting the environment variables, run gulp test
.
git clone git@github.com:BYU-OIT/node-duo-api.git # Or your own fork.
cd node-duo-api/
export DUO_API_HOST=api-XXXXXXXX.duosecurity.com
export DUO_API_IKEY=XXXXXXXXXXXXXXXXXXXX
export DUO_API_SKEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
npm install -g gulp # If you don't have gulp installed already.
npm install # Install dependencies.
gulp test
You can have gulp run the tests on any code change by running gulp watch
in the root of the repository.
Thanks to the following awesome people for helping make this module better! =>
FAQs
Duosecurity API Client
The npm package duo-api receives a total of 306 weekly downloads. As such, duo-api popularity was classified as not popular.
We found that duo-api demonstrated a not healthy version release cadence and project activity because the last version was released 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.