Commit 037d412f authored by qiuqunfeng's avatar qiuqunfeng
Browse files

Add AttackedApp field to attack log details response

- Include the AttackedApp field in the response structure of the GetAttackLogDetails method to provide additional context about the attacked application in the attack log details.
parent f2897dc8
......@@ -1021,6 +1021,7 @@ func (s *wafService) GetAttackLogDetails(ctx context.Context, uuid string) (*Att
AttackTime: wafDetection.AttackTime,
AttackIp: wafDetection.AttackIP,
AttackListener: wafDetection.AttackedApp,
AttackedApp: wafDetection.AttackedApp,
AttackType: wafDetection.AttackType,
Action: wafDetection.Action,
RuleName: wafDetection.RuleName,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment