Update index.html

This commit is contained in:
公明 2025-04-22 12:23:40 +08:00 committed by GitHub
parent 05f23366c1
commit 4236383ab1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -412,7 +412,7 @@
<td>${item.reqbody || '-'}</td>
<td>${item.respBodyA || '-'}</td>
<td>${item.respBodyB || '-'}</td>
<td>${item.result === 'unknown' ? '未知' : item.result ? '漏洞' : '安全'}</td>
<td>${item.result === 'unknown' ? '未知' : item.result=== 'false' ? '安全' : '漏洞'}</td>
<td>${item.reason || '-'}</td>
<td>${item.confidence || '-'}</td>
`;