View Issue Details

IDProjectCategoryView StatusLast Update
0007875mantisbtcustom fieldspublic2007-12-21 23:16
Reportervboctor Assigned Tovboctor  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version1.0.6 
Target Version1.1.0Fixed in Version1.1.0a3 
Summary0007875: Port 7774: custom fields not stored correctly in bug history
Description

the maximum field length for field names does not allow all custom field names to fit in, see this:

---------CUT---------
mysql> describe mantis_bug_history_table;
[...]
field_name | varchar(32) [...]
[...]
mysql> describe mantis_custom_field_table;
name | varchar(64)
---------CUT---------

This again leads to a real security issue where custom fields are still print out because the access check is unable to determine the access level of a custom field with a name exceeding 32 characters.

This is something that hit us along with bug 0007772.

TagsNo tags attached.

Relationships

child of 0007774 closedvboctor custom fields not stored correctly in bug history 

Activities

There are no notes attached to this issue.