Raphaël Vinot
Raphaël Vinot
@iglocska poke :)
can I also pass that in the POST blob?
In general, it is easier to pass parameters as POST, so adding it would be nice, yes.
Yeah, this file is definitely not supposed to be imported unless you have that dep. In which context does it trigger an exception? This file isn't imported in `__init__.py`
Oh yeah, sure, testing does, that was a shortcut. Well, I can add reportlab in the requirement for testing. That module is only supposed to be used if you know...
Are you sure? because this part of the code is tested: https://github.com/MISP/PyMISP/blob/master/tests/testlive_comprehensive.py#L672 Can you show me the outputs in both cases?
@MISP/developers poke?
Yes, go for it please.
There is a bugfix coming on MISP side, it should accept true/false too (at least in the POST blob, which is what PyMISP is doing)
Hi, PyMISP returns an exception there because there are no information available for that hash, and it is left to the user to decide what to do. In your case,...