Description
Current validator slashing protection assumes that SLOTS_PER_EPOCH never changes.
If you change this value, you can get validators to sign messages that are slashable.
To resolve
Ensure that a validator is created with a specific SLOTS_PER_EPOCH parameter and they will never sign a message assuming some other value.