This file is indexed.

/usr/share/php/Symfony/Component/Form/Resources/config/validation.xml is in php-symfony-form 2.3.21+dfsg-4+deb8u3.

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

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

  <class name="Symfony\Component\Form\Form">
    <constraint name="Symfony\Component\Form\Extension\Validator\Constraints\Form" />
    <property name="children">
        <constraint name="Valid" />
    </property>
  </class>
</constraint-mapping>