Skip to content

Commit 3052ed1

Browse files
author
epriestley
committedMay 31, 2022
Remove obsolete, policy-violating "owners.query" API method
Summary: See <https://hackerone.com/reports/1584409>. This obsolete API method is technically policy-violating: Owners packages have had policies since D15275. See also T10360. Test Plan: Viewed Conduit API console, no longer saw API method available. Differential Revision: https://secure.phabricator.com/D21850
1 parent 835cd7f commit 3052ed1

File tree

2 files changed

+0
-168
lines changed

2 files changed

+0
-168
lines changed
 

‎src/__phutil_library_map__.php

-2
Original file line numberDiff line numberDiff line change
@@ -2013,7 +2013,6 @@
20132013
'OwnersConduitAPIMethod' => 'applications/owners/conduit/OwnersConduitAPIMethod.php',
20142014
'OwnersEditConduitAPIMethod' => 'applications/owners/conduit/OwnersEditConduitAPIMethod.php',
20152015
'OwnersPackageReplyHandler' => 'applications/owners/mail/OwnersPackageReplyHandler.php',
2016-
'OwnersQueryConduitAPIMethod' => 'applications/owners/conduit/OwnersQueryConduitAPIMethod.php',
20172016
'OwnersSearchConduitAPIMethod' => 'applications/owners/conduit/OwnersSearchConduitAPIMethod.php',
20182017
'PHIDConduitAPIMethod' => 'applications/phid/conduit/PHIDConduitAPIMethod.php',
20192018
'PHIDInfoConduitAPIMethod' => 'applications/phid/conduit/PHIDInfoConduitAPIMethod.php',
@@ -8253,7 +8252,6 @@
82538252
'OwnersConduitAPIMethod' => 'ConduitAPIMethod',
82548253
'OwnersEditConduitAPIMethod' => 'PhabricatorEditEngineAPIMethod',
82558254
'OwnersPackageReplyHandler' => 'PhabricatorMailReplyHandler',
8256-
'OwnersQueryConduitAPIMethod' => 'OwnersConduitAPIMethod',
82578255
'OwnersSearchConduitAPIMethod' => 'PhabricatorSearchEngineAPIMethod',
82588256
'PHIDConduitAPIMethod' => 'ConduitAPIMethod',
82598257
'PHIDInfoConduitAPIMethod' => 'PHIDConduitAPIMethod',

‎src/applications/owners/conduit/OwnersQueryConduitAPIMethod.php

-166
This file was deleted.

0 commit comments

Comments
 (0)
Failed to load comments.