[root]/typo3/contrib/RemoveXSS

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 4 (100.0%) | 184 (100.0%) | 46.0 |
| ohader | 1 (25.0%) | 95 (51.6%) | 95.0 |
| stucki | 1 (25.0%) | 89 (48.4%) | 89.0 |
| ingmars | 2 (50.0%) | 0 (0.0%) | 0.0 |
Added feature #9778: Improvement of removeXSS
95 lines of code changed in 1 file:
Changing SVN property eol-style from native to LF for all .php, .html, .js, .css and .htaccess files in the core trunk
0 lines of code changed in 1 file:
Adding default SVN properties svn:keywords and svn:eol-style to files added lately
0 lines of code changed in 1 file:
* (feature) Add new external library "RemoveXSS" for easily filtering potential Cross Site Scripting (XSS) attacks. Can be used by any script. Usage: $filtered_string = t3lib_div::removeXSS($input_string); Thanks to Travis Puderbaugh <kallahar@quickwired.com> for providing this nice piece of code\!
89 lines of code changed in 1 file: