Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gl-common-scanning-report-without-top-level-scanner.json « master « security_reports « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 417dc960afff045061f4b2d28c094548b4b1e8bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
  "vulnerabilities": [
    {
      "category": "dependency_scanning",
      "name": "Vulnerability for remediation testing 1",
      "message": "This vulnerability should have ONE remediation",
      "description": "",
      "cve": "CVE-2137",
      "severity": "High",
      "solution": "Upgrade to latest version.",
      "scanner": {
        "id": "gemnasium",
        "name": "Gemnasium"
      },
      "location": {},
      "identifiers": [
        {
          "type": "GitLab",
          "name": "Foo vulnerability",
          "value": "foo"
        }
      ],
      "links": [
        {
          "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-2137"
        }
      ],
      "details": {
        "commit": {
          "name": [
            {
              "lang": "en",
              "value": "The Commit"
            }
          ],
          "description": [
            {
              "lang": "en",
              "value": "Commit where the vulnerability was identified"
            }
          ],
          "type": "commit",
          "value": "41df7b7eb3be2b5be2c406c2f6d28cd6631eeb19"
        }
      }
    }
  ],
  "dependency_files": [],
  "version": "14.0.2"
}