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

False positive of protect_from_forgery #202

Open
riffraff opened this issue May 23, 2016 · 1 comment
Open

False positive of protect_from_forgery #202

riffraff opened this issue May 23, 2016 · 1 comment

Comments

@riffraff
Copy link

this code

class ApplicationController < ActionController::Base
  protect_from_forgery with: :exception
end

results in a warning Owasp Ror CheatSheet: Cross Site Request Forgery check failed but unless I'm missing something, this is perfectly fine.

@thesp0nge thesp0nge added this to the v1-7-0 milestone May 23, 2016
@thesp0nge
Copy link
Owner

True to be told Owasp RoR Cheatsheet is pretty unmaintained. I think I'll remove either the checks or to make a new cheatsheet version

@thesp0nge thesp0nge removed this from the v1-7-0 milestone Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants