PolygeneLubricants / planning-poker

Just Planning Poker is a simple lightweight planning poker web application written in .Net Core 8 with Blazor WebAssembly.
https://justplanningpoker.com/
MIT License
34 stars 15 forks source link

Added max length constraint for player username #2

Closed OVestergaard closed 3 years ago

OVestergaard commented 3 years ago

Currently there is no limitation for the length of a username, which if exploitet can crash/slowdown the server

PolygeneLubricants commented 3 years ago

Good catch!