-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
🐘 phpPull requests that update Php codePull requests that update Php code🔒 securitySecurity-relatedSecurity-related
Description
There are some gaps in our request validation. We need to have request validation for all routes that read data (API and others).
This should probably be done as FormRequests for the most part.
- ProfilesController > ProfileUpdateRequest (done in Profile data update validations #88)
- TagsController > TagsUpdateRequest (done in Error fix to remove all tags and data type and presence validation #91)
- TagsController > TagsStoreRequest (done in Implement Tag Store Validations Through Existing TagUpdateRequest #167 )
- TagsController > TagsSearchRequest (also maybe convert to LiveWire later)
- ProfilesController > ProfileSearchRequest (see Sentry PROFILES-4X, done in Add ProfileSearchRequest #176 )
- ProfilesController > ProfileShowRequest
- SchoolsController > SchoolUpdateRequest
- SettingsController > SettingsUpdateRequest
- SettingsController > ImageUpdateRequest
- LogsController > LogSearchRequest (although, this should probably be implemented as LiveWire instead)
- StudentsController > StudentStatusRequest
- StudentsController > StudentUpdateRequest
- UsersController > UserUpdateRequest
Metadata
Metadata
Assignees
Labels
🐘 phpPull requests that update Php codePull requests that update Php code🔒 securitySecurity-relatedSecurity-related