#
998ecc69 |
| 12-Dec-2010 |
Felipe Pena |
- Added list of security developers - Changed bugs_authenticate function new prototype: (&$user, &$pw, &$logged_in, &$user_flags) $user_flags: define('BUGS_NORMAL_USER', 1<<
- Added list of security developers - Changed bugs_authenticate function new prototype: (&$user, &$pw, &$logged_in, &$user_flags) $user_flags: define('BUGS_NORMAL_USER', 1<<0); define('BUGS_DEV_USER', 1<<1); define('BUGS_TRUSTED_DEV', 1<<2); define('BUGS_SECURITY_DEV', 1<<3);
show more ...
|
#
3f640e56 |
| 15-Nov-2010 |
Felipe Pena |
- Added field to CVE-ID - Added support to private report (When setting the package name to 'Security related', it will turns automatically a private report) private report: Only t
- Added field to CVE-ID - Added support to private report (When setting the package name to 'Security related', it will turns automatically a private report) private report: Only the original reporter and people behind security@php will can see/edit/comment it. When the report is ok to be public, anyone from security@php can turn it public. # Initial commit... :P
show more ...
|