TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Install\Report\SecurityStatusReport Class Reference
Inheritance diagram for TYPO3\CMS\Install\Report\SecurityStatusReport:
TYPO3\CMS\Reports\StatusProviderInterface

Public Member Functions

 getStatus ()
 

Protected Member Functions

 getInstallToolPasswordStatus ()
 
 getInstallToolProtectionStatus ()
 
 executeAdminCommand ()
 

Detailed Description

Provides an status report of the security of the install tool

Definition at line 26 of file SecurityStatusReport.php.

Member Function Documentation

◆ executeAdminCommand()

TYPO3\CMS\Install\Report\SecurityStatusReport::executeAdminCommand ( )
protected

◆ getInstallToolPasswordStatus()

TYPO3\CMS\Install\Report\SecurityStatusReport::getInstallToolPasswordStatus ( )
protected

Checks whether the Install Tool password is set to its default value.

Returns
Status An object representing the security of the install tool password

Definition at line 48 of file SecurityStatusReport.php.

References $GLOBALS, TYPO3\CMS\Reports\Status\ERROR, TYPO3\CMS\Saltedpasswords\Salt\SaltFactory\getSaltingInstance(), TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance(), and TYPO3\CMS\Reports\Status\OK.

Referenced by TYPO3\CMS\Install\Report\SecurityStatusReport\getStatus().

◆ getInstallToolProtectionStatus()

◆ getStatus()

TYPO3\CMS\Install\Report\SecurityStatusReport::getStatus ( )