Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid characters on url throw a 500 #1287

Open
kurbanatabinen opened this issue Oct 16, 2024 · 0 comments
Open

Invalid characters on url throw a 500 #1287

kurbanatabinen opened this issue Oct 16, 2024 · 0 comments

Comments

@kurbanatabinen
Copy link

Hello :)

In some case, if there is a %0A in url, fat free throw a 500.

Exemple :

GET /api/users%0A

Return : ERROR 500: Invalid class \apis\users

The trace :

[vendor/bcosca/fatfree-core/base.php:1401] Base->call()
[vendor/bcosca/fatfree-core/base.php:2388] Base->error()
[vendor/bcosca/fatfree-core/base.php:1922] user_error()
[vendor/bcosca/fatfree-core/base.php:1966] Base->grab()
[vendor/bcosca/fatfree-core/base.php:1793] Base->call()
Base->run()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant