This file is indexed.

/usr/share/koji-web/scripts/error.chtml is in koji-servers 1.10.0-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
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#from kojiweb import util

#include "includes/header.chtml"

  <h4>Error</h4>

<div>
$util.escapeHTML($explanation)
</div>

#if $debug_level >= 1
<div>
#else
<div style="visibility: hidden">
#end if
$util.escapeHTML($tb_short)
</div>

#if $debug_level >= 2
<div>
#else
<div style="visibility: hidden">
#end if
<pre>
#echo $util.escapeHTML($tb_long)
</pre>
</div>

#include "includes/footer.chtml"