Skip to content

Commit fd02454

Browse files
committed
Updated README.md
1 parent a5c2af3 commit fd02454

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
<a href="http://hapijs.com"><img src="https://raw.githubusercontent.com/hapijs/assets/master/images/family.png" width="180px" align="right" /></a>
1+
# secure-json-parse
22

3-
# Bourne. JSON Bourne.
3+
[![Build Status](https://dev.azure.com/fastify/fastify/_apis/build/status/fastify.secure-json-parse?branchName=master)](https://dev.azure.com/fastify/fastify/_build/latest?definitionId=8&branchName=master) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/)
44

5-
`JSON.parse()` drop-in replacement with prototype poisoning protection
6-
7-
[![Build Status](https://travis-ci.org/hapijs/bourne.svg)](https://travis-ci.org/hapijs/bourne)
5+
`JSON.parse()` drop-in replacement with prototype poisoning protection.
86

97
## Introduction
108

@@ -52,3 +50,11 @@ Scans a given object for prototype properties where:
5250
- `protoAction` - optional string with one of:
5351
- `'error'` - throw a `SyntaxError` when a `__proto__` key is found. This is the default value.
5452
- `'remove'` - deletes any `__proto__` keys from the input `obj`.
53+
54+
# Acknowledgements
55+
This project has been forked from [hapijs/bourne](https://github.com/hapijs/bourne).
56+
All the credits before the commit [4690682](https://github.com/hapijs/bourne/commit/4690682c6cdaa06590da7b2485d5df91c09da889) goes to the hapijs/bourne project contributors.
57+
After, the project will be maintained by the Fastify team.
58+
59+
# License
60+
Licensed under BSD-3-Clause.

0 commit comments

Comments
 (0)