Skip to content

Version 0.31

Compare
Choose a tag to compare
@CaledoniaProject CaledoniaProject released this 21 May 11:47
· 3873 commits to master since this release

中文说明

Breaking changes

Java agent

Rasp Installer

  • Add support of software uninstallation
  • Command line arguments changed to the following
    • java -jar RaspInstall.jar -install /home/tomcat
    • java -jar RaspInstall.jar -uninstall /home/tomcat

Algorithm changes

SQLi algorithm

  • Detection of constant comparsion is now off by default

Command execution detection algorithm

  • Detect unusual command execution on Non-HTTP requests
  • e.g CVE-2018-1270

New features

  • On startup, Java agent will print an ASCII art
  • Add SQLi hook for JDBC prepared statement, resolves ISSUE #8
  • Add support of Resin 3.X & 4.X servers
  • Optimized jnotify to support exception handling

Bug fixes

  • PHP
    • Fixed a potential memory leak on log module