Skip to content

[v1.1] Full support for PHP language

Compare
Choose a tag to compare
@nhasabni nhasabni released this 12 Apr 21:58
· 13 commits to master since this release
e7e0e44

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!