PyMISP
PyMISP copied to clipboard
New tool to validate Attribute values
As the validation happens on MISP and the idea was not to duplicate it on PyMISP, we simply added it as a new PyMISP tool to make sure we can validate MISP Events that are dict or MISPEvent and pushed to other tools without going through MISP, such as misp-stix or cti-transmute
Looks great, should I merge it?