Skip to content

Version 0.30

Compare
Choose a tag to compare
@CaledoniaProject CaledoniaProject released this 27 Apr 07:27
· 3927 commits to master since this release

中文说明

Breaking changes

  • Java agent
    • Debug level option debug_level now renamed to debug.level

New features

API changes

  • Add stack parameter for both directory and ssrf hook points

Algorithm improvements

  • SQLi detections
    • Block UNION NULL queries
    • Block blind injection releated functions, e.g ordchr
  • Java - Anti deserialize exploits
    • Block command execution via YsoSerial payloads
  • PHP - china chopper detection
    • Block suspicious file manager, command execution via stack validation algorithm
    • Block simple webshells that directly evaluate user inputs
  • PHP - block unusual callbacks
    • Please refer to openrasp.callable_blacklists for more details