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

Fixing issue #256 - Open Redirect vulnerability #257

Merged
merged 2 commits into from
Mar 23, 2023
Merged

Conversation

voidz0r
Copy link
Contributor

@voidz0r voidz0r commented Mar 23, 2023

This fixes the above-mentioned vulnerability.

The "state" parameter should be intended as an anti XSRF mechanism and the application should check between the session-stored Anti XSRF token and the one provided in the state parameter passed during the authentication flow. This is not covered by this PR.

Note: this functionality is not tested and could break the existing test case so, please, change it accordingly.

@peppelinux
Copy link
Member

Thank you for this important contribution

@peppelinux peppelinux merged commit 8881b2b into italia:dev Mar 23, 2023
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

2 participants