From 9313ba15e64e91eb1060a270fe2c1c108d9ebf5d Mon Sep 17 00:00:00 2001 From: Jan Willem Kaper Date: Wed, 4 Jun 2025 22:28:36 +0200 Subject: [PATCH] Add ray to banned functions --- README.md | 1 + extension.neon | 1 + tests/Functional/snippets/ray.php | 3 +++ 3 files changed, 5 insertions(+) create mode 100644 tests/Functional/snippets/ray.php diff --git a/README.md b/README.md index 013d7a3..3ee8524 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ parameters: - phpinfo - print_r - proc_open + - ray - shell_exec - system - var_dump diff --git a/extension.neon b/extension.neon index 3546287..9fe42e0 100644 --- a/extension.neon +++ b/extension.neon @@ -38,6 +38,7 @@ parameters: - phpinfo - print_r - proc_open + - ray - shell_exec - system - var_dump diff --git a/tests/Functional/snippets/ray.php b/tests/Functional/snippets/ray.php new file mode 100644 index 0000000..70673ca --- /dev/null +++ b/tests/Functional/snippets/ray.php @@ -0,0 +1,3 @@ +