]> source.dussan.org Git - sonarqube.git/blob
179bdb11d7f5c709b23ee8438cf104c3a47ce6ce
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`loadIssues should load issues 1`] = `
4 [
5   {
6     "actions": [
7       "set_tags",
8       "comment",
9       "assign",
10     ],
11     "assignee": "luke",
12     "assigneeActive": true,
13     "assigneeAvatar": "lukavatar",
14     "assigneeLogin": "luke",
15     "assigneeName": "Luke",
16     "author": "luke@sonarsource.com",
17     "comments": [],
18     "component": "foo.java",
19     "componentEnabled": true,
20     "componentKey": "foo.java",
21     "componentLongName": "Foo.java",
22     "componentName": "foo.java",
23     "componentPath": "/foo.java",
24     "componentQualifier": "FIL",
25     "creationDate": "2016-08-15T15:25:38+0200",
26     "flows": [],
27     "flowsWithType": [],
28     "hash": "78417dcee7ba927b7e7c9161e29e02b8",
29     "key": "AWaqVGl3tut9VbnJvk6M",
30     "line": 62,
31     "message": "Make sure this file handling is safe here.",
32     "project": "org.sonarsource.java:java",
33     "projectEnabled": true,
34     "projectKey": "org.sonarsource.java:java",
35     "projectLongName": "SonarJava",
36     "projectName": "SonarJava",
37     "projectQualifier": "TRK",
38     "rule": "squid:S4797",
39     "ruleKey": "squid:S4797",
40     "ruleLang": "java",
41     "ruleLangName": "Java",
42     "ruleName": "Handling files is security-sensitive",
43     "ruleStatus": "READY",
44     "secondaryLocations": [],
45     "status": "OPEN",
46     "tags": [
47       "cert",
48       "cwe",
49       "owasp-a1",
50       "owasp-a3",
51     ],
52     "textRange": {
53       "endLine": 62,
54       "endOffset": 96,
55       "startLine": 62,
56       "startOffset": 93,
57     },
58     "transitions": [],
59     "type": "SECURITY_HOTSPOT",
60     "updateDate": "2018-10-25T10:23:08+0200",
61   },
62 ]
63 `;