This file is indexed.

/usr/share/php/Symfony/Component/Security/Core/autoload.php is in php-symfony-security-core 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
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<?php
// require:
require_once 'Symfony/Polyfill/Php56/autoload.php';

// suggest:
if (stream_resolve_include_path('Psr/Container/autoload.php')){
    include_once 'Psr/Container/autoload.php';
}
if (stream_resolve_include_path('Symfony/Component/EventDispatcher/autoload.php')){
    include_once 'Symfony/Component/EventDispatcher/autoload.php';
}
if (stream_resolve_include_path('Symfony/Component/HttpFoundation/autoload.php')){
    include_once 'Symfony/Component/HttpFoundation/autoload.php';
}
if (stream_resolve_include_path('Symfony/Component/Validator/autoload.php')){
    include_once 'Symfony/Component/Validator/autoload.php';
}
if (stream_resolve_include_path('Symfony/Component/ExpressionLanguage/autoload.php')){
    include_once 'Symfony/Component/ExpressionLanguage/autoload.php';
}
if (stream_resolve_include_path('Symfony/Component/Ldap/autoload.php')){
    include_once 'Symfony/Component/Ldap/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\\core\\authentication\\authenticationmanagerinterface' => '/Authentication/AuthenticationManagerInterface.php',
                'symfony\\component\\security\\core\\authentication\\authenticationprovidermanager' => '/Authentication/AuthenticationProviderManager.php',
                'symfony\\component\\security\\core\\authentication\\authenticationtrustresolver' => '/Authentication/AuthenticationTrustResolver.php',
                'symfony\\component\\security\\core\\authentication\\authenticationtrustresolverinterface' => '/Authentication/AuthenticationTrustResolverInterface.php',
                'symfony\\component\\security\\core\\authentication\\provider\\anonymousauthenticationprovider' => '/Authentication/Provider/AnonymousAuthenticationProvider.php',
                'symfony\\component\\security\\core\\authentication\\provider\\authenticationproviderinterface' => '/Authentication/Provider/AuthenticationProviderInterface.php',
                'symfony\\component\\security\\core\\authentication\\provider\\daoauthenticationprovider' => '/Authentication/Provider/DaoAuthenticationProvider.php',
                'symfony\\component\\security\\core\\authentication\\provider\\ldapbindauthenticationprovider' => '/Authentication/Provider/LdapBindAuthenticationProvider.php',
                'symfony\\component\\security\\core\\authentication\\provider\\preauthenticatedauthenticationprovider' => '/Authentication/Provider/PreAuthenticatedAuthenticationProvider.php',
                'symfony\\component\\security\\core\\authentication\\provider\\remembermeauthenticationprovider' => '/Authentication/Provider/RememberMeAuthenticationProvider.php',
                'symfony\\component\\security\\core\\authentication\\provider\\simpleauthenticationprovider' => '/Authentication/Provider/SimpleAuthenticationProvider.php',
                'symfony\\component\\security\\core\\authentication\\provider\\userauthenticationprovider' => '/Authentication/Provider/UserAuthenticationProvider.php',
                'symfony\\component\\security\\core\\authentication\\rememberme\\inmemorytokenprovider' => '/Authentication/RememberMe/InMemoryTokenProvider.php',
                'symfony\\component\\security\\core\\authentication\\rememberme\\persistenttoken' => '/Authentication/RememberMe/PersistentToken.php',
                'symfony\\component\\security\\core\\authentication\\rememberme\\persistenttokeninterface' => '/Authentication/RememberMe/PersistentTokenInterface.php',
                'symfony\\component\\security\\core\\authentication\\rememberme\\tokenproviderinterface' => '/Authentication/RememberMe/TokenProviderInterface.php',
                'symfony\\component\\security\\core\\authentication\\simpleauthenticatorinterface' => '/Authentication/SimpleAuthenticatorInterface.php',
                'symfony\\component\\security\\core\\authentication\\token\\abstracttoken' => '/Authentication/Token/AbstractToken.php',
                'symfony\\component\\security\\core\\authentication\\token\\anonymoustoken' => '/Authentication/Token/AnonymousToken.php',
                'symfony\\component\\security\\core\\authentication\\token\\preauthenticatedtoken' => '/Authentication/Token/PreAuthenticatedToken.php',
                'symfony\\component\\security\\core\\authentication\\token\\remembermetoken' => '/Authentication/Token/RememberMeToken.php',
                'symfony\\component\\security\\core\\authentication\\token\\storage\\tokenstorage' => '/Authentication/Token/Storage/TokenStorage.php',
                'symfony\\component\\security\\core\\authentication\\token\\storage\\tokenstorageinterface' => '/Authentication/Token/Storage/TokenStorageInterface.php',
                'symfony\\component\\security\\core\\authentication\\token\\tokeninterface' => '/Authentication/Token/TokenInterface.php',
                'symfony\\component\\security\\core\\authentication\\token\\usernamepasswordtoken' => '/Authentication/Token/UsernamePasswordToken.php',
                'symfony\\component\\security\\core\\authenticationevents' => '/AuthenticationEvents.php',
                'symfony\\component\\security\\core\\authorization\\accessdecisionmanager' => '/Authorization/AccessDecisionManager.php',
                'symfony\\component\\security\\core\\authorization\\accessdecisionmanagerinterface' => '/Authorization/AccessDecisionManagerInterface.php',
                'symfony\\component\\security\\core\\authorization\\authorizationchecker' => '/Authorization/AuthorizationChecker.php',
                'symfony\\component\\security\\core\\authorization\\authorizationcheckerinterface' => '/Authorization/AuthorizationCheckerInterface.php',
                'symfony\\component\\security\\core\\authorization\\debugaccessdecisionmanager' => '/Authorization/DebugAccessDecisionManager.php',
                'symfony\\component\\security\\core\\authorization\\expressionlanguage' => '/Authorization/ExpressionLanguage.php',
                'symfony\\component\\security\\core\\authorization\\expressionlanguageprovider' => '/Authorization/ExpressionLanguageProvider.php',
                'symfony\\component\\security\\core\\authorization\\traceableaccessdecisionmanager' => '/Authorization/TraceableAccessDecisionManager.php',
                'symfony\\component\\security\\core\\authorization\\voter\\authenticatedvoter' => '/Authorization/Voter/AuthenticatedVoter.php',
                'symfony\\component\\security\\core\\authorization\\voter\\expressionvoter' => '/Authorization/Voter/ExpressionVoter.php',
                'symfony\\component\\security\\core\\authorization\\voter\\rolehierarchyvoter' => '/Authorization/Voter/RoleHierarchyVoter.php',
                'symfony\\component\\security\\core\\authorization\\voter\\rolevoter' => '/Authorization/Voter/RoleVoter.php',
                'symfony\\component\\security\\core\\authorization\\voter\\voter' => '/Authorization/Voter/Voter.php',
                'symfony\\component\\security\\core\\authorization\\voter\\voterinterface' => '/Authorization/Voter/VoterInterface.php',
                'symfony\\component\\security\\core\\encoder\\argon2ipasswordencoder' => '/Encoder/Argon2iPasswordEncoder.php',
                'symfony\\component\\security\\core\\encoder\\basepasswordencoder' => '/Encoder/BasePasswordEncoder.php',
                'symfony\\component\\security\\core\\encoder\\bcryptpasswordencoder' => '/Encoder/BCryptPasswordEncoder.php',
                'symfony\\component\\security\\core\\encoder\\encoderawareinterface' => '/Encoder/EncoderAwareInterface.php',
                'symfony\\component\\security\\core\\encoder\\encoderfactory' => '/Encoder/EncoderFactory.php',
                'symfony\\component\\security\\core\\encoder\\encoderfactoryinterface' => '/Encoder/EncoderFactoryInterface.php',
                'symfony\\component\\security\\core\\encoder\\messagedigestpasswordencoder' => '/Encoder/MessageDigestPasswordEncoder.php',
                'symfony\\component\\security\\core\\encoder\\passwordencoderinterface' => '/Encoder/PasswordEncoderInterface.php',
                'symfony\\component\\security\\core\\encoder\\pbkdf2passwordencoder' => '/Encoder/Pbkdf2PasswordEncoder.php',
                'symfony\\component\\security\\core\\encoder\\plaintextpasswordencoder' => '/Encoder/PlaintextPasswordEncoder.php',
                'symfony\\component\\security\\core\\encoder\\selfsaltingencoderinterface' => '/Encoder/SelfSaltingEncoderInterface.php',
                'symfony\\component\\security\\core\\encoder\\userpasswordencoder' => '/Encoder/UserPasswordEncoder.php',
                'symfony\\component\\security\\core\\encoder\\userpasswordencoderinterface' => '/Encoder/UserPasswordEncoderInterface.php',
                'symfony\\component\\security\\core\\event\\authenticationevent' => '/Event/AuthenticationEvent.php',
                'symfony\\component\\security\\core\\event\\authenticationfailureevent' => '/Event/AuthenticationFailureEvent.php',
                'symfony\\component\\security\\core\\exception\\accessdeniedexception' => '/Exception/AccessDeniedException.php',
                'symfony\\component\\security\\core\\exception\\accountexpiredexception' => '/Exception/AccountExpiredException.php',
                'symfony\\component\\security\\core\\exception\\accountstatusexception' => '/Exception/AccountStatusException.php',
                'symfony\\component\\security\\core\\exception\\authenticationcredentialsnotfoundexception' => '/Exception/AuthenticationCredentialsNotFoundException.php',
                'symfony\\component\\security\\core\\exception\\authenticationexception' => '/Exception/AuthenticationException.php',
                'symfony\\component\\security\\core\\exception\\authenticationexpiredexception' => '/Exception/AuthenticationExpiredException.php',
                'symfony\\component\\security\\core\\exception\\authenticationserviceexception' => '/Exception/AuthenticationServiceException.php',
                'symfony\\component\\security\\core\\exception\\badcredentialsexception' => '/Exception/BadCredentialsException.php',
                'symfony\\component\\security\\core\\exception\\cookietheftexception' => '/Exception/CookieTheftException.php',
                'symfony\\component\\security\\core\\exception\\credentialsexpiredexception' => '/Exception/CredentialsExpiredException.php',
                'symfony\\component\\security\\core\\exception\\customusermessageauthenticationexception' => '/Exception/CustomUserMessageAuthenticationException.php',
                'symfony\\component\\security\\core\\exception\\disabledexception' => '/Exception/DisabledException.php',
                'symfony\\component\\security\\core\\exception\\exceptioninterface' => '/Exception/ExceptionInterface.php',
                'symfony\\component\\security\\core\\exception\\insufficientauthenticationexception' => '/Exception/InsufficientAuthenticationException.php',
                'symfony\\component\\security\\core\\exception\\invalidargumentexception' => '/Exception/InvalidArgumentException.php',
                'symfony\\component\\security\\core\\exception\\invalidcsrftokenexception' => '/Exception/InvalidCsrfTokenException.php',
                'symfony\\component\\security\\core\\exception\\lockedexception' => '/Exception/LockedException.php',
                'symfony\\component\\security\\core\\exception\\logicexception' => '/Exception/LogicException.php',
                'symfony\\component\\security\\core\\exception\\logoutexception' => '/Exception/LogoutException.php',
                'symfony\\component\\security\\core\\exception\\nonceexpiredexception' => '/Exception/NonceExpiredException.php',
                'symfony\\component\\security\\core\\exception\\providernotfoundexception' => '/Exception/ProviderNotFoundException.php',
                'symfony\\component\\security\\core\\exception\\runtimeexception' => '/Exception/RuntimeException.php',
                'symfony\\component\\security\\core\\exception\\sessionunavailableexception' => '/Exception/SessionUnavailableException.php',
                'symfony\\component\\security\\core\\exception\\tokennotfoundexception' => '/Exception/TokenNotFoundException.php',
                'symfony\\component\\security\\core\\exception\\unsupporteduserexception' => '/Exception/UnsupportedUserException.php',
                'symfony\\component\\security\\core\\exception\\usernamenotfoundexception' => '/Exception/UsernameNotFoundException.php',
                'symfony\\component\\security\\core\\role\\role' => '/Role/Role.php',
                'symfony\\component\\security\\core\\role\\rolehierarchy' => '/Role/RoleHierarchy.php',
                'symfony\\component\\security\\core\\role\\rolehierarchyinterface' => '/Role/RoleHierarchyInterface.php',
                'symfony\\component\\security\\core\\role\\roleinterface' => '/Role/RoleInterface.php',
                'symfony\\component\\security\\core\\role\\switchuserrole' => '/Role/SwitchUserRole.php',
                'symfony\\component\\security\\core\\security' => '/Security.php',
                'symfony\\component\\security\\core\\user\\advanceduserinterface' => '/User/AdvancedUserInterface.php',
                'symfony\\component\\security\\core\\user\\chainuserprovider' => '/User/ChainUserProvider.php',
                'symfony\\component\\security\\core\\user\\equatableinterface' => '/User/EquatableInterface.php',
                'symfony\\component\\security\\core\\user\\inmemoryuserprovider' => '/User/InMemoryUserProvider.php',
                'symfony\\component\\security\\core\\user\\ldapuserprovider' => '/User/LdapUserProvider.php',
                'symfony\\component\\security\\core\\user\\user' => '/User/User.php',
                'symfony\\component\\security\\core\\user\\userchecker' => '/User/UserChecker.php',
                'symfony\\component\\security\\core\\user\\usercheckerinterface' => '/User/UserCheckerInterface.php',
                'symfony\\component\\security\\core\\user\\userinterface' => '/User/UserInterface.php',
                'symfony\\component\\security\\core\\user\\userproviderinterface' => '/User/UserProviderInterface.php',
                'symfony\\component\\security\\core\\validator\\constraints\\userpassword' => '/Validator/Constraints/UserPassword.php',
                'symfony\\component\\security\\core\\validator\\constraints\\userpasswordvalidator' => '/Validator/Constraints/UserPasswordValidator.php'
            );
        }
        $cn = strtolower($class);
        if (isset($classes[$cn]) and file_exists(__DIR__ . $classes[$cn])) {
            require __DIR__ . $classes[$cn];
        }
    }
);
// @codeCoverageIgnoreEnd