This file is indexed.

/usr/share/php/Symfony/Component/Security/Http/autoload.php is in php-symfony-security-http 3.4.6+dfsg-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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?php
// require:
require_once 'Symfony/Component/Security/Core/autoload.php';
require_once 'Symfony/Component/EventDispatcher/autoload.php';
require_once 'Symfony/Component/HttpFoundation/autoload.php';
require_once 'Symfony/Component/HttpKernel/autoload.php';
require_once 'Symfony/Polyfill/Php56/autoload.php';
require_once 'Symfony/Polyfill/Php70/autoload.php';
require_once 'Symfony/Component/PropertyAccess/autoload.php';

// suggest:
if (stream_resolve_include_path('Symfony/Component/Security/Csrf/autoload.php')){
    include_once 'Symfony/Component/Security/Csrf/autoload.php';
}
if (stream_resolve_include_path('Symfony/Component/Routing/autoload.php')){
    include_once 'Symfony/Component/Routing/autoload.php';
}

// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
// this is an autogenerated file - do not edit
spl_autoload_register(
    function($class) {
        static $classes = null;
        if ($classes === null) {
            $classes = array(
                'symfony\\component\\security\\http\\accessmap' => '/AccessMap.php',
                'symfony\\component\\security\\http\\accessmapinterface' => '/AccessMapInterface.php',
                'symfony\\component\\security\\http\\authentication\\authenticationfailurehandlerinterface' => '/Authentication/AuthenticationFailureHandlerInterface.php',
                'symfony\\component\\security\\http\\authentication\\authenticationsuccesshandlerinterface' => '/Authentication/AuthenticationSuccessHandlerInterface.php',
                'symfony\\component\\security\\http\\authentication\\authenticationutils' => '/Authentication/AuthenticationUtils.php',
                'symfony\\component\\security\\http\\authentication\\customauthenticationfailurehandler' => '/Authentication/CustomAuthenticationFailureHandler.php',
                'symfony\\component\\security\\http\\authentication\\customauthenticationsuccesshandler' => '/Authentication/CustomAuthenticationSuccessHandler.php',
                'symfony\\component\\security\\http\\authentication\\defaultauthenticationfailurehandler' => '/Authentication/DefaultAuthenticationFailureHandler.php',
                'symfony\\component\\security\\http\\authentication\\defaultauthenticationsuccesshandler' => '/Authentication/DefaultAuthenticationSuccessHandler.php',
                'symfony\\component\\security\\http\\authentication\\simpleauthenticationhandler' => '/Authentication/SimpleAuthenticationHandler.php',
                'symfony\\component\\security\\http\\authentication\\simpleformauthenticatorinterface' => '/Authentication/SimpleFormAuthenticatorInterface.php',
                'symfony\\component\\security\\http\\authentication\\simplepreauthenticatorinterface' => '/Authentication/SimplePreAuthenticatorInterface.php',
                'symfony\\component\\security\\http\\authorization\\accessdeniedhandlerinterface' => '/Authorization/AccessDeniedHandlerInterface.php',
                'symfony\\component\\security\\http\\entrypoint\\authenticationentrypointinterface' => '/EntryPoint/AuthenticationEntryPointInterface.php',
                'symfony\\component\\security\\http\\entrypoint\\basicauthenticationentrypoint' => '/EntryPoint/BasicAuthenticationEntryPoint.php',
                'symfony\\component\\security\\http\\entrypoint\\digestauthenticationentrypoint' => '/EntryPoint/DigestAuthenticationEntryPoint.php',
                'symfony\\component\\security\\http\\entrypoint\\formauthenticationentrypoint' => '/EntryPoint/FormAuthenticationEntryPoint.php',
                'symfony\\component\\security\\http\\entrypoint\\retryauthenticationentrypoint' => '/EntryPoint/RetryAuthenticationEntryPoint.php',
                'symfony\\component\\security\\http\\event\\interactiveloginevent' => '/Event/InteractiveLoginEvent.php',
                'symfony\\component\\security\\http\\event\\switchuserevent' => '/Event/SwitchUserEvent.php',
                'symfony\\component\\security\\http\\firewall' => '/Firewall.php',
                'symfony\\component\\security\\http\\firewall\\abstractauthenticationlistener' => '/Firewall/AbstractAuthenticationListener.php',
                'symfony\\component\\security\\http\\firewall\\abstractpreauthenticatedlistener' => '/Firewall/AbstractPreAuthenticatedListener.php',
                'symfony\\component\\security\\http\\firewall\\accesslistener' => '/Firewall/AccessListener.php',
                'symfony\\component\\security\\http\\firewall\\anonymousauthenticationlistener' => '/Firewall/AnonymousAuthenticationListener.php',
                'symfony\\component\\security\\http\\firewall\\basicauthenticationlistener' => '/Firewall/BasicAuthenticationListener.php',
                'symfony\\component\\security\\http\\firewall\\channellistener' => '/Firewall/ChannelListener.php',
                'symfony\\component\\security\\http\\firewall\\contextlistener' => '/Firewall/ContextListener.php',
                'symfony\\component\\security\\http\\firewall\\digestauthenticationlistener' => '/Firewall/DigestAuthenticationListener.php',
                'symfony\\component\\security\\http\\firewall\\digestdata' => '/Firewall/DigestAuthenticationListener.php',
                'symfony\\component\\security\\http\\firewall\\exceptionlistener' => '/Firewall/ExceptionListener.php',
                'symfony\\component\\security\\http\\firewall\\listenerinterface' => '/Firewall/ListenerInterface.php',
                'symfony\\component\\security\\http\\firewall\\logoutlistener' => '/Firewall/LogoutListener.php',
                'symfony\\component\\security\\http\\firewall\\remembermelistener' => '/Firewall/RememberMeListener.php',
                'symfony\\component\\security\\http\\firewall\\remoteuserauthenticationlistener' => '/Firewall/RemoteUserAuthenticationListener.php',
                'symfony\\component\\security\\http\\firewall\\simpleformauthenticationlistener' => '/Firewall/SimpleFormAuthenticationListener.php',
                'symfony\\component\\security\\http\\firewall\\simplepreauthenticationlistener' => '/Firewall/SimplePreAuthenticationListener.php',
                'symfony\\component\\security\\http\\firewall\\switchuserlistener' => '/Firewall/SwitchUserListener.php',
                'symfony\\component\\security\\http\\firewall\\usernamepasswordformauthenticationlistener' => '/Firewall/UsernamePasswordFormAuthenticationListener.php',
                'symfony\\component\\security\\http\\firewall\\usernamepasswordjsonauthenticationlistener' => '/Firewall/UsernamePasswordJsonAuthenticationListener.php',
                'symfony\\component\\security\\http\\firewall\\x509authenticationlistener' => '/Firewall/X509AuthenticationListener.php',
                'symfony\\component\\security\\http\\firewallmap' => '/FirewallMap.php',
                'symfony\\component\\security\\http\\firewallmapinterface' => '/FirewallMapInterface.php',
                'symfony\\component\\security\\http\\httputils' => '/HttpUtils.php',
                'symfony\\component\\security\\http\\logout\\cookieclearinglogouthandler' => '/Logout/CookieClearingLogoutHandler.php',
                'symfony\\component\\security\\http\\logout\\defaultlogoutsuccesshandler' => '/Logout/DefaultLogoutSuccessHandler.php',
                'symfony\\component\\security\\http\\logout\\logouthandlerinterface' => '/Logout/LogoutHandlerInterface.php',
                'symfony\\component\\security\\http\\logout\\logoutsuccesshandlerinterface' => '/Logout/LogoutSuccessHandlerInterface.php',
                'symfony\\component\\security\\http\\logout\\logouturlgenerator' => '/Logout/LogoutUrlGenerator.php',
                'symfony\\component\\security\\http\\logout\\sessionlogouthandler' => '/Logout/SessionLogoutHandler.php',
                'symfony\\component\\security\\http\\parameterbagutils' => '/ParameterBagUtils.php',
                'symfony\\component\\security\\http\\rememberme\\abstractremembermeservices' => '/RememberMe/AbstractRememberMeServices.php',
                'symfony\\component\\security\\http\\rememberme\\persistenttokenbasedremembermeservices' => '/RememberMe/PersistentTokenBasedRememberMeServices.php',
                'symfony\\component\\security\\http\\rememberme\\remembermeservicesinterface' => '/RememberMe/RememberMeServicesInterface.php',
                'symfony\\component\\security\\http\\rememberme\\responselistener' => '/RememberMe/ResponseListener.php',
                'symfony\\component\\security\\http\\rememberme\\tokenbasedremembermeservices' => '/RememberMe/TokenBasedRememberMeServices.php',
                'symfony\\component\\security\\http\\securityevents' => '/SecurityEvents.php',
                'symfony\\component\\security\\http\\session\\sessionauthenticationstrategy' => '/Session/SessionAuthenticationStrategy.php',
                'symfony\\component\\security\\http\\session\\sessionauthenticationstrategyinterface' => '/Session/SessionAuthenticationStrategyInterface.php',
                'symfony\\component\\security\\http\\util\\targetpathtrait' => '/Util/TargetPathTrait.php'
            );
        }
        $cn = strtolower($class);
        if (isset($classes[$cn]) and file_exists(__DIR__ . $classes[$cn])) {
            require __DIR__ . $classes[$cn];
        }
    }
);
// @codeCoverageIgnoreEnd