This file is indexed.

/usr/share/chef-server-webui/app/views/search_entries/index.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
- @entries.each do |result|
  .search_result
    %h3= "#{h result[:index_name]} (#{h result[:id]})"
    %table
      - result.each do |k, v|
        %tr.attr_group
          %td.attr_name= k
          %td.attr_value= v.kind_of?(Array) ? v.join(",") : v