mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 17:42:49 -05:00
added string length checks on all request objects that store the given data.
This commit is contained in:
@ -6,6 +6,7 @@ namespace Bit.Api.Models
|
||||
{
|
||||
[Required]
|
||||
[EmailAddress]
|
||||
[StringLength(50)]
|
||||
public string Email { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user