Actions
Bug #13592
closedPartial ../overrides/foreman/activation_keys/_host_tab accessed outside of view paths
Description
This test fails on Rails 4.1.14.1, which indicates a partial is used outside of the known view paths. This is considered a security vulnerability in ActionView and is blocked. It will also be blocked in Rails 3.2.22.1 (due to be in 1.10-stable, #13372).
ActionView::Template::Error: Missing partial ../overrides/foreman/activation_keys/_host_tab with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :rabl]}. Searched in: * "/var/lib/workspace/workspace/test_katello_core/database/postgresql/ruby/2.2/slave/fast/foreman/app/views" * "/var/lib/workspace/workspace/test_katello_core/database/postgresql/ruby/2.2/slave/fast/plugin/app/views" * "/usr/local/rvm/gems/ruby-2.2.3@test_katello_core-1/gems/bastion-3.1.0/app/views" * "/usr/local/rvm/gems/ruby-2.2.3@test_katello_core-1/gems/foreman_docker-2.0.1/app/views" * "/usr/local/rvm/gems/ruby-2.2.3@test_katello_core-1/gems/foreman-tasks-0.7.12/app/views" * "/usr/local/rvm/gems/ruby-2.2.3@test_katello_core-1/gems/apipie-rails-0.3.5/app/views" app/views/hostgroups/new.html.erb:3:in `_0115ed2f2717a4ab9cd1abb2337960e6' app/controllers/concerns/application_shared.rb:13:in `set_timezone' app/models/concerns/foreman/thread_session.rb:32:in `clear_thread' /var/lib/workspace/workspace/test_katello_core/database/postgresql/ruby/2.2/slave/fast/plugin/test/controllers/foreman/hostgroups_controller_test.rb:16:in `test_new' (ActionView::Template::Error)
Updated by Dominic Cleal almost 9 years ago
- Blocks Bug #13372: Update Rails to 3.2.22.1 added
Updated by Dominic Cleal almost 9 years ago
- Blocks Feature #12873: Update Rails to 4.1.latest added
Updated by The Foreman Bot almost 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5771 added
Updated by David Davis almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|493548846babded2976bb2e0e7fae737b8a1294f.
Updated by Eric Helms almost 9 years ago
- Translation missing: en.field_release set to 86
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release changed from 86 to 150
Actions