Same name and namespace in other branches
  1. 6.x modules/update/update.module \UPDATE_NOT_SECURE
  2. 8.9.x core/modules/update/update.module \UPDATE_NOT_SECURE

Project is missing security update(s).

4 uses of UPDATE_NOT_SECURE
UpdateTestContribCase::testHookUpdateStatusAlter in modules/update/update.test
Checks that hook_update_status_alter() works to change a status.
update_calculate_project_update_status in modules/update/update.compare.inc
Calculates the current update status of a specific project.
update_init in modules/update/update.module
Implements hook_init().
_update_message_text in modules/update/update.module
Returns the appropriate message text when site is out of date or not secure.

File

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

Code

define('UPDATE_NOT_SECURE', 1);