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
This fixes the SQL problem `SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'path'` when user attempt to access very long URL path or some vulnerability scanner (e.g. Qualys PCI DSS scanner).
Steps to reproduce:
1. Go to your app URL.
2. Enter very long path that exceeds 255 characters.
3. An SQL error will appear on logs and page will return 5xx error instead of 404.
Example error log (executed by Qualys VAPT)

0 commit comments