|
|
|
|
|
by maple3142
1167 days ago
|
|
One of the reason to prefer JSON over XML is that you can reasonably parse an untrusted JSON using default configuration without getting yourself pwned. A lot of XML processing libraries still support external entities by default that you have to disable them manually: https://cheatsheetseries.owasp.org/cheatsheets/XML_External_... |
|
If only this were true.
https://medium.com/r3d-buck3t/insecure-deserialization-with-...