We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a92d01 commit 3cc5c54Copy full SHA for 3cc5c54
datadog_lambda/asm.py
@@ -223,7 +223,7 @@ def get_asm_blocked_response(
223
content = ""
224
else:
225
content_type = blocked.get("content-type", "application/json")
226
- content = http_utils._get_blocked_template(content_type)
+ content = http_utils._get_blocked_template(content_type, blocked.block_id)
227
228
response = {
229
"statusCode": blocked.get("status_code", 403),
0 commit comments