USER PROBLEM
What is the user experiencing as a result of the bug? Include steps to reproduce.
- When Central receives an unknown grpc message from Sensor, the function `event.GetEventTypeWithoutPrefix` is called with nil argument and panics.
CONDITIONS
What conditions need to exist for a user to be affected? Is it everyone? Is it only those with a specific integration? Is it specific to someone with particular database content? etc.
- for example: Sensor version being ahead of Central and sending a message that is unknown to Central
ROOT CAUSE
What is the root cause of the bug?
- Developer bug
FIX
How was the bug fixed (this is more important if a workaround was implemented rather than an actual fix)?
- account is impacted by
-
ROX-31553 Sensor 4.9 & Central 4.8 causes panic on nil in GetEventTypeWithoutPrefix
-
- Closed
-