@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Blacklist the use of `eval()`

Summary: Depends on D10686.

Test Plan: N/A

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11214

+3
+3
.arclint
··· 90 90 "16": "advice", 91 91 "34": "error" 92 92 }, 93 + "xhpast.blacklisted.function": { 94 + "eval": "The eval() function should be avoided. It is potentially unsafe and makes debugging more difficult." 95 + }, 93 96 "xhpast.php-version": "5.2.3", 94 97 "xhpast.php-version.windows": "5.3.0" 95 98 }