Update GENERATE_COMMENT

This commit is contained in:
Sefinek 2025-03-14 05:19:24 +01:00
parent 71a1e39e55
commit c2cf68bd92
2 changed files with 1 additions and 2 deletions

View file

@ -24,7 +24,6 @@ ASN: 53667 (PONYNET)
Protocol: HTTP/1.0 (method GET) Protocol: HTTP/1.0 (method GET)
Endpoint: / Endpoint: /
Timestamp: 2024-11-09T19:20:18Z Timestamp: 2024-11-09T19:20:18Z
Ray ID: 8e0028cb79ab3a96
Rule ID: badscore Rule ID: badscore
UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36 UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36

View file

@ -48,7 +48,7 @@ exports.GENERATE_COMMENT = ({ action, clientAsn, clientASNDescription, clientReq
{ label: 'Endpoint', value: clientRequestPath }, { label: 'Endpoint', value: clientRequestPath },
{ label: 'Query', value: clientRequestQuery }, { label: 'Query', value: clientRequestQuery },
{ label: 'Timestamp', value: datetime }, { label: 'Timestamp', value: datetime },
{ label: 'Ray ID', value: rayName }, // { label: 'Ray ID', value: rayName },
// { label: 'Rule ID', value: ruleId }, // { label: 'Rule ID', value: ruleId },
{ label: 'UA', value: userAgent || 'Empty string' }, { label: 'UA', value: userAgent || 'Empty string' },
]; ];