|
|
| Name: |
dXSS |
| Base name: |
dxss |
| Description: |
Filter dangerous values from the GET parameters |
| Version: |
0.1 |
| PHP version: |
3.0 |
| License: |
BSD License |
| All time users: |
391 users |
| All time rank: |
5163 |
| Week users: |
1 user |
| Week rank: |
2419 |
| |
|
This class can be used to filter dangerous values from the GET parameters.
It can traverse the list of GET request values and check if they contain values considered to be dangerous.
Dangerous values are those with text from a list of dangerous strings, have non-alphanumeric characters or have a length larger than a given limit.
The class sends a response header to redirect the user browser to another given URL if a dangerous GET values is found.
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
Help |
Doc. |
Help and how to use |
dXSS |
Class |
The Class |