From 405d342a8c4c3ad88af8674d5c5acc72d40ece78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Fri, 7 Mar 2025 15:39:14 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eca55b0..ed2ca59 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ "对比HTTP状态码,403/401直接判定为false,500标记为unknown。", "检查responseB是否包含responseA的敏感数据(如user_id、email),如果有,则判定为true。", "检查responseB是否返回错误信息(Access Denied / Forbidden),如果有,则判定为false。", - "计算responseA和responseB的结构相似度,并使用Levenshtein编辑距离计算文本相似度。", + "计算responseA和responseB的结构相似度,并使用Levenshtein编辑距离计算文本相似度,计算时忽略动态字段(如时间戳、随机数、会话ID、X-Request-ID等)。", "如果responseB内容为空(null、{}、[]),判断可能是权限受限,判定为false。", "根据分析结果,返回JSON结果。" ]