Lines Matching refs:security
7 * branch's active support and security fix EOLs, these can be reflected here.
11 * - security: the end of security support (usually release + 3 years).
18 'security' => '2000-10-20',
22 'security' => '2014-08-14',
26 'security' => '2015-09-03',
30 'security' => '2016-07-21',
34 'security' => '2018-12-31',
38 'security' => '2019-01-10',
329 if (isset($GLOBALS['BRANCHES'][$branch]['security'])) {
330 return new DateTime($GLOBALS['BRANCHES'][$branch]['security']);
364 $security = get_branch_security_eol_date($branch);
366 if ($initial && $bug && $security) {
369 if ($now >= $security) {
374 return 'security';