From f9da3ecb31683f77e899e57f780c04d772490558 Mon Sep 17 00:00:00 2001 From: xXx-caillou-xXx Date: Thu, 21 Dec 2017 15:38:20 +0100 Subject: Remove the now useless `validate_str` function --- src/tests/config/broken_conf_quotes.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/config') diff --git a/src/tests/config/broken_conf_quotes.ini b/src/tests/config/broken_conf_quotes.ini index 7c3b0cd..eac8739 100644 --- a/src/tests/config/broken_conf_quotes.ini +++ b/src/tests/config/broken_conf_quotes.ini @@ -1,3 +1,3 @@ -sp.disable_function.filename("static_pages/index.php").var("_SERVER[PHP_SELF").value_r("\"").drop().alias("XSS"); +sp.disable_function.function("system").filename("/static_pages/index.php").var("_SERVER[PHP_SELF").value_r("\"").drop().alias("XSS"); sp.disable_function.filename("include/imageobject_im.class.php").function("exec").var("CONFIG[im_options]).value_r("[^a-z0-9]").drop(); -- cgit v1.3