Summary
The UUID Generator quantity field is labeled 1-1000, but values outside that range are accepted and the tool reports success while generating a different number of UUIDs. The displayed input and generated output count disagree.
Reproduction A: quantity 0
- Open
https://byteflow.tools/en/uuid-generator.
- Set Quantity (1-1000) to
0.
- Click Regenerate.
Actual:
- The field continues to display
0.
- Status shows
Regenerate completed.
- The result header shows
Generated UUIDs (1) and one UUID is generated.
Expected: reject 0 with a validation message, or normalize the field to 1 before reporting success.
Reproduction B: quantity 1001
- Set Quantity (1-1000) to
1001.
- Click Regenerate.
Actual:
- The field continues to display
1001.
- Status shows
Regenerate completed.
- The result header shows
Generated UUIDs (1000) and 1000 UUIDs are generated.
Expected: reject 1001 with a validation message, or normalize the field to 1000 before reporting success.
Impact
Callers can believe they received the requested number of IDs when they did not. This is especially risky for fixture generation, migrations, and scripts that rely on the visible quantity value.
Environment
Summary
The UUID Generator quantity field is labeled
1-1000, but values outside that range are accepted and the tool reports success while generating a different number of UUIDs. The displayed input and generated output count disagree.Reproduction A: quantity 0
https://byteflow.tools/en/uuid-generator.0.Actual:
0.Regenerate completed.Generated UUIDs (1)and one UUID is generated.Expected: reject
0with a validation message, or normalize the field to1before reporting success.Reproduction B: quantity 1001
1001.Actual:
1001.Regenerate completed.Generated UUIDs (1000)and 1000 UUIDs are generated.Expected: reject
1001with a validation message, or normalize the field to1000before reporting success.Impact
Callers can believe they received the requested number of IDs when they did not. This is especially risky for fixture generation, migrations, and scripts that rely on the visible quantity value.
Environment