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

CSRF prevention #1

Open
berdario opened this issue Apr 5, 2016 · 0 comments
Open

CSRF prevention #1

berdario opened this issue Apr 5, 2016 · 0 comments

Comments

@berdario
Copy link

berdario commented Apr 5, 2016

I'm new to Grails, but I'm not surprised to discover that formRemote has been removed from Grails3, since it's by-default vulnerable to CSRF due to the lack of support for useToken (and all requests go through POST by default, it they were going through GET at least there could've been the assumption that the request wouldn't modify data on the backend).

See also this SO question

Is this library still maintaned and thus can a fix be expected? Or does this exists only to assuage porting of Grails2 apps to Grails3, and thus people should migrate away from formRemote asap?

Thank you

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