nopp
Object protector
Protects against Prototype Pollution vulnerabilities in JavaScript objects by freezing specific built-in objects.
Tiny helper to protect against Prototype Pollution vulnerabilities in your application regardless if they introduced in your own code or in 3rd-party code
25 stars
7 watching
5 forks
Language: JavaScript
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
snyk-labs/snync | Detects and prevents supply chain security risks in dependency management. | 40 |
holyvier/prototype-pollution-nsec18 | An analysis of a vulnerability in JavaScript where an attacker can manipulate the prototype of base objects to inject malicious values | 515 |
yworks/yguard | A Java tool that protects software by making its underlying code difficult to understand or reverse engineer | 377 |
fastify/secure-json-parse | A JSON parser with additional security features to prevent prototype pollution | 225 |
hackvertor/server-side-prototype-pollution | Scans for prototype pollution vulnerabilities in server-side applications | 7 |
pallets/markupsafe | Protects against injection attacks by safely escaping untrusted strings in HTML and XML markup | 636 |
winkler1/icedam | A lightweight library to prevent accidental data mutation and bugs in applications | 44 |
nlf/blankie | A Hapi plugin that enables Content Security Policy (CSP) security features for web applications. | 52 |
may215/koa-protect | A security module for Koa applications that provides proactive protection against common security threats. | 19 |
hapijs/bourne | Provides a drop-in replacement for JSON parsing with built-in protection against prototype poisoning vulnerabilities | 169 |
msamogh/nonechucks | Library that provides dynamic data cleaning and filtering capabilities for PyTorch datasets and samplers | 377 |
moloch--/csp-bypass | Detects vulnerabilities in Content Security Policies | 163 |
snyk-labs/exploit-workshop | An interactive workshop to teach exploitation techniques using real-world vulnerabilities in Node.js and Java applications. | 155 |
sukkaw/cloudflare-block-bad-bot-ruleset | Protects websites from malicious crawlers and bots by filtering out suspicious traffic based on user-agent information | 209 |
codewatchorg/burp-indicatorsofvulnerability | A Burp extension that scans application traffic for signs of vulnerabilities and potential attack targets | 41 |