
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).
Fast and simple package to get and create bins from sourcebin
NodeJS >= 10.x
npm install sourcebin
Node JS
const sourcebin = require('sourcebin');
TypeScript
import { get, create, url } from 'sourcebin';
For es imports such as the TypeScript import it's recommened you only import the methods you need
sourcebin.get(key or url, options)
const bin = await sourcebin.get('qXO2NVhRc6');
fetchContent
- whether to fetch bin content or not (default true)
sourcebin.create([ files ], options)
const bin = await sourcebin.create(
[
{
content: 'Hello World',
language: 'text',
},
],
{
title: 'bin name',
description: 'test bin',
},
);
name
- file name
content
- file content (required)
language
- language or language id (default text)
title
- bin title
description
- bin description
sourcebin.url(key or url)
const { url, short } = url('qXO2NVhRc6');
FAQs
Fast and simple package to get and create bins from https://sourceb.in/
The npm package sourcebin receives a total of 466 weekly downloads. As such, sourcebin popularity was classified as not popular.
We found that sourcebin 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.