Sophie

Sophie

distrib > Mandriva > 2010.1 > i586 > by-pkgid > f7c6dce96785e6663c503caebf2b2e43 > files > 32

php-suhosin-0.9.33-0.1mdv2010.2.i586.rpm

--TEST--
Include_once "Variable URL";
--SKIPIF--
<?php include "../skipifcli.inc"; ?>
--INI--
suhosin.log.syslog=0
suhosin.log.sapi=255
suhosin.log.script=0
suhosin.log.phpscript=0
suhosin.executor.include.whitelist=
suhosin.executor.include.blacklist=
--FILE--
<?php
    $var = "http://127.0.0.1/";
    include_once $var;
?>
--EXPECTF--
ALERT - Include filename ('http://127.0.0.1/') is an URL that is not allowed (attacker 'REMOTE_ADDR not set', file '%s', line 3)