
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).
mygithub.libinneed.workers.dev/wzshiming/ctc
The non-invasive cross-platform terminal color library does not need to modify the Print method
Virtual unix-like environments on Windows
package main
import (
"fmt"
"github.com/wzshiming/ctc"
)
func main() {
// No invasion
fmt.Println(ctc.BackgroundRed|ctc.ForegroundBlue, "Hello world", ctc.Reset)
}
Value | Description | Behavior |
---|---|---|
0 | Default | Returns all attributes to the default state prior to modification |
4 | Underline | Adds underline |
7 | Negative | Swaps foreground and background colors |
30~37 | Foreground | Applies non-bold/bright color to foreground |
40~47 | Background | Applies non-bold/bright color to background |
90~97 | Bright Foreground | Applies bold/bright color to foreground |
100~107 | Bright Background | Applies bold/bright color to background |
Pouch is licensed under the MIT License. See LICENSE for the full license text.
FAQs
Unknown package
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.