AdminPermissions |
class |
Drupal\security_review\Checks |
src/Checks/AdminPermissions.php |
Checks whether untrusted roles have restricted permissions. |
|
1 |
|
Check |
abstract class |
Drupal\security_review |
src/Check.php |
Defines a security check. |
14 |
16 |
|
Checklist |
class |
Drupal\security_review |
src/Checklist.php |
Contains static functions for handling checks throughout every module. |
|
8 |
2 |
ChecklistController |
class |
Drupal\security_review\Controller |
src/Controller/ChecklistController.php |
The class of the 'Run & Review' page's controller. |
|
|
|
ChecklistTest |
class |
Drupal\Tests\security_review\Kernel |
tests/src/Kernel/ChecklistTest.php |
Contains test for Checklist. |
|
|
|
ChecklistWebTest |
class |
Drupal\Tests\security_review\Functional |
tests/src/Functional/ChecklistWebTest.php |
Contains tests related to the SecurityReview class. |
|
|
|
CheckResult |
class |
Drupal\security_review |
src/CheckResult.php |
Used to define the result of a Check. |
|
20 |
|
CheckSettings |
class |
Drupal\security_review |
src/CheckSettings.php |
Defines the default implementation of CheckSettingsInterface. |
1 |
1 |
|
CheckSettingsInterface |
interface |
Drupal\security_review |
src/CheckSettingsInterface.php |
Interface for check-specific settings and forms for altering them. |
1 |
|
|
CheckTest |
class |
Drupal\Tests\security_review\Kernel |
tests/src/Kernel/CheckTest.php |
Contains tests for Checks. |
|
|
|
CheckWebTest |
class |
Drupal\Tests\security_review\Functional |
tests/src/Functional/CheckWebTest.php |
Contains tests for Check that don't suffice with KernelTestBase. |
|
|
|
ErrorReporting |
class |
Drupal\security_review\Checks |
src/Checks/ErrorReporting.php |
Defines a security check that checks the error reporting setting. |
|
1 |
|
ExecutablePhp |
class |
Drupal\security_review\Checks |
src/Checks/ExecutablePhp.php |
Checks if PHP files written to the files directory can be executed. |
|
1 |
|
FailedLogins |
class |
Drupal\security_review\Checks |
src/Checks/FailedLogins.php |
Checks for abundant failed logins. |
|
1 |
|
Field |
class |
Drupal\security_review\Checks |
src/Checks/Field.php |
Checks for Javascript and PHP in submitted content. |
|
1 |
|
FilePermissions |
class |
Drupal\security_review\Checks |
src/Checks/FilePermissions.php |
Check that files aren't writeable by the server. |
|
1 |
|
HelpController |
class |
Drupal\security_review\Controller |
src/Controller/HelpController.php |
The class of the Help pages' controller. |
|
|
|
InputFormats |
class |
Drupal\security_review\Checks |
src/Checks/InputFormats.php |
Checks for vulnerabilities related to input formats. |
|
1 |
|
PrivateFiles |
class |
Drupal\security_review\Checks |
src/Checks/PrivateFiles.php |
Checks whether the private files' directory is under the web root. |
|
1 |
|
QueryErrors |
class |
Drupal\security_review\Checks |
src/Checks/QueryErrors.php |
Checks for abundant query errors. |
|
1 |
|
RunForm |
class |
Drupal\security_review\Form |
src/Form/RunForm.php |
Provides implementation for the Run form. |
|
|
|
Security |
class |
Drupal\security_review |
src/Security.php |
Provides frequently used security-related data. |
|
1 |
2 |
SecurityReview |
class |
Drupal\security_review |
src/SecurityReview.php |
A class containing static methods regarding the module's configuration. |
|
4 |
2 |
SecurityReviewCommands |
class |
Drupal\security_review\Commands |
src/Commands/SecurityReviewCommands.php |
Class SecurityReviewCommands. |
|
|
2 |
SecurityReviewTest |
class |
Drupal\Tests\security_review\Kernel |
tests/src/Kernel/SecurityReviewTest.php |
Contains tests related to the SecurityReview class. |
|
|
|
SettingsForm |
class |
Drupal\security_review\Form |
src/Form/SettingsForm.php |
Settings page for Security Review. |
|
|
1 |
TemporaryFiles |
class |
Drupal\security_review\Checks |
src/Checks/TemporaryFiles.php |
Check for sensitive temporary files like settings.php~. |
|
1 |
|
Test |
class |
Drupal\security_review_test |
tests/modules/security_review_test/src/Test.php |
A test security check for testing extensibility. |
1 |
1 |
|
TestNoStore |
class |
Drupal\security_review_test |
tests/modules/security_review_test/src/TestNoStore.php |
A test security check for testing extensibility. |
|
1 |
|
ToggleController |
class |
Drupal\security_review\Controller |
src/Controller/ToggleController.php |
Responsible for handling the toggle links on the Run & Review page. |
|
|
|
TrustedHosts |
class |
Drupal\security_review\Checks |
src/Checks/TrustedHosts.php |
Checks for base_url and trusted_host_patterns settings in settings.php. |
|
1 |
|
TrustedHostSettings |
class |
Drupal\security_review\CheckSettings |
src/CheckSettings/TrustedHostSettings.php |
Provides the settings form for the TrustedHosts check. |
|
1 |
|
UploadExtensions |
class |
Drupal\security_review\Checks |
src/Checks/UploadExtensions.php |
Checks for unsafe extensions in the allowed extensions settings of fields. |
|
1 |
|
ViewsAccess |
class |
Drupal\security_review\Checks |
src/Checks/ViewsAccess.php |
Checks for Views that do not check access. |
|
1 |
|