xss prevention and url rewriting

Asked by Ryan

Hello,

I was wondering if PHPDevShell contained any specific built-in XSS filtering/prevention functions. I was also wondering if it provides any way of rewriting URLs other than using .htacess.

Thanks.

Question information

Language:
English Edit question
Status:
Expired
For:
PHPDevShell Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Greg (gregfr) said :
#1

Nothing special is done regarding xss, but if you suspect a security problem, please tell us!

Regarding url rewriting, it can be done only at the http server level. PHPDevShell can handle any url it's given, but that means it should be executed, therefore the http server should "connect" the request to the php code. What do you have in mind?

greg

Revision history for this message
Launchpad Janitor (janitor) said :
#2

This question was expired because it remained in the 'Needs information' state without activity for the last 15 days.