We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b014b17 commit 3aefedbCopy full SHA for 3aefedb
Required/ruleset.xml
@@ -89,7 +89,7 @@
89
<properties>
90
<property name="exclude" type="array">
91
<!-- Allow the use of filesystem functions. -->
92
- <element value="file_get_contents"/>
+ <element value="file_get_contents,file_put_contents,readfile"/>
93
<!-- wp_json_encode() is nowadays only a simple wrapper for json_encode(). -->
94
<element value="json_encode"/>
95
</property>
0 commit comments