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

Add phpinfo() to dangerous calls config #255

Merged
merged 1 commit into from
Apr 21, 2024
Merged

Add phpinfo() to dangerous calls config #255

merged 1 commit into from
Apr 21, 2024

Conversation

spaze
Copy link
Owner

@spaze spaze commented Apr 21, 2024

See

for reasons why (phpinfo() echoes cookie values like the session id, which may then be stolen with XSS for example, bypassing HttpOnly cookie flag), and use https://github.com/spaze/phpinfo instead of just calling phpinfo().

@spaze spaze merged commit 6d5ce7e into main Apr 21, 2024
74 checks passed
@spaze spaze deleted the spaze/phpinfo branch April 21, 2024 02:16
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

Successfully merging this pull request may close these issues.

None yet

1 participant