Open monfresh opened 8 years ago
An issue for me too.
+1
+1
HI everyone, i'm having this issue as well..
one question, if we use Rails.application.config.session_store ActionDispatch::Session::CacheStore
this will have the same effect and will make the report to pass.. no?
In my app, I have
Rails.application.config.session_store :active_record_store
in myconfig/initializers/session_store.rb
, but dawnscanner still reported the Owasp Ror CheatSheet Session management issue.It looks like this is due to the attack_pattern only looking for
Application.config.session_store
and notRails.application.config.session_store