
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).
@fluid-experimental/bubblebench-sharedtree
Advanced tools
You can run this example using the following steps:
npm install
and npm run build:fast -- --nolint
from the FluidFramework
root directory.
a. For an even faster build, you can add the package name to the build command, like this:
npm run build:fast -- --nolint @fluid-experimental/bubblebench
npm run start
from this directory (experimental/examples/bubblebench/sharedtree) and open http://localhost:8080 in a web browser to see the app running.Remember to produce a production bundle when taking measurements:
npm run start -- --env.production
npm run test:jest
For in browser testing update ./jest-puppeteer.config.js
to:
launch: {
dumpio: true, // output browser console to cmd line
slowMo: 500,
headless: false,
},
FAQs
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.