Skip to content
Snippets Groups Projects
  1. Mar 31, 2021
  2. Mar 30, 2021
  3. Mar 29, 2021
  4. Mar 26, 2021
  5. Mar 23, 2021
    • Ron Chan's avatar
      Only accept POST request to trigger system hooks · b0864898
      Ron Chan authored
      Adding changelog for system hooks trigger
      
      Adding the changelog file security-trigger-system-hook-by-post.yml
      
      Added spec for POST request to system hooks
      
      Remove GET request endpoints for system hooks
      b0864898
  6. Mar 22, 2021
  7. Mar 18, 2021
  8. Mar 17, 2021
  9. Mar 16, 2021
    • Yorick Peterse's avatar
      Merge branch 'security/patch-kramdown-13-8' into '13-8-stable-ee' · e614aff1
      Yorick Peterse authored
      Patch Kramdown syntax highlighter gem
      
      See merge request gitlab-org/security/gitlab!1292
      e614aff1
    • Patrick Bajao's avatar
      Prevent infinite loop when checking if collaboration is allowed · da745917
      Patrick Bajao authored
      When there are merge requests in the same project that have their
      source/target branches to each other and collaboration is allowed,
      it can result to an infinite loop when a Reporter/Guest views a
      project.
      
      This fix adds a `skip_collaboration_check` to `Gitlab::UserAccess`
      so when `Project#fetch_branch_allows_collaboration` calls
      `MergeRequest#can_be_merged_by?` (which calls `Gitlab::UserAccess`
      again), it will not check if collaboration is allowed.
      da745917
  10. Mar 15, 2021
  11. Mar 04, 2021
  12. Mar 03, 2021
Loading