Open sbjzn opened 4 months ago
Just making sure: you're getting both unpublished and published events, right?
This test is checking that, but there are no published events at all, so it's not gonna catch a bug where they're both returned: https://github.com/MISP/PyMISP/blob/main/tests/testlive_comprehensive.py#L864
Correct, I am getting both published and unpublished events returned.
PyMISP version: 2.4.194
The following code returns events that are published, even though published=False is specified.