snyk/snyk-python-plugin

RFH: jsonpickle security detection

davvid opened this issue · 0 comments

I'd like to work with y'all to have snyk detect when applications use jsonpickle.decode() on untrusted/tainted inputs.

We've since added lots of warnings to jsonpickle's documentation, but working with security scanners to treat jsonpickle usage as equivalent to pickle usage is an important next step.

jsonpickle/jsonpickle#335

Please let me know what we can do to help.