Replies: 3 comments 3 replies
-
The error does make sense, in production that will be converted 500 error |
Beta Was this translation helpful? Give feedback.
-
It is a bit annoying though. I recognize this stacktrace from audits that we have to argue against some automated scanner that fired some garbage at an endpoint and triggered a 500. I remember this same array/string issue in the past except for user-agent on the sessions table. I could see this being handled in framework as clearly an array is not going to hash properly and should be treated as a failure. |
Beta Was this translation helpful? Give feedback.
-
We used to handle these cases with We were surprised to see laravel does not have filters for the request (phalcon php has these kind of filters/sanitizers that you can use just like you use the validators in laravel with the difference that they will not throw but return false or empty string or null). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Laravel Version
12.13
PHP Version
8.3
Database Driver & Version
No response
Description
Steps To Reproduce
Error in file: **/Illuminate/Routing/UrlGenerator.php** method **hasCorrectSignature()**
Beta Was this translation helpful? Give feedback.
All reactions