Fri 18 Nov 2005 10:40:12 AM UTC, comment #2:
This item has been reassigned from the project Savane bugs tracker to your tracker.
The original report is still available at bugs #4726
Following are the information included in the original report:
[field #0] Item ID: 4726 [field #1] Group ID: 116 [field #2] Open/Closed: Open [field #3] Severity: 3 - Normal [field #4] Privacy: Public [field #6] Category: Web Frontend [field #7] Submitted by: yeupou [field #8] Assigned to: None [field #9] Submitted on: mar 15.11.2005 à 12:39 [field #10] Summary: register globals set to off [field #11] Original Submission: If I have enough time, I d like to rework on this register globals issue.
More and more computer will not have register_globals activated and in the end we ll have to work on this.
http://ch2.php.net/register_globals
With perl, we require "use perl", with PHP we cant.
Using stupid strings like
$_COOKIE[ ]
is not an option to me.
To hard and long too type, too ugly.
If I have time to work on this, it will just add a few functions like
safeinput-get()
safeinput-post()
safeinput-cookie()
safeinput-any() (that will go from get to cookie to find a valid entry)
That will have to be used whenever we use user input that comes from get, post and cookie.
[field #13] Item Group: None [field #14] Status: In Progress [field #15] Component Version: None [field #16] Platform Version: None [field #17] Reproducibility: None [field #18] Size (loc): None [field #19] Fixed Release: None [field #20] Planned Release: None [field #21] Effort: 0.00 [field #25] Priority: B - Low [field #28] Percent Complete: 0% [field #30] Release: None [field #55] Custom Select Box #1: None [field #56] Custom Select Box #2: None [field #57] Custom Select Box #3: None [field #58] Custom Select Box #4: None [field #59] Custom Select Box #5: None [field #60] Custom Select Box #6: None [field #61] Custom Select Box #7: None [field #62] Custom Select Box #8: None [field #63] Custom Select Box #9: None [field #64] Custom Select Box #10: None
|