-
- Downloads
Merge branch 'security-disallow-read-user-scope-to-read-project-events-11-9' into '11-9-stable'
Disallow read user scope to read project events See merge request gitlab/gitlabhq!3088
No related branches found
No related tags found
Showing
- changelogs/unreleased/secure-disallow-read-user-scope-to-read-project-events.yml 5 additions, 0 deletions...ecure-disallow-read-user-scope-to-read-project-events.yml
- lib/api/api.rb 1 addition, 0 deletionslib/api/api.rb
- lib/api/events.rb 2 additions, 47 deletionslib/api/events.rb
- lib/api/helpers/events_helpers.rb 31 additions, 0 deletionslib/api/helpers/events_helpers.rb
- lib/api/project_events.rb 29 additions, 0 deletionslib/api/project_events.rb
- spec/requests/api/events_spec.rb 0 additions, 135 deletionsspec/requests/api/events_spec.rb
- spec/requests/api/project_events_spec.rb 156 additions, 0 deletionsspec/requests/api/project_events_spec.rb
lib/api/helpers/events_helpers.rb
0 → 100644
lib/api/project_events.rb
0 → 100644
spec/requests/api/project_events_spec.rb
0 → 100644
Please register or sign in to comment