Update jira-misconfiguration-workflow.yaml

patch-1
bauthard 2020-07-08 23:00:21 +05:30
parent e321f23dcd
commit 45b992c764
1 changed files with 11 additions and 2 deletions

View File

@ -1,7 +1,7 @@
id: jira-misconfiguration-workflow
id: jira-exploitaiton-workflow
info:
name: Jira misconfiguration workflow
name: Jira Exploitaiton workflow
author: micha3lb3n
variables:
@ -11,6 +11,11 @@ variables:
jira_dashboard: security-misconfiguration/jira-unauthenticated-dashboards.yaml
jira_filters: security-misconfiguration/jira-unauthenticated-popular-filters.yaml
jira_user_picker: security-misconfiguration/jira-unauthenticated-user-picker.yaml
jira_cve_1: cves/CVE-2019-8449.yaml
jira_cve_2: cves/CVE-2019-8451.yaml
jira_cve_3: cves/CVE-2017-9506.yaml
jira_cve_4: cves/CVE-2018-20824.yaml
logic:
|
@ -20,4 +25,8 @@ logic:
jira_dashboard()
jira_filters()
jira_user_picker()
jira_cve_1()
jira_cve_2()
jira_cve_3()
jira_cve_4()
}