HTTP: Security Filter for Request HTTP Data
Roman Shneer (contact me)
This class can be used to filter dangerous values from request variables.
It can traverse the $_GET, $_POST, $_REQUEST and $_COOKIE request super-global array variables and reset the entries that match certain regular expressions that identify potential dangerous values.
Currently filter values that contain SQL retrieval queries, cross-site scripting attacks, hexadecimal values, calls to base64_decode and system functions.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Not sure (58.3%)
| Sufficient (75.0%)
| -
| -
| -
| -
| Insufficient (36.7%)
| 1733 |
Click here for detailed information about this class on phpclasses.org