This file is indexed.

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