Closed cudeso closed 11 months ago
MISP_ALLOWED_TAXONOMIES
cleanup_labels
ignore=True
This takes into account tags set on Events (https://github.com/cudeso/misp2sentinel/blob/main/RequestObject.py#L179) and tags set on Attributes (https://github.com/cudeso/misp2sentinel/blob/main/RequestObject.py#L77).
MISP_ALLOWED_TAXONOMIES
cleanup_labels
to check that tag is part ofMISP_ALLOWED_TAXONOMIES
. If it's not, then skip (ignore=True
) https://github.com/cudeso/misp2sentinel/blob/main/RequestObject.py#L154This takes into account tags set on Events (https://github.com/cudeso/misp2sentinel/blob/main/RequestObject.py#L179) and tags set on Attributes (https://github.com/cudeso/misp2sentinel/blob/main/RequestObject.py#L77).