Show
Ignore:
Timestamp:
04/17/10 17:20:41 (2 years ago)
Author:
p_lindheimer
Message:

Merged revisions 9516 via svnmerge from
http://svn.freepbx.org/freepbx/branches/2.2

................

r9516 | p_lindheimer | 2010-04-17 15:07:25 -0700 (Sat, 17 Apr 2010) | 37 lines


Merged revisions 9515 via svnmerge from
http://svn.freepbx.org/freepbx/branches/2.3


................

r9515 | p_lindheimer | 2010-04-17 15:06:00 -0700 (Sat, 17 Apr 2010) | 30 lines


Merged revisions 9514 via svnmerge from
http://svn.freepbx.org/freepbx/branches/2.4


................

r9514 | p_lindheimer | 2010-04-17 15:04:30 -0700 (Sat, 17 Apr 2010) | 23 lines


Merged revisions 9513 via svnmerge from
http://svn.freepbx.org/freepbx/branches/2.5


................

r9513 | p_lindheimer | 2010-04-17 15:02:50 -0700 (Sat, 17 Apr 2010) | 16 lines


Merged revisions 9512 via svnmerge from
http://svn.freepbx.org/freepbx/branches/2.6


................

r9512 | p_lindheimer | 2010-04-17 14:56:50 -0700 (Sat, 17 Apr 2010) | 9 lines


Merged revisions 9510 via svnmerge from
http://svn.freepbx.org/freepbx/trunk


........

r9510 | p_lindheimer | 2010-04-17 14:46:26 -0700 (Sat, 17 Apr 2010) | 1 line


fixes obscure exploit where malicuous CID strings enter the system through crafted SIP invites and are then displayed to the browser in the report engine without and filtering

........

................

................

................

................

................

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.1

    • Property svnmerge-integrated changed from
      /freepbx/branches/2.2:1-9515
      to /freepbx/branches/2.2:1-9516
  • freepbx/branches/2.1/amp_conf/htdocs/admin/cdr/call-comp.php

    r2573 r9521  
    5151$FG_TABLE_COL[]=array ("Channel", "channel", "13%", "center", "", "30"); 
    5252$FG_TABLE_COL[]=array ("Source", "src", "10%", "center", "", "30"); 
    53 $FG_TABLE_COL[]=array ("Clid", "clid", "12%", "center", "", "30"); 
     53$FG_TABLE_COL[]=array ("Clid", "clid", "12%", "center", "", "30",'','','','','','filter_html'); 
    5454$FG_TABLE_COL[]=array ("Lastapp", "lastapp", "8%", "center", "", "30"); 
    5555 
  • freepbx/branches/2.1/amp_conf/htdocs/admin/cdr/call-daily-load.php

    r2573 r9521  
    5151$FG_TABLE_COL[]=array ("Channel", "channel", "13%", "center", "", "30"); 
    5252$FG_TABLE_COL[]=array ("Source", "src", "10%", "center", "", "30"); 
    53 $FG_TABLE_COL[]=array ("Clid", "clid", "12%", "center", "", "30"); 
     53$FG_TABLE_COL[]=array ("Clid", "clid", "12%", "center", "", "30",'','','','','','filter_html'); 
    5454$FG_TABLE_COL[]=array ("Lastapp", "lastapp", "8%", "center", "", "30"); 
    5555 
  • freepbx/branches/2.1/amp_conf/htdocs/admin/cdr/call-last-month.php

    r2573 r9521  
    5151$FG_TABLE_COL[]=array ("Channel", "channel", "13%", "center", "", "30"); 
    5252$FG_TABLE_COL[]=array ("Source", "src", "10%", "center", "", "30"); 
    53 $FG_TABLE_COL[]=array ("Clid", "clid", "12%", "center", "", "30"); 
     53$FG_TABLE_COL[]=array ("Clid", "clid", "12%", "center", "", "30",'','','','','','filter_html'); 
    5454$FG_TABLE_COL[]=array ("Lastapp", "lastapp", "8%", "center", "", "30"); 
    5555 
  • freepbx/branches/2.1/amp_conf/htdocs/admin/cdr/call-log.php

    r926 r9521  
    8787$FG_TABLE_COL[]=array ("Channel", "channel", "13%", "center", "", "30", "", "", "", "", "", "display_acronym"); 
    8888$FG_TABLE_COL[]=array ("Source", "src", "14%", "center", "", "30"); 
    89 $FG_TABLE_COL[]=array ("Clid", "clid", "26%", "center", "", "30"); 
     89$FG_TABLE_COL[]=array ("Clid", "clid", "26%", "center", "", "30",'','','','','','filter_html'); 
    9090 
    9191$FG_TABLE_COL[]=array ("Dst", "dst", "14%", "center", "SORT", "30"); 
  • freepbx/branches/2.1/amp_conf/htdocs/admin/cdr/lib/defines.php

    r703 r9521  
    114114} 
    115115 
    116  
    117  
     116function filter_html($field) { 
     117  echo  htmlspecialchars($field); 
     118
    118119 
    119120?>