PyMISP icon indicating copy to clipboard operation
PyMISP copied to clipboard

Ingestion of invalid attributes dropped without warning

Open emuradov opened this issue 3 years ago • 0 comments

When using the WebUI and creating an attribute under an event, selecting a type and value that are not compatible will present an error message with an explanation and deny submission of the attribute.

In comparison, when using PyMISP, invalid attributes can be added to the misp object in memory, but will be dropped without any notice once the request to update an event or a similar function is made.

Is there a way that a PyMISP client can be informed of these validation errors so it knows which attributes did not get ingested into the event?

Still relatively new here and would appreciate the help!

emuradov avatar Aug 05 '22 14:08 emuradov