HXSecurity / DongTai-agent-java

Java Agent is a Java application probe of DongTai IAST, which collects method invocation data during runtime of Java application by dynamic hooks.

Home Page:https://dongtai.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

upgraded `iast-*` to `dongtai-*`, remove reflect method call

exexute opened this issue · comments

  • The iast-inject module is upgraded to dongtai-spy
  • The iast-log module is upgraded to dongtai-log
  • Merge dongtai-servlet-api module and dongtai-jakarta-api module to dongtai-api
  • The iast-core module is upgraded to dongtai-core
  • The iast-agent module is upgraded to dongtai-agent
  • The reflection is changed to dynamic proxy, and the RT of the interface is reduced
  • Remove unnecessary engine impl
  • Parameter name for unified project:dongtai.app.create、dongtai.app.name、dongtai.app.version
  • Solve the problem of garbled characters in HTTP requests