Update config.go

This commit is contained in:
公明 2025-03-07 15:40:07 +08:00 committed by GitHub
parent 405d342a8c
commit c6c24f7fe1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,7 +72,7 @@ var Prompt = `{
"对比HTTP状态码403/401直接判定为false500标记为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结果。"
]