An error occurred fetching the project authors.
- 06 Nov, 2019 1 commit
-
-
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.
-
- 30 Oct, 2019 1 commit
-
-
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
-
- 23 Oct, 2019 1 commit
-
-
Can Eldem authored
Consider enum values rather than string Added further test
-
- 22 Oct, 2019 1 commit
-
-
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.
-
- 21 Oct, 2019 1 commit
-
-
allison.browne authored
-
- 18 Oct, 2019 1 commit
-
-
Can Eldem authored
Added tests Updated existing test
-
- 16 Oct, 2019 1 commit
-
-
Victor Zagorodny authored
Vulnerabilities::DismissSerivce is responsible for dismissal of Vulnerabilities and their associated Findings (creation of dismissal feedback records for all Findings as a cascade.
-
- 28 Aug, 2019 2 commits
-
-
Can Eldem authored
Change payload to match with vulnerability api Update tests
-
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
-
- 18 Jul, 2019 1 commit
-
-
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.)
-
- 12 Jul, 2019 1 commit
-
-
Heinrich Lee Yu authored
Updates changed method names and fixes spec failures
-
- 10 Jul, 2019 1 commit
-
-
Heinrich Lee Yu authored
-
- 20 May, 2019 1 commit
-
-
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
-
- 07 May, 2019 1 commit
-
-
rossfuhrman authored
This query was duplicating results due to a bad join.
-
- 18 Apr, 2019 1 commit
-
-
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.
-
- 28 Mar, 2019 1 commit
-
-
Nick Thomas authored
-
- 13 Mar, 2019 1 commit
-
-
Nick Thomas authored
-
- 07 Mar, 2019 1 commit
-
-
Lucas Charles authored
Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/9224 - Add `MergeRequests::CreateFromVulnerabilityDataService` - Add new Vulnerabilities::Feedback#feedback_type of 'merge_request'
-
- 04 Mar, 2019 2 commits
-
-
Winnie Hellmann authored
This reverts merge request !9326
-
Lucas Charles authored
Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/9224 - Add `MergeRequests::CreateFromVulnerabilityDataService` - Add new Vulnerabilities::Feedback#feedback_type of 'merge_request'
-
- 22 Feb, 2019 1 commit
-
-
Lucas Charles authored
Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/9397
-
- 14 Feb, 2019 1 commit
-
-
Lucas Charles authored
Fix flaky test that can occur when rounding by Date instead of Time. This can result in scoping failures when run on a computer with non-UTC timezone
-
- 28 Jan, 2019 1 commit
-
-
Olivier Gonzalez authored
Allows for distinct conditions between dismissal and issue feedback
-
- 21 Jan, 2019 1 commit
-
-
Tetiana Chupryna authored
-
- 04 Jan, 2019 1 commit
-
-
Tetiana Chupryna authored
-
- 30 Dec, 2018 1 commit
-
-
Tetiana Chupryna authored
-
- 05 Dec, 2018 1 commit
-
-
Olivier Gonzalez authored
Provide vulnerability counts per day per severity for the last 90 days.
-
- 27 Nov, 2018 1 commit
-
-
Tetiana Chupryna authored
-
- 05 Nov, 2018 1 commit
-
-
Olivier Gonzalez authored
Only fetch the vulnerabilities for the latest pipeline of each project.
-
- 23 Oct, 2018 1 commit
-
-
Olivier Gonzalez authored
Extend models to provide necessary logic for security reports. Add Secuirity Reports ruby classes Add SAST parser Add logic to store report in database
-
- 16 Oct, 2018 1 commit
-
-
Kamil Trzciński authored
-
- 10 Oct, 2018 1 commit
-
-
Fabien Catteau authored
-
- 04 Oct, 2018 1 commit
-
-
Olivier Gonzalez authored
-
- 24 Sep, 2018 1 commit
-
-
Olivier Gonzalez authored
-