
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).
Creates super long stack traces
See https://trace.js.org for examples.
Trace only works with node.js v8.x and newer. Use npm install trace@^2
for node.js v6 and v4.
npm install trace --save
node --stack_trace_limit=100 -r trace debug-me.js
This will provide a very long stack trace, if you are not interested in node internal lines, take a look at clarify.
npm install clarify --save
node --stack_trace_limit=100 -r trace -r clarify debug-me.js
For specific examples see https://trace.js.org.
I encourage you to file any bugs you may find, even if you can't reduce the issue to only involve nodecore modules. I will then use all my power to fix it.
I want this module to be the best and most trusted async trace module ever!
FAQs
Creates super long stack traces
The npm package trace receives a total of 12,741 weekly downloads. As such, trace popularity was classified as popular.
We found that trace 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.