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

Better to avoid PHP native unserialize calls #3

Open
mudrd8mz opened this issue Apr 27, 2020 · 0 comments
Open

Better to avoid PHP native unserialize calls #3

mudrd8mz opened this issue Apr 27, 2020 · 0 comments

Comments

@mudrd8mz
Copy link

There are security risks of using the PHP's native unserialize() and it is generally recommended to use other methods - https://www.php.net/manual/en/function.unserialize.php

See https://owasp.org/www-community/vulnerabilities/PHP_Object_Injection for more details.

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