You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overview:
Need to add the limitation for the certification-date field in the certify-model command (zblcli tx compliance certify-model --vid=<uint16> --pid=<uint16> --certification-type=<zb> --certification-date=<rfc3339 encoded date> --from=<account>).
Actually, the test-date field has the following limits:
minimum available value is equal to 1000-01-01T00:00:00Z;
maximum available value is equal to 9999-12-31T23:59:59Z.
It is suggested to change these limitations for the following values that must be discussed:
minimum available value is equal to 1900-01-01T00:00:00Z;
maximum available value is equal to 1999-12-31T23:59:59Z.
Also, maybe it will be better to add the validation that the entered value for the certification-date parameter is not from the future. certification-date parameter should have the date from the past. So the user should not have any possibility to add a date from the future (tomorrow, next week/year/century, etc.).
And this remark can affect the suggestion above (maximum available value is equal to 1999-12-31T23:59:59Z.).
The text was updated successfully, but these errors were encountered:
Severity:
enhancement
Build info:
0505970
Overview:
Need to add the limitation for the
certification-date
field in thecertify-model
command (zblcli tx compliance certify-model --vid=<uint16> --pid=<uint16> --certification-type=<zb> --certification-date=<rfc3339 encoded date> --from=<account>
).Actually, the test-date field has the following limits:
It is suggested to change these limitations for the following values that must be discussed:
Also, maybe it will be better to add the validation that the entered value for the
certification-date
parameter is not from the future.certification-date
parameter should have the date from the past. So the user should not have any possibility to add a date from the future (tomorrow, next week/year/century, etc.).And this remark can affect the suggestion above (
maximum available value is equal to 1999-12-31T23:59:59Z.
).The text was updated successfully, but these errors were encountered: