From fab736e175be76b9896a44333a27afa781a541e3 Mon Sep 17 00:00:00 2001 From: ReaJason Date: Sat, 13 Jun 2026 15:02:33 +0800 Subject: [PATCH] docs: update CHANGELOG --- web/content/docs/changelog.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/content/docs/changelog.mdx b/web/content/docs/changelog.mdx index 531564c2..a9854a00 100644 --- a/web/content/docs/changelog.mdx +++ b/web/content/docs/changelog.mdx @@ -12,9 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -1. 新增对 [Winstone-Jetty](https://github.com/jenkinsci/winstone)(Jenkins 2.491.1)和 [Geronimo-Jetty](https://github.com/apache/geronimo) 上下文采集注入(Thanks @su18) +1. 新增对 [Winstone-Jetty](https://github.com/jenkinsci/winstone)(Jenkins 2.491.1)和 [Geronimo-Jetty](https://github.com/apache/geronim)(Jetty 7.1) 上下文采集注入(Thanks @su18) 2. 新增 Godzilla DubboService 内存马注入,默认使用 XOR_BASE6(仅支持特战版,Thanks @ReaJason) +### Fixed + +1. 修复 Jetty 7.1.6 回显马找不到 request/response 导致回显失败 + ### Changed 1. boot 使用 SpringBoot 4.1.0 版本 + Dockerfile 中默认 jre25