Fix SMTP TLS report policy domain extraction

Co-authored-by: seanthegeek <44679+seanthegeek@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-09 15:15:50 +00:00
parent 1887460ab6
commit b7823253a4

View File

@@ -445,7 +445,7 @@ class GoogleSecOpsClient:
end_date = smtp_tls_report["end_date"]
for policy in smtp_tls_report.get("policies", []):
policy_domain = policy["policy"]["policy_domain"]
policy_domain = policy["policy_domain"]
for failure in policy.get("failure_details", []):
# Build UDM event for each failure