![]() |
TYPO3
7.6
|
Public Member Functions | |
getStatus () | |
Protected Member Functions | |
getInstallToolPasswordStatus () | |
getInstallToolProtectionStatus () | |
executeAdminCommand () | |
Provides an status report of the security of the install tool
Definition at line 26 of file SecurityStatusReport.php.
|
protected |
Executes commands like removing the Install Tool enable file.
Definition at line 115 of file SecurityStatusReport.php.
References GeneralUtility\_GET(), and EnableFileService\removeInstallToolEnableFile().
Referenced by SecurityStatusReport\getStatus().
|
protected |
Checks whether the Install Tool password is set to its default value.
Definition at line 48 of file SecurityStatusReport.php.
References $GLOBALS, elseif, Status\ERROR, GeneralUtility\makeInstance(), and Status\OK.
Referenced by SecurityStatusReport\getStatus().
|
protected |
Checks for the existence of the ENABLE_INSTALL_TOOL file.
Definition at line 77 of file SecurityStatusReport.php.
References $GLOBALS, GeneralUtility\getIndpEnv(), EnableFileService\INSTALL_TOOL_ENABLE_FILE_LIFETIME, EnableFileService\INSTALL_TOOL_ENABLE_FILE_PATH, EnableFileService\installToolEnableFileExists(), EnableFileService\installToolEnableFileLifetimeExpired(), EnableFileService\isInstallToolEnableFilePermanent(), GeneralUtility\makeInstance(), Status\NOTICE, Status\OK, EnableFileService\removeInstallToolEnableFile(), and Status\WARNING.
Referenced by SecurityStatusReport\getStatus().
getStatus | ( | ) |
Compiles a collection of system status checks as a status report.
Implements StatusProviderInterface.
Definition at line 33 of file SecurityStatusReport.php.
References SecurityStatusReport\executeAdminCommand(), SecurityStatusReport\getInstallToolPasswordStatus(), and SecurityStatusReport\getInstallToolProtectionStatus().