gagataiga / Phone-Review-App

legacy project
MIT License
1 stars 1 forks source link

api: server does not correctly validate provider_id when posting review #32

Closed kappanjoe closed 1 year ago

kappanjoe commented 1 year ago

When submitting a review, the server is not properly validating the provider_id value of the request - it currently checks if it is an empty string but it should check that it is an integer.