Skip to content

Commit 9313ba1

Browse files
committed
Add ray to banned functions
1 parent 9a5e908 commit 9313ba1

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ parameters:
6060
- phpinfo
6161
- print_r
6262
- proc_open
63+
- ray
6364
- shell_exec
6465
- system
6566
- var_dump

extension.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ parameters:
3838
- phpinfo
3939
- print_r
4040
- proc_open
41+
- ray
4142
- shell_exec
4243
- system
4344
- var_dump

tests/Functional/snippets/ray.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?php
2+
3+
ray('');

0 commit comments

Comments
 (0)