getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.23k stars 4.21k forks source link

fix(security): ensure user views are isolated #80994

Closed mdtro closed 2 days ago

mdtro commented 3 days ago

All operations on group search views should be isolated to the requesting user.

codecov[bot] commented 2 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:white_check_mark: All tests successful. No failed tests found.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #80994 +/- ## =========================================== + Coverage 51.37% 78.48% +27.11% =========================================== Files 7179 7209 +30 Lines 318063 319444 +1381 Branches 43783 43963 +180 =========================================== + Hits 163391 250721 +87330 + Misses 153545 62323 -91222 - Partials 1127 6400 +5273 ```