View Issue Details

IDProjectCategoryView StatusLast Update
0000267Main CAcert Websitesource codepublic2013-01-14 09:49
ReporterTheSourcerer Assigned Toduane  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version2006 
Summary0000267: register globals CSR
Descriptionaccount.php:
line 485:
 $CSR = trim($CSR);
should be
 $CSR = trim($_REQUEST[CSR]);
TagsNo tags attached.
Reviewed by
Test Instructions

Activities

duane

2006-08-14 01:57

developer   ~0000390

$CSR = trim($_REQUEST['CSR']);

Issue History

Date Modified Username Field Change
2006-07-23 08:53 TheSourcerer New Issue
2006-07-24 07:35 Sourcerer Status new => needs work
2006-07-24 07:35 Sourcerer Assigned To => duane
2006-08-14 01:57 duane Status needs work => solved?
2006-08-14 01:57 duane Fixed in Version => production
2006-08-14 01:57 duane Resolution open => fixed
2006-08-14 01:57 duane Note Added: 0000390
2006-08-14 06:48 Sourcerer Status solved? => closed
2013-01-14 09:49 Werner Dworak Fixed in Version => 2006