misp-docker
misp-docker copied to clipboard
apply_critical_fixes() in configure_misp.sh turns off actions plugin every time the misp-core container comes up
https://github.com/MISP/misp-docker/blob/master/core/files/configure_misp.sh#L264
I suspect this is forced off so that if the Action_services_url is incorrect, MISP doesn't drop its lunch. However, it doesn't seem to cause an issue if set to something that doesn't exist.
Perhaps this isn't needed after all? Otherwise, every time the container comes up we have to edit the config again to turn it back on.
Is there some other reason for this I am not aware of?