Carlo Husmillo

Results 2 comments of Carlo Husmillo

Found a workaround in my case where we shouldn't display the "errors" key of this validation response: `@app.after_request` `def log_response_info(response):` ` data_str = response.data.decode("utf-8")` ` data = json.loads(data_str)` ` data.pop("errors",...

Same with everyone here, I just got my Cortex server running and when I click the enrich button on MISP, same errors as above. Although running cortex analyzers manually and...