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

missing POST in password reset form #12744

Merged
merged 1 commit into from Apr 20, 2018
Merged

Conversation

felixjogris
Copy link
Contributor

Missing method="post" in password reset form might impose a security issue

@Findus23
Copy link
Member

I checked it and the form is submitted via JS as a POST request. And with disabled JS I am not able to access the password reset form.

But of course it doesn't hurt adding it in case something goes completely wrong and the form get's submitted.

@sgiehl
Copy link
Member

sgiehl commented Apr 20, 2018

IIRC we already had various (invalid) security reports regarding this missing post method. So let's simply add it to avoid such reports in the future.

@sgiehl sgiehl added the not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. label Apr 20, 2018
@sgiehl sgiehl merged commit ceaa0fc into matomo-org:3.x-dev Apr 20, 2018
InfinityVoid pushed a commit to InfinityVoid/matomo that referenced this pull request Oct 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants