From 2dcf2a2d7578d1e43ee7e3fa69386ccc5afebbf0 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 1 Feb 2023 21:12:58 +0100 Subject: Url encode functions arguments when logging them --- src/tests/disable_function/disabled_functions_nul_byte.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/disable_function/disabled_functions_nul_byte.phpt') diff --git a/src/tests/disable_function/disabled_functions_nul_byte.phpt b/src/tests/disable_function/disabled_functions_nul_byte.phpt index 62f4ab5..991794d 100644 --- a/src/tests/disable_function/disabled_functions_nul_byte.phpt +++ b/src/tests/disable_function/disabled_functions_nul_byte.phpt @@ -11,4 +11,4 @@ system("id"); ?> --EXPECTF-- -Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'system', because its argument '$command' content (0id) matched a rule in %a/disabled_functions_nul_byte.php on line 2 +Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'system', because its argument '$command' content (%s0id) matched a rule in %a/disabled_functions_nul_byte.php on line 2 -- cgit v1.3