This file is indexed.

/usr/share/chef-server-webui/app/views/databag_items/_form.html.haml is in chef-server-webui 10.12.0+dfsg-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
.content
  .inner
    %div.group.form
      %label.label Data
    %div.group.form{:style => "position:relative;"}
      %label.label Attributes 
      = partial 'layout/jsonedit', :json =>@default_data.to_json


    = form(:action => form_url, :method => :post, :id => form_id, :class => 'form') do
      %div.group
        .actions-bar
          .actions= submit submit_name, :id => submit_id, :class => 'button'