Same name and namespace in other branches
  1. 7.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).

1 use of UPDATE_NOT_SECURE
update_calculate_project_data in modules/update/update.compare.inc
Given the installed projects and the available release data retrieved from remote servers, calculate the current status.

File

modules/update/update.module, line 21
The "Update status" module checks for available updates of Drupal core and any installed contributed modules and themes. It warns site administrators if newer releases are available via the system status report (admin/reports/status), theā€¦

Code

define('UPDATE_NOT_SECURE', 1);