You are here

public function UploadExtensions::getTitle in Security Review 8

Returns the human-readable title of the check.

Return value

string Title of check.

Overrides Check::getTitle

File

src/Checks/UploadExtensions.php, line 27

Class

UploadExtensions
Checks for unsafe extensions in the allowed extensions settings of fields.

Namespace

Drupal\security_review\Checks

Code

public function getTitle() {
  return 'Allowed upload extensions';
}