Skip to content
Snippets Groups Projects
  1. Dec 09, 2019
  2. Sep 11, 2019
  3. Sep 10, 2019
  4. Sep 09, 2019
  5. Aug 28, 2019
  6. Aug 27, 2019
  7. Aug 26, 2019
  8. Aug 23, 2019
    • Nick Thomas's avatar
      Send TODOs for comments on commits correctly · 1e6765db
      Nick Thomas authored
      At present, the TodoService uses the `:read_project` ability to decide
      whether a user can read a note on a commit. However, commits can have a
      visibility level that is more restricted than the project, so this is a
      security issue.
      
      This commit changes the code to use the `:read_commit` ability in this
      case instead, which ensures TODOs are only generated for commit notes
      if the users can see the commit.
      Verified
      1e6765db
Loading