You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.
It'd not the deserializers themselves that are necessarily unsafe. It's how
they're used. E.g. When supplying the expected type things become safer
than when you're de serializing into an arbitrary object.
This article/preso lists a number of attack vectors against JSON serializers. it would b enice if these were detected:
https://www.blackhat.com/docs/us-17/thursday/us-17-Munoz-Friday-The-13th-Json-Attacks.pdf
The text was updated successfully, but these errors were encountered: