This file is indexed.

/usr/share/chef-server-webui/app/views/cookbooks/_cookbook_content.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
- unless @manifest[cookbook_part].empty?
  %h4.head= link_to(cookbook_part, "JavaScript:void(0);")
  .files
    - @manifest[cookbook_part].each do |f|
      .head= link_to(File.basename(f["name"]), "JavaScript:void(0);")
      .code
        %pre.ruby= highlight_content(f["url"], type)