-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
bugVerified bug by the Nova teamVerified bug by the Nova team
Description
- Laravel Version: 9.27.0
- Nova Version: 4.19.5
Description:
The Heading field is validated in update and creation requests. The content of the field is transferred as a key for validation and this causes the entire application to crash if the field contains * followed by /. Laravel Validator detects this field as a wildcard and escapes the regular expression when composing the pattern (/Illuminate/Validation/ValidationData.php:64).
Quick fix = set the field as readonly.
Detailed steps to reproduce the issue on a fresh Nova installation:
- set the heading filed for resource
Heading::make("*/") - try to create/update resource
Metadata
Metadata
Assignees
Labels
bugVerified bug by the Nova teamVerified bug by the Nova team