This file is indexed.

/usr/share/koji-web/scripts/includes/footer.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
#from kojiweb import util
        </div>

        <p id="footer">
          Copyright &copy; 2006-2014 Red Hat, Inc.
          <a href="https://fedorahosted.org/koji/"><img src="$util.themePath('images/powered-by-koji.png')" alt="Powered By Koji" id="PoweredByKojiLogo"/></a>
        </p>

#set $localfooterpath=$util.themePath("extra-footer.html", local=True)
#if os.path.exists($localfooterpath)
#if $literalFooter
#set $localfooter="".join(open($localfooterpath).readlines())
#$localfooter
#else
#include $localfooterpath
#end if
#end if

      </div>
    </div>

  </body>
</html>