Mitigating security issues of jsonpickle
kukgini opened this issue · 1 comments
kukgini commented
A security guy told me about indy-node
vulnerabilities. It's about jsonpickle
security issue. And it is classified as critical. GHSA-j66q-qmrc-89rx
However the jsonpickle
team defended that it is intended. And they suggested that to be sure to be safe, user of this library should set safe=True
in calling jsonpickle.decode()
jsonpickle/jsonpickle#335
It appears that in indy-plenum
, jsonpickle.decode()
is called without safe
parameter. Wouldn't it be better to add it?
PatStLouis commented