forgejo/services/issue
Gusted 0ca5b8496b fix: check read permissions for code owner review requests
- Only send a review request based on the code owner file if the code
owner user has read permissions to the pull requests of that repository.
- This avoids leaking title of PRs from private repository when a
CODEOWNER file is present which contains users that do not have access
to the private repository.
- Found by @oliverpool.
- Integration test added.

(cherry picked from commit 693f7731f9)
2024-11-17 19:19:11 +00:00
..
assignee.go
assignee_test.go
comments.go
comments_test.go
commit.go
commit_test.go
content.go
issue.go
issue_test.go
label.go
label_test.go
main_test.go
milestone.go
milestone_test.go
pull.go fix: check read permissions for code owner review requests 2024-11-17 19:19:11 +00:00
reaction.go
status.go
template.go