Skip to content

Commit

Permalink
ref(auth): Add security as a codeowner for auth files (#52761)
Browse files Browse the repository at this point in the history
We have a bunch of sensitive auth files living in our top level
`web/frontend/` folder. This adds the security team as an owner for the
relevant files. [Addresses comments in this
PR](#52556).

Note that I plan to reorganize our auth files in the future so we can
move sensitive code into just a few main folders (and we won't have to
specify ownership on a file-by-file basis.
  • Loading branch information
EricHasegawa authored Jul 13, 2023
1 parent 0d75e0f commit df32ba7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@
/src/sentry/api/authentication.py @getsentry/security @getsentry/enterprise
/src/sentry/api/endpoints/auth* @getsentry/security @getsentry/enterprise
/src/sentry/api/endpoints/user_permission* @getsentry/security @getsentry/enterprise
/src/sentry/web/frontend/auth_close.py @getsentry/security
/src/sentry/web/frontend/auth_login.py @getsentry/security
/src/sentry/web/frontend/auth_logout.py @getsentry/security
/src/sentry/web/frontend/auth_organization_id_login.py @getsentry/security
/src/sentry/web/frontend/auth_organization_login.py @getsentry/security
/src/sentry/web/frontend/auth_provider_login.py @getsentry/security
/src/sentry/web/frontend/oauth_token.py @getsentry/security
/src/sentry/web/frontend/oauth_authorize.py @getsentry/security
/src/sentry/web/frontend/openidtoken.py @getsentry/security

## Dev
/.github/ @getsentry/owners-sentry-dev
Expand Down

0 comments on commit df32ba7

Please sign in to comment.