summaryrefslogtreecommitdiff
path: root/README.input_filter
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2004-02-08 22:49:47 +0000
committerAndi Gutmans <andi@php.net>2004-02-08 22:49:47 +0000
commit3bf293ff897ebc1a9a734a160d71f7f5e59f61e8 (patch)
tree2636a2e9a50155324f884624b5f1a6a6fe14764f /README.input_filter
parent2a9e1294bc6b93dfa7543b37dfebfa4c2830080f (diff)
downloadphp-git-3bf293ff897ebc1a9a734a160d71f7f5e59f61e8.tar.gz
- Change from PHP5 -> PHP 5
Diffstat (limited to 'README.input_filter')
-rw-r--r--README.input_filter6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.input_filter b/README.input_filter
index 40366f6a95..cd0e3259c1 100644
--- a/README.input_filter
+++ b/README.input_filter
@@ -1,12 +1,12 @@
-Input Filter Support in PHP5
-----------------------------
+Input Filter Support in PHP 5
+-----------------------------
XSS (Cross Site Scripting) hacks are becoming more and more prevalent,
and can be quite difficult to prevent. Whenever you accept user data
and somehow display this data back to users, you are likely vulnerable
to XSS hacks.
-The Input Filter support in PHP5 is aimed at providing the framework
+The Input Filter support in PHP 5 is aimed at providing the framework
through which a company-wide or site-wide security policy can be
enforced. It is implemented as a SAPI hook and is called from the
treat_data and post handler functions. To implement your own security