CERT-Polska / karton

Distributed malware processing framework based on Python, Redis and S3.
https://karton-core.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
392 stars 45 forks source link

support for nested resources #189

Closed mak closed 2 years ago

mak commented 2 years ago

Add support for resources in nested objects (list/dict) (#177)

psrok1 commented 2 years ago

Hi! Already added https://github.com/CERT-Polska/karton/pull/186 but see good ideas in your PR (e.g. use of json.loads(..., object_hook= which is analogous to json.dumps). I will consider to merge some of it into #186.