[PM-32508] Remove plan-type endpoint which is no longer used#7177
[PM-32508] Remove plan-type endpoint which is no longer used#7177
Conversation
…eamline organization management
|
Claude finished @JaredScar's task in 1m 28s —— View job SummaryPR: PM-32508 Remove plan-type endpoint which is no longer used No issues found. This PR cleanly removes the What changedA single endpoint was deleted from
Why this is correctThe removed endpoint had no authorization check beyond the controller-level Verification
Verdict: Clean removal of dead code that closed an information disclosure vulnerability. Low risk, no concerns. |
|
|
Great job! No new security vulnerabilities introduced in this pull request |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7177 +/- ##
=======================================
Coverage 56.88% 56.89%
=======================================
Files 2028 2028
Lines 88830 88822 -8
Branches 7918 7917 -1
=======================================
Hits 50532 50532
+ Misses 36468 36460 -8
Partials 1830 1830 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|




🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-32508
📔 Objective
Removes the plan-type endpoint from OrganizationsController which is no longer used by AdminConsole team or any teams to resolve vulnerability where this endpoint could be used to find out organization's plan type if the ID is known...