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

gl-sast-report-minimal.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: 5e9273d43b132d65669bf78032a709a3a6705926 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
  "version": "14.0.0",
  "vulnerabilities": [
    {
      "category": "sast",
      "name": "Cipher with no integrity",
      "message": "Cipher with no integrity",
      "cve": "groovy/src/main/java/com/gitlab/security_products/tests/App.groovy:29:CIPHER_INTEGRITY",
      "severity": "Medium",
      "confidence": "High",
      "scanner": {
        "id": "find_sec_bugs",
        "name": "Find Security Bugs"
      },
      "location": {
        "file": "groovy/src/main/java/com/gitlab/security_products/tests/App.groovy",
        "start_line": 29,
        "end_line": 29,
        "class": "com.gitlab.security_products.tests.App",
        "method": "insecureCypher"
      },
      "identifiers": [
        {
          "type": "find_sec_bugs_type",
          "name": "Find Security Bugs-CIPHER_INTEGRITY",
          "value": "CIPHER_INTEGRITY",
          "url": "https://find-sec-bugs.github.io/bugs.htm#CIPHER_INTEGRITY"
        }
      ],
      "tracking": {
        "type": "source",
        "items": [
          {
            "file": "groovy/src/main/java/com/gitlab/security_products/tests/App.groovy",
            "start_line": 29,
            "end_line": 29,
            "signatures": [
              {
                "algorithm": "hash",
                "value": "HASHVALUE"
              },
              {
                "algorithm": "scope_offset",
                "value": "groovy/src/main/java/com/gitlab/security_products/tests/App.groovy:App[0]:insecureCypher[0]:2"
              }
            ]
          }
        ]
      }
    }
  ],
  "remediations": [],
  "scan": {
    "scanner": {
      "id": "find_sec_bugs",
      "name": "Find Security Bugs",
      "url": "https://spotbugs.github.io",
      "vendor": {
        "name": "GitLab"
      },
      "version": "4.0.2"
    },
    "type": "sast",
    "status": "success",
    "start_time": "placeholder-value",
    "end_time": "placeholder-value"
  }
}