Skip to content

Commit cdff8f6

Browse files
committed
docs: update changelog for v1.8.46
1 parent 6d5bb4d commit cdff8f6

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<img src="https://img.shields.io/badge/Vue-3.x-green.svg" alt="Vue">
1010
<img src="https://img.shields.io/badge/FastAPI-0.100+-red.svg" alt="FastAPI">
1111
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License">
12-
<img src="https://img.shields.io/badge/Version-1.8.45-orange.svg" alt="Version">
12+
<img src="https://img.shields.io/badge/Version-1.8.46-orange.svg" alt="Version">
1313
</p>
1414

1515
<p align="center">
@@ -288,6 +288,18 @@ sqlmapWebUI/
288288

289289
## 📝 更新日志
290290

291+
### v1.8.46 (2026-03-26)
292+
293+
**修复 (扫描任务)**
294+
- 修复 XML body 截断问题(Windows 换行符导致 Content-Length 不匹配)
295+
- 移除 Content-Length 头,让 sqlmap 根据实际 body 自动计算
296+
- 使用二进制模式写入请求文件,避免 Windows 自动换行转换
297+
- 规范化 body 换行符,统一使用标准 HTTP 换行符
298+
299+
**改进 (Burp 插件)**
300+
- 使用 Gson/PayloadBuilder 替代手动 JSON 字符串拼接
301+
- 消除特殊字符(如 XML 内容)转义不完备的风险
302+
291303
### v1.8.45 (2026-03-26)
292304

293305
**新功能 (VulnShop 靶场)**

0 commit comments

Comments
 (0)