summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2017-11-02 20:55:10 +0100
committerNikita Popov <nikita.ppv@gmail.com>2017-11-02 20:56:03 +0100
commitd88ef8d7e11d62f57c67bd70aa7faaeb16572ed8 (patch)
treef31206d7382a9b8f46c24bd0fcfd98a740a049fb
parentdbfa0140aeed76b4e4738d76994ab22664ce146e (diff)
downloadphp-git-d88ef8d7e11d62f57c67bd70aa7faaeb16572ed8.tar.gz
Fix ext/soap/tests/bug69137.phpt
Switch to example.org. Also mark it as an online test.
-rw-r--r--ext/soap/tests/bug71610.phpt7
1 files changed, 5 insertions, 2 deletions
diff --git a/ext/soap/tests/bug71610.phpt b/ext/soap/tests/bug71610.phpt
index 4f1c7162ff..f00d57700a 100644
--- a/ext/soap/tests/bug71610.phpt
+++ b/ext/soap/tests/bug71610.phpt
@@ -1,10 +1,13 @@
--TEST--
SOAP Bug #71610 - Type Confusion Vulnerability - SOAP / make_http_soap_request()
--SKIPIF--
-<?php require_once('skipif.inc'); ?>
+<?php
+require_once('skipif.inc');
+if (getenv("SKIP_ONLINE_TESTS")) die("skip online test");
+?>
--FILE--
<?php
-$exploit = unserialize('O:10:"SoapClient":3:{s:3:"uri";s:1:"a";s:8:"location";s:19:"http://testuri.org/";s:8:"_cookies";a:1:{s:8:"manhluat";a:3:{i:0;s:0:"";i:1;N;i:2;N;}}}}');
+$exploit = unserialize('O:10:"SoapClient":3:{s:3:"uri";s:1:"a";s:8:"location";s:19:"http://example.org/";s:8:"_cookies";a:1:{s:8:"manhluat";a:3:{i:0;s:0:"";i:1;N;i:2;N;}}}}');
try {
$exploit->blahblah();
} catch(SoapFault $e) {