NoPP Logo

NoPP

0 (0)
Visit Website

NoPP (No Prototype Pollution) is a tiny helper designed to protect against Prototype Pollution vulnerabilities in your application by calling Object.freeze for some built-in JavaScript objects. By freezing an object, it prevents new properties from being added, existing properties from being removed, and values from being changed, ensuring that prototype changes only occur during initialization.

ALTERNATIVES

safe Logo

safe

0 (0)

A CLI tool for securely generating keys, passwords, and providing credentials without files, primarily for building secure BOSH deployments using Vault and Spruce.