An error occurred fetching the project authors.
  1. 06 Nov, 2019 1 commit
    • ap4y's avatar
      Expose commit sha on Vulnerabilities::Occurrence · f6a74737
      ap4y authored
      Presenter for Vulnerabilities::Occurrence doesn't generate blob_path
      if sha is missing. For some cases sha is dynamically added via joined
      table, for pipeline reports sha is completely missing. To make
      behavior more consistent we will introduce sha related accessors and
      will populate it from either reports or joined queries.
      f6a74737
  2. 30 Oct, 2019 1 commit
    • Avielle Wolfe's avatar
      Add endpoint for a group's vulnerable projects · d464b2e3
      Avielle Wolfe authored
      * Adds `/group/:group_id/-/security/vulnerable_projects` which returns a
          list of the group's projects with vulnerabilities
      * Adds Vulnerabilities::Occurrence.batch_count_by_project_and_severity
          which batch loads vulnerability counts grouped by severity and by
          project
      * Adds Group#vulnerable_projects which returns a list of the group's
          vulnerable projects
      * Adds VulnerableProjectSerializer and VulnerableProjectEntity, which
          exposes a vulnerability count method for each severity
      * Adds VulnerableProjectPresenter which creates the vulnerability count
          method exposed in VulnerableProjectEntity
      
      https://gitlab.com/gitlab-org/gitlab-ee/issues/11190
      d464b2e3
  3. 23 Oct, 2019 1 commit
  4. 22 Oct, 2019 1 commit
    • Victor Zagorodny's avatar
      Implement Resolve Vulnerability API call · 4c381288
      Victor Zagorodny authored
      Add resolve_vulnerability ability for User.
      Add POST /vulnerabilities/:id/dismiss API.
      Add computed state to Findings. Update
      the related finder and associations to
      support that computed state.
      4c381288
  5. 21 Oct, 2019 1 commit
  6. 18 Oct, 2019 1 commit
  7. 16 Oct, 2019 1 commit
  8. 28 Aug, 2019 2 commits
    • Can Eldem's avatar
      Expose fields matching with FE · b3d9ec37
      Can Eldem authored
      Change payload to match with vulnerability api
      Update tests
      b3d9ec37
    • Victor Zagorodny's avatar
      Add ability to filter projects with sec reports · 633b990b
      Victor Zagorodny authored
      A new param with_security_reports was added to
      GET /groups/:id/projects API and the code to
      support this logic in GroupProjectsFinder and
      Project model. Also, a DB index was added to
      ci_job_artifacts table to speed up the search
      of security reports artifacts for projects
      633b990b
  9. 18 Jul, 2019 1 commit
    • Avielle Wolfe's avatar
      Move mystery number to a constant · b64b3886
      Avielle Wolfe authored
      This allows us to more easily stub paginates_per in specs, as well as
      clarifies a mystery number. (Not that it was too difficult to understand
      before, but it's nicer now.)
      b64b3886
  10. 12 Jul, 2019 1 commit
  11. 10 Jul, 2019 1 commit
  12. 20 May, 2019 1 commit
    • samdbeckham's avatar
      Adds a confidence filter to the GSD · e1bc0131
      samdbeckham authored
      Where the GSD is the group security dashboard.
      
      This adds:
      
      - A confidence filter to the store
      - A confidence filter to the vulnerabilities controller
      - Tests for all the above
      e1bc0131
  13. 07 May, 2019 1 commit
  14. 18 Apr, 2019 1 commit
    • rossfuhrman's avatar
      Expose blob_path for vulnerability occurrences · 4410acbd
      rossfuhrman authored
      This exposes the path to the file, with line numbers where available,
      for a vulnerabilty occurrence. This will be used in the group security
      dashboard to provide a link to the offending file.
      4410acbd
  15. 28 Mar, 2019 1 commit
  16. 13 Mar, 2019 1 commit
  17. 07 Mar, 2019 1 commit
  18. 04 Mar, 2019 2 commits
  19. 22 Feb, 2019 1 commit
  20. 14 Feb, 2019 1 commit
  21. 28 Jan, 2019 1 commit
  22. 21 Jan, 2019 1 commit
  23. 04 Jan, 2019 1 commit
  24. 30 Dec, 2018 1 commit
  25. 05 Dec, 2018 1 commit
  26. 27 Nov, 2018 1 commit
  27. 05 Nov, 2018 1 commit
  28. 23 Oct, 2018 1 commit
  29. 16 Oct, 2018 1 commit
  30. 10 Oct, 2018 1 commit
  31. 04 Oct, 2018 1 commit
  32. 24 Sep, 2018 1 commit