Skip to content

Commit

Permalink
Merge pull request #23 from SOFware/autofix/alert-1-3eaa6edc4c
Browse files Browse the repository at this point in the history
Fix code scanning alert no. 1: CSRF protection not enabled
  • Loading branch information
saturnflyer authored Sep 24, 2024
2 parents a0053b0 + 109f387 commit 11597d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/dummy/app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
class ApplicationController < ActionController::Base
protect_from_forgery with: :exception
end

0 comments on commit 11597d5

Please sign in to comment.