1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 18:28:47 +02:00
phorge-phorge/src/applications/files
epriestley 7145587df7 Lock down some config options
Summary:
This is just a general review of config options, to reduce the amount of damage a rogue administrator (without host access) can do. In particular:

  - Fix some typos.
  - Lock down some options which would potentially let a rogue administrator do something sketchy.
    - Most of the new locks relate to having them register a new service account, then redirect services to their account. This potentially allows them to read email.
    - Lock down some general disk stuff, which could be troublesome in combination with other vulnerabilities.

Test Plan:
  - Read through config options.
  - Tried to think about how to do evil things with each one.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D8928
2014-05-01 10:23:49 -07:00
..
application Remove quick create buttons from application launcher 2014-01-29 17:23:50 -08:00
conduit Make most file reads policy-aware 2013-09-30 09:38:13 -07:00
config Lock down some config options 2014-05-01 10:23:49 -07:00
controller Remove flavor text for action buttons 2014-04-18 17:51:46 -07:00
editor Maniphest Tasks + Project Boards - some polish 2014-03-04 17:01:33 -08:00
engine Use "\z" instead of "$" to anchor validating regular expressions 2014-03-13 12:42:41 -07:00
engineselector Delete license headers from files 2012-11-05 11:16:51 -08:00
exception Delete license headers from files 2012-11-05 11:16:51 -08:00
garbagecollector Complete modularization of the GC daemon 2014-01-15 10:02:31 -08:00
lipsum Made Changes to Mock and File generation after pushing some methods to superclass 2013-05-06 13:32:01 -07:00
mail Maniphest - add support for !assign command 2013-10-14 12:29:41 -07:00
management Extend all "ManagementWorkflow" classes from a base class 2013-12-27 13:15:40 -08:00
phid Lock policy queries to their applications 2013-10-21 17:20:27 -07:00
query Provide phragment.getstate and phragment.getpatch Conduit methods 2013-12-11 11:19:23 +11:00
remarkup Allow users to provide alt text for image embeds 2014-05-01 07:18:29 -07:00
storage Added some additional assertion methods. 2014-03-08 19:16:21 -08:00
view Hide upload JS stuff if user isn't logged in 2014-02-21 13:04:23 -08:00
PhabricatorImageTransformer.php Improve error and large file handling in thumbnailing 2014-03-14 11:53:49 -07:00