This file is indexed.

/usr/share/php/Symfony/Bundle/FrameworkBundle/Resources/config/translation_debug.xml is in php-symfony-framework-bundle 2.8.7+dfsg-1.3+deb9u1.

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
<?xml version="1.0" ?>

<container xmlns="http://symfony.com/schema/dic/services"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">

    <services>
        <!-- DataCollectorTranslator -->
        <service id="translator.data_collector" class="Symfony\Component\Translation\DataCollectorTranslator" public="false">
            <argument type="service" id="translator.data_collector.inner" />
        </service>

        <!-- DataCollector -->
        <service id="data_collector.translation" class="Symfony\Component\Translation\DataCollector\TranslationDataCollector">
            <tag name="data_collector" template="@WebProfiler/Collector/translation.html.twig" id="translation" priority="275" />
            <argument type="service" id="translator.data_collector" />
        </service>
    </services>
</container>