Skip to content

Commit

Permalink
fix(dashboard): Fixes security vulnerability that allowed event_track…
Browse files Browse the repository at this point in the history
…ing role to access Dashboard (#215)
  • Loading branch information
cbaudouinjr authored May 16, 2020
1 parent 821789f commit 74a40ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/manage/dashboard_controller.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class Manage::DashboardController < Manage::ApplicationController
skip_before_action :require_admin_or_limited_admin
before_action :require_admin_or_limited_admin_or_event_tracking
before_action :require_admin_or_limited_admin

def index
end
Expand Down

0 comments on commit 74a40ad

Please sign in to comment.