#
b641a2a4 |
| 11-Apr-2011 |
Felipe Pena |
- Added submit button to dev tab when the bug is private
|
#
59a1e971 |
| 27-Feb-2011 |
Felipe Pena |
- Changed link to CVE info page
|
#
2655d0c5 |
| 12-Dec-2010 |
Felipe Pena |
- Fix block_user_comment disable option
|
#
be3d99cb |
| 12-Dec-2010 |
Felipe Pena |
- Allow trusted dev to have security dev access
|
#
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 ...
|
#
0e7e9ad6 |
| 08-Dec-2010 |
Felipe Pena |
- Added bugs_has_access() function to simplify the user access check to bug data
|
#
a740465a |
| 08-Dec-2010 |
Felipe Pena |
- Allow assigned dev (non-trusted-dev) to see and post in the report - Hide the CVE-ID field to non-trusted-dev
|
#
5bec6592 |
| 19-Nov-2010 |
Felipe Pena |
- Added "Security" bug type to control Security bug instead of a package name
|
#
f9d5ed87 |
| 18-Nov-2010 |
Felipe Pena |
- Just show the vote form when the bug info can be presented...
|
#
7db3a008 |
| 18-Nov-2010 |
Felipe Pena |
- Clean up and fixes
|
#
1cb99d32 |
| 18-Nov-2010 |
Felipe Pena |
- Show the bug information when $edit is not set
|
#
db9af120 |
| 18-Nov-2010 |
Felipe Pena |
- Hide the "add comment" menu item to private bugs
|
#
e84664d3 |
| 18-Nov-2010 |
Felipe Pena |
- Clean up
|
#
1cca8d03 |
| 17-Nov-2010 |
Felipe Pena |
- Show bug info when the reporter log in
|
#
186ca748 |
| 16-Nov-2010 |
Felipe Pena |
- Added link to vuln summary on nist.gov
|
#
0553fdfb |
| 16-Nov-2010 |
Felipe Pena |
- Added missing line
|
#
67678d0a |
| 15-Nov-2010 |
Felipe Pena |
- Let try another background color, and improve this error message
|
#
db073c63 |
| 15-Nov-2010 |
Felipe Pena |
- Hidden original report when suitable
|
#
b3eb27a2 |
| 15-Nov-2010 |
Felipe Pena |
- Added error message to when trying to mark a non Security related bug as private
|
#
578e7e46 |
| 15-Nov-2010 |
Felipe Pena |
- Just turn private the bug marked to "Security related" when it was not Closed
|
#
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 ...
|
#
c0278c07 |
| 01-Sep-2010 |
Philip Olson |
Hide and disallow comments to bugs with status = Spam, yet still allow logged in developers to edit the bugs. Likely needs tweaking.
|
#
6be6d9e5 |
| 26-Jul-2010 |
Felipe Pena |
- Fixed missing checked="checked" for bug marked to do not receive user comment
|
#
fde675c5 |
| 25-Jul-2010 |
Felipe Pena |
- Errr, fix sql
|
#
645612d4 |
| 25-Jul-2010 |
Felipe Pena |
- Fix typo (argh!)
|