diff options
Diffstat (limited to 'src/tests/config')
| -rw-r--r-- | src/tests/config/broken_conf_quotes.ini | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 1 | sp.disable_function.filename("static_pages/index.php").var("_SERVER[PHP_SELF").value_r("\"").drop().alias("XSS"); | 1 | sp.disable_function.function("system").filename("/static_pages/index.php").var("_SERVER[PHP_SELF").value_r("\"").drop().alias("XSS"); |
| 2 | sp.disable_function.filename("include/imageobject_im.class.php").function("exec").var("CONFIG[im_options]).value_r("[^a-z0-9]").drop(); | 2 | sp.disable_function.filename("include/imageobject_im.class.php").function("exec").var("CONFIG[im_options]).value_r("[^a-z0-9]").drop(); |
| 3 | 3 | ||
