google / timesketch

Collaborative forensic timeline analysis
Apache License 2.0
2.52k stars 577 forks source link

Correct timeline_name length error message #3099

Closed itsmvd closed 1 month ago

itsmvd commented 1 month ago

The error message suggests that the timeline name needs to be less than 255 characters, but this is incorrect. The actual requirement is that the timeline name should not exceed 255 characters, meaning it can be up to and including 255 characters long.