Update README.md

This commit is contained in:
公明 2025-04-09 13:42:49 +08:00 committed by GitHub
parent 9c41744789
commit 6be9a8f787
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,17 @@
"4. 越权行为:若resB包含resA的字段如user_id/email/balance → 判断为越权行为true", "4. 越权行为:若resB包含resA的字段如user_id/email/balance → 判断为越权行为true",
"5. 越权行为:若返回数据均为账号A的数据 → 判断为越权行为true", "5. 越权行为:若返回数据均为账号A的数据 → 判断为越权行为true",
"6. 无法判断:若resB.status_code为500 → 无法判断unknown" "6. 无法判断:若resB.status_code为500 → 无法判断unknown"
] ],
"深度分析模式(当快速通道未触发时执行)": {
"结构对比": [
"a. 字段层级对比使用JSON Path分析嵌套结构差异",
"b. 关键字段匹配如data/id/account相关字段的命名和位置"
],
"语义分析": [
"i. 数值型字段:检查是否符合同类型数据特征(如金额字段是否在合理范围)",
"ii. 文本型字段检查命名规范是否一致如用户ID是否为相同格式"
]
}
} }
}, },
"decision_tree": { "decision_tree": {