1. Updating to this version is strongly recommended. 2. Please delete the plugins/Keiko/.caches folder and the plugins/Keiko/config/inspections.yml file.
- New inspection: Static.SystemProcess. It will detect plugins that may be potentially hiding so-called "SSH access" or, in other words, that may be executing system (Windows/Linux) commands just like in terminal (for example, "rm -rf /" that deletes everything on your machine). There are quite many malicious plugins with code of this kind hidden in them these days, so make sure to have this analysis active.
- Caches are now bound to the versions of Keiko they were created on. This means that Keiko will now automatically delete all caches that were created by the previous version.
- Fixed several issues/typos in inspections.yml that had previously led to certain configuration features to be ignored by Keiko.
- Fixed some encoding problems related to console debug.
- Fixed exclusions in inspections.yml not working properly (as described on the Wiki).
- Noticeable code refactoring to make Keiko more lightweight as a plugin and more easily maintainable as an open-source project.