forked from CheckmarxDev/JavaVulnerableLab
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapplication-jira.yml
69 lines (66 loc) · 1.61 KB
/
application-jira.yml
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
69
cxflow:
bug-tracker: JIRA
filter-severity:
- High
filter-category:
- SQL_Injection
- Stored_XSS
- Reflected_XSS_All_Clients
filter-cwe:
filter-status:
# - Urgent
# - Confirmed
#mitre-url: https://cwe.mitre.org/data/definitions/%s.html
#wiki-url: https://custodela.atlassian.net/wiki/spaces/AS/pages/79462432/Remediation+Guidance
#codebash-url: https://checkmarx-demo.codebashing.com/courses/
checkmarx:
version: 9.0
base-url: http://jurgene-lt.dm.cx
team: /CxServer/JVL
project: JavaVulnerableLab_CxFlow
url: ${checkmarx.base-url}/cxrestapi
portal-url: ${checkmarx.base-url}/cxwebinterface/Portal/CxWebService.asmx
client-id: resource_owner_client
scope: access_control_api sast_rest_api
multi-tenant: true
enabled-vulnerability-scanners:
- sast
preset:
- ASA Premium
jira:
url: https://bearj.atlassian.net
username: [email protected]
project: JVLSAST
issue-type: Bug
priorities:
High: High
Medium: Medium
Low: Low
Informational: Lowest
open-transition: In Progress
close-transition: Done
open-status:
- TO DO
- Backlog
- Selected for Development
- In Progress
closed-status:
- Done
fields:
- type: result
name: application
jira-field-name: Application
jira-field-type: label
# - type: result
# name: cwe
# jira-field-name: CWEs
# jira-field-type: label
- type: result
name: category
jira-field-name: Category
jira-field-type: label
# - type: result
# name: loc
# jira-field-name: LOC
# jira-field-type: label
# jira-default-value: XXXXX