diff options
| author | Stefan Esser | 2014-02-12 14:26:49 +0100 |
|---|---|---|
| committer | Stefan Esser | 2014-02-12 14:26:49 +0100 |
| commit | 0a5a8f7b65ee6c5e1b5a67b267fb32f5a060cfff (patch) | |
| tree | 02691ba6b25896288d6e8a134b399bcee6cedd83 | |
| parent | 2a08dabe212238e0e35befcca67bc5303823b64f (diff) | |
Fix this test to include stats
| -rw-r--r-- | tests/filter/post_fileupload_filter_1.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/filter/post_fileupload_filter_1.phpt b/tests/filter/post_fileupload_filter_1.phpt index cdc882f..453c38d 100644 --- a/tests/filter/post_fileupload_filter_1.phpt +++ b/tests/filter/post_fileupload_filter_1.phpt | |||
| @@ -112,3 +112,4 @@ ALERT - tried to register forbidden variable '_FILES' through POST variables (at | |||
| 112 | ALERT - tried to register forbidden variable '_POST' through POST variables (attacker 'REMOTE_ADDR not set', file '%s') | 112 | ALERT - tried to register forbidden variable '_POST' through POST variables (attacker 'REMOTE_ADDR not set', file '%s') |
| 113 | ALERT - tried to register forbidden variable '_ENV' through POST variables (attacker 'REMOTE_ADDR not set', file '%s') | 113 | ALERT - tried to register forbidden variable '_ENV' through POST variables (attacker 'REMOTE_ADDR not set', file '%s') |
| 114 | ALERT - tried to register forbidden variable '_GET' through POST variables (attacker 'REMOTE_ADDR not set', file '%s') | 114 | ALERT - tried to register forbidden variable '_GET' through POST variables (attacker 'REMOTE_ADDR not set', file '%s') |
| 115 | ALERT - dropped 17 request variables - (0 in GET, 17 in POST, 0 in COOKIE) (attacker 'REMOTE_ADDR not set', file '%s') \ No newline at end of file | ||
