
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 simple yet powerful logging system that logs errors, saves them, and sends them to channels. Fully Customisable.
const { log } = require("djs-logger");
log({
save: true,
savefile: 'C:|Users|ExampleUser|Desktop|logs.txt',
error: "Test"
});
This package is easy to use and can be used in a number of locations. The most common being in a .catch()
save
- true or falsediscord
- true or falseerror
- error messageExample:
log({
save: false,
discord: false,
error: "example error"
})
When using save: true
you need to supply:
savefile
- Save file location
The save file location must look like this:
C:|Users|ExampleUser|Desktop|logs.txt
with all the \
in your file path replaced with |
When using discord: true
you need to supply:
channel
- The name of the channel the error message should go in (Case Sensitive)messagelinker
- The message from your bot.on("message")
FAQs
A simple yet powerful logging system that logs errors, saves them, and sends them to channels. Fully Customisable.
We found that djs-logger 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.