Skip to content

Releases: HXSecurity/DongTai-agent-java

Release 1.4.0

28 Mar 05:20
90ee3b1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.4.0

Release 1.3.1

23 Feb 17:07
73e80f2
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @Bidaya0 made their first contribution in #230
  • @usualwyy made their first contribution in #235

Full Changelog: v1.3.0...v1.3.1

Release 1.3.0

08 Jan 06:47
67d6474
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

Release 1.2.0

30 Dec 20:13
dccc8ef
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.4...v1.2.0

Release 1.1.4

22 Dec 08:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.1.4

Release 1.1.3

03 Dec 15:49
785849c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.3

Release 1.1.2

23 Nov 15:42
c11628f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

Release 1.1.1

20 Nov 14:02
7482d50
Compare
Choose a tag to compare
  • Fix custom model's hook

Release 1.1.0

05 Nov 12:16
d30a6af
Compare
Choose a tag to compare

FEATURE

  • Close ISSUE HXSecurity/DongTai#322:Add JVM Parameter for custom project version, e.g: -Dproject.version=<project.version>
  • Close ISSUE HXSecurity/DongTai#313:Add Propagation rules
  • Close ISSUE HXSecurity/DongTai#312:Add Sql Injection Rule: executeLargeUpdate
  • bugs fix:
    • Close ISSUE HXSecurity/DongTai#253:Added propagation node of MyBatis framework
    • Close ISSUE HXSecurity/DongTai#133: Resolve false positives of server-side request forgery vulnerabilities
    • Close ISSUE HXSecurity/DongTai#236:The CPU usage data collected by Java Agent under windows is inaccurate
    • Close ISSUE HXSecurity/DongTai#302:Agent collecting CPU usage blocks the thread
    • Close ISSUE HXSecurity/DongTai#315:Fix a bug where application logs cannot be printed
    • Close ISSUE HXSecurity/DongTai#321:Fix attach mode startup error
    • Close ISSUE HXSecurity/DongTai#308:Fix IDEA DongTai IAST plug-in startup failure
    • Close ISSUE HXSecurity/DongTai#311:DongTai IDEA plugin : add Hook rules
    • Close ISSUE HXSecurity/DongTai#134:Add details about vulnerabilities in weak encryption algorithms
    • Close ISSUE HXSecurity/DongTai#324:The Java Agent cannot obtain the inheritance relationship of the class and the vulnerability cannot be checked out

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.1.0

Release 1.0.6

22 Oct 09:56
7a74111
Compare
Choose a tag to compare
  • Add JVM Parameter -Dproject.create=true or -Dproject.create=false for auto create project in iast.io
  • The agent pulls the CPU threshold for automatic fusing from the server
  • Agent reports the time it takes to start
  • Fix the bug of CPU usage shows negative numbers in Windows system
  • Reduce static variables and methods, reduce the space occupied by MetaSpace
  • Remove dockerfile
  • Split maven module dongtai-servlet to dongtai-jakarta-apidongtai-servlet-apidong-spring-api
  • Close issue HXSecurity/DongTai#280
  • Close issue HXSecurity/DongTai#300
  • Close issue HXSecurity/DongTai#301