constant UPDATE_NOT_SECURE

Project is missing security update(s).

8 uses of UPDATE_NOT_SECURE
theme_update_report in drupal/modules/update/update.report.inc
Returns HTML for the project status report.
theme_update_status_label in drupal/modules/update/update.report.inc
Returns HTML for a label to display for a project's update status.
UpdateTestContribCase::testHookUpdateStatusAlter in drupal/modules/update/update.test
Checks that hook_update_status_alter() works to change a status.
update_calculate_project_update_status in drupal/modules/update/update.compare.inc
Calculates the current update status of a specific project.
update_init in drupal/modules/update/update.module
Implements hook_init().

... See full list

File

drupal/modules/update/update.module, line 24
Handles updates of Drupal core and contributed projects.

Code

define('UPDATE_NOT_SECURE', 1);