
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).
Automatically gzip and gunzip on calls to new methods: setz, getz, mgetz
var redz = require('redis-gzip');
var redis = require('redis');
var client = redz(redis.createClient());
client.setz('zkey', 'z nice long value that shall be compressed with gzip', function (err, result) {
client.getz('zkey', function (err, result) {
console.log(arguments);
client.end();
});
});
Get a reference to the module
Store a key/value pair to redis where the value is first gzipped
Get a value from redis and gunzip it before returning it
Get multiple values based on multiple keys from redis. Each value is gunzipped before being returned
MIT
FAQs
Magical gzip/gunzip on calls to setz(), getz(), mgetz()
The npm package redis-gzip receives a total of 131 weekly downloads. As such, redis-gzip popularity was classified as not popular.
We found that redis-gzip 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.