Skip to content

v1.1.3

Compare
Choose a tag to compare
@lostsnow lostsnow released this 03 Dec 14:40
· 129 commits to master since this release
0ac976e
  • FEATURES
    • Use the environment variable ENGINE_NAME to customize agent name
    • Use the environment variable LOG_PATH to customize log file path
    • Add exec hook and policy rule to detect code execution vulnerabilities
  • ENHANCEMENTS
    • Code refactoring: Add scope to prevent recursive execution of the agent's own code
    • Code refactoring: Add runtime settings and replace the configuration that uses global variables
    • Code refactoring: Add request context to store tainted data
    • Performance improvements: Tainted data processing optimization
    • Performance improvements: Remove unnecessary list policy rules
  • BUGFIXES
    • Fix eval exceptions with contextual variables