Jan-Sandr / Grafer

2 stars 1 forks source link

[RangeInput] Fix vulnerability #200

Closed Jan-Sandr closed 2 years ago

Jan-Sandr commented 2 years ago

Story:

Yesterday was found input that this class cannot processs. The problem is when minus is between two numbers: 1-2 this cannot be parsed to double value.As first extend property IsValid with new method which will check if minus is only at beginning. Then add new message to Messages.csv in embedded which will inform user about the problem.

To do: