From 4236383ab10ca9274a2729ccdbaa031411edf5c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Tue, 22 Apr 2025 12:23:40 +0800 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 146d096..588e3ae 100644 --- a/index.html +++ b/index.html @@ -412,7 +412,7 @@ ${item.reqbody || '-'} ${item.respBodyA || '-'} ${item.respBodyB || '-'} - ${item.result === 'unknown' ? '未知' : item.result ? '漏洞' : '安全'} + ${item.result === 'unknown' ? '未知' : item.result=== 'false' ? '安全' : '漏洞'} ${item.reason || '-'} ${item.confidence || '-'} `;