Closed geoffg-sentry closed 3 months ago
We just merged a PR yesterday for the same issue, but we only fixed GCP.Cloud.Run.Set.IAM.Policy
. I've updated this PR to use just fix GCP.Cloud.Run.Service.Created
, and to match the previous PR in aesthetics.
Background
This unsafe lookup is triggering
AttributeError("'NoneType' object has no attribute 'endswith'")
every GCP.AuditLog event that has noevent.methodName
Changes
deep_get()
Testing
event.methodName
included for both.