Skip to content

Releases: HXSecurity/DongTai-agent-python

Release list

v1.1.0

Choose a tag to compare

@lostsnow lostsnow released this 05 Nov 12:22
  • FEATURES
    • Agent pause/start by DongTai server
    • Agent pause/start based on system resource usage
    • Use environment variable AUTO_CREATE_PROJECT=1 for auto create project
    • Report Agent startup time
    • Add Reflected XSS detection
    • Add XXE detection
    • Add SSRF detection
  • BUGFIXES
    • Fix report data parameterclassName to fully named class name
    • Fix report data request/response body format
    • Fix streaming response processing
    • Fix response body processing
    • Fix Django request form data processing
    • Fix missing kwargs parameter for taint data
    • Fix invalid tainted data in method pool
    • Fix incorrect filter of tainted data
  • BUILD
    • Auto upload package to Aliyun OSS by Github actions
    • Add vulnerability testing Github actions
  • TESTING
    • Add vulnerability testing script

v1.0.6

Choose a tag to compare

@lostsnow lostsnow released this 26 Oct 04:50
  • Auto update on start with dongtai-cli
  • Pull policy rules from openapi
  • Change report data parameter
  • Asynchronous report data
  • Add data pending report count
  • Fix agent name format
  • Fix environment value get on windows