Skip to content

Commit 014cfd3

Browse files
committed
Don't report body and headers
1 parent 34d17a9 commit 014cfd3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

aikido_zen/background_process/cloud_connection_manager/on_detected_attack.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ def on_detected_attack(connection_manager, attack, context, blocked, stack):
3232
"url": context.url,
3333
"ipAddress": context.remote_address,
3434
"userAgent": context.get_user_agent(),
35-
"body": context.body,
36-
"headers": context.headers,
3735
"source": context.source,
3836
"route": context.route,
3937
},

0 commit comments

Comments
 (0)