mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-28 11:47:35 +02:00
Add validation in EventRule.clean() to ensure action_data is a JSON object or null. Add runtime guard in event processing to handle legacy rows with invalid data by logging a warning and using an empty dict. Fixes #21989