So, just saw an issue if you are running Linux Malware Detect (aka Security Maldet Scan in the CWP Security tab).
The scanner shows installed and running OK, but it is not.
From the CLI, if you run:
systemctl status maldet
You will see it failed.
It is missing 2 needed dependencies installed - ed & inotify-tools.
To install these run:
dnf install ed inotify-tools
Then:
systemctl restart maldet
And now to make sure everything is OK, and running:
systemctl status maldet