|
|
|
|
|
by chuckadams
180 days ago
|
|
When dealing with stuff like php serialization and pickle, the rule is simple: never unpickle anything you didn't pickle yourself. If anything else could possibly touch the serialized bytes, sign it with HMAC and keep that somewhere untouchable. I somehow doubt this tool is going to be able to pull off what Java bytecode verification could not. |
|
I thought the rule was, never use pickle, it makes no sense when other serialization formats exist and are just as easy to use