When changing the packet display type (Normal Display or Plain Display), and error is shown with version 1.4.4:
invalid (sid,cid) pair (,)
Clicking [Back] shows the correct display.
Hello,
this problem has been introduced by
http://secureideas.cvs.sourceforge.net/viewvc/secureideas/base-php4/base_qry_alert.php?r1=1.61&r2=1.62
You can fix it by removing urlencode() when its argument is $query.
However, this reverts the fix for some of those XSS flaws.
Bye, bye
Juergen
Hello,
this problem has been introduced by
http://secureideas.cvs.sourceforge.net/viewvc/secureideas/base-php4/base_qry_alert.php?r1=1.61&r2=1.62
You can fix it by removing urlencode() when its argument is $query.
However, this reverts the fix for some of those XSS flaws.
Bye, bye
Juergen