flitbit / json-ptr

A complete implementation of JSON Pointer (RFC 6901) for nodejs and modern browsers.
MIT License
91 stars 28 forks source link

fixes #28 and #30 #37

Closed cerebralkungfu closed 3 years ago

cerebralkungfu commented 3 years ago

Patched bug where a single quote in a path segment was breaking path evaluation. This bug also allowed an injection attack reported here.

This patch relates to the referenced issues on this repository as well as contributions from the reporter and fixer on the above referenced Huntr issue.