[v1.1] Full support for PHP language
This release contains full support for learning typical patterns (training) and detecting anomalous patterns (inference) within if statements of C and PHP programs.
It provides support for:
- Downloading GitHub repositories for C and PHP languages, mining conditional expressions, and training ControlFlag using them
- Datasets containing pre-mined conditional expressions from GitHub repositories
- Support for detecting anomalous conditional expressions in a target repository
Additionally, this release fixes an error in handling inputs (#42, #45) and spelling errors (#43).
Special thanks to @kotauchisunsun (for PHP support) and @jsoref (for error handling) for their contributions to this release!