This file is indexed.

/etc/gforge/plugins/scmsvn/viewcvs/templates/include/sort.ezt is in fusionforge-plugin-scmsvn 5.1.1-2.

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
<hr noshade>
<a name=logsort></a>
<form method=get action="[logsort_action]">
  [logsort_hidden_values]
  Sort log by:
  <select name="logsort" onchange="submit()">
    <option value="cvs" [is logsort "cvs"]selected[end]>Not sorted</option>
    <option value="date" [is logsort "date"]selected[end]>Commit date</option>
    <option value="rev" [is logsort "rev"]selected[end]>Revision</option>
  </select>
  <input type=submit value="  Sort  ">
</form>