1 matches found
Phabricator: Extended policy checks are buggy
Mongoose. This issue is in the class PhabricatorPolicyFilter, lines 324, 338 and 339. The code refers to the index $key a leftover from a previous foreach loop where it should refer to $extendedkey. This will lead to all policy checks being skipped after $extendedobjects$key is filtered out. I'm...