-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
API V3: avoid leaking information through expandable fields (#11381)
* API V3: avoid leaking information through expandable fields There are still more things to do, but first I'm removing the ones that aren't documented, so this shouldn't be a breaking change, and the information from those fields can already be obtained from the main object, and if another user with lower permissions was relying on those fields, that was actually a bug. Ref readthedocs/readthedocs-corporate#1736. Expandable fields may look cool, but once you have to deal with permissions, they are a pain. Sorry, had to vent. * Missing class inheritance
- Loading branch information
Showing
2 changed files
with
20 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters