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
The label_id is used before it is validated in the form request. Since the label is required for authorization, we have to add a manual check if the value is an integer here.
Without validation, invalid input (e.g. a string) can produce a server error.
The text was updated successfully, but these errors were encountered:
core/app/Http/Requests/StoreVolumeFileLabel.php
Line 33 in 037e7dc
The
label_id
is used before it is validated in the form request. Since the label is required for authorization, we have to add a manual check if the value is an integer here.Without validation, invalid input (e.g. a string) can produce a server error.
The text was updated successfully, but these errors were encountered: