Closed iamacook closed 5 days ago
Our NumericStringSchema validates empty strings (0) and hexadecimal strings, but it shouldn't. This prevents empty/hex strings from passing validation.
NumericStringSchema
0
Note: it also corrects mock data that was assumed hex, when it should be numeric.
Summary
Our
NumericStringSchema
validates empty strings (0
) and hexadecimal strings, but it shouldn't. This prevents empty/hex strings from passing validation.Note: it also corrects mock data that was assumed hex, when it should be numeric.
Changes