secure-json-parse
JSON parser library
Provides an alternative JSON parser with enhanced security features to mitigate prototype pollution attacks.
JSON.parse() drop-in replacement with prototype poisoning protection
227 stars
13 watching
17 forks
Language: JavaScript
last commit: about 1 month ago
Linked from 1 awesome list
fastify-libraryjson-parsersecurity
Related projects:
Repository | Description | Stars |
---|---|---|
hapijs/bourne | Provides a drop-in replacement for JSON parsing with built-in protection against prototype poisoning vulnerabilities | 172 |
fastify/csrf-protection | Protects against Cross-Site Request Forgery (CSRF) attacks in Fastify servers. | 154 |
fastify/fastify-helmet | Provides basic security headers for Fastify applications | 411 |
spray/spray-json | A lightweight JSON implementation in Scala | 974 |
weihongyu12/think-purify | This package provides a way to filter out dangerous HTML tags and attributes from user input in ThinkJS applications. | 4 |
snyk-labs/nopp | Protects against Prototype Pollution vulnerabilities in JavaScript objects by freezing specific built-in objects. | 27 |
delba/jason | A fast and convenient JSON deserializer for Swift applications. | 1,012 |
jsonapi-serializer/jsonapi-serializer | A fast JSON serialization library for Ruby objects | 1,410 |
bigsizeme/fastjson-check | A tool for detecting and generating payload vulnerabilities in JSON data | 369 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,286 |
facebook-csharp-sdk/simple-json | A lightweight JSON serialization and deserialization library for .NET | 382 |
madnificent/jsown | High-performance JSON parser for Common Lisp | 109 |
alir3z4/python-sanitize | Makes data safe to use by removing or escaping potentially hazardous elements | 65 |
9b/malpdfobj | Generates a JSON object representing the structure of a malicious PDF file. | 53 |
python-rapidjson/python-rapidjson | A fast C++ JSON parser and serialization library wrapped in a Python 3 extension. | 508 |