Files
archived-web-bugs/include/trusted-devs.php
2016-12-30 01:13:57 -08:00

73 lines
984 B
PHP

<?php
$trusted_developers = array(
'tony2001',
'derick',
'iliaa',
'jani',
'magnus',
'jacques',
'johannes',
'bjori',
'rasmus',
'philip',
'felipe',
'pajoye',
'laruence',
'zeev',
'pollita',
'kalle'
);
// Distro people (security related)
$security_distro_people = array(
'jorton', /* RH */
'huzaifas', /* RH */
'vdanen', /* RH */
'geissert', /* debian */
'ondrej', /* debian */
'oden', /* Mandriva */
'sbeattie', /* Ubuntu */
'remi', /* fedora */
'olemarkus', /* Gentoo */
);
$security_developers = array(
'felipe',
'rasmus',
'tony2001',
'johannes',
'derick',
'iliaa',
'andrei',
'pajoye',
'stas',
'zeev',
'wez',
'edink',
'shane',
'sas',
'ssb',
'helly',
'andi',
'scottmac',
'dmitry',
'cataphract',
'rrichards',
'chregu',
'dsp',
'jpauli',
'tyrael',
'ab',
'kaplan',
'davey',
'krakjoe',
'nikic',
'leigh',
'kalle',
'cmb'
);
$security_developers = array_merge($security_developers, $security_distro_people);