Update jira workflow with CVE-2020-14181.yaml

patch-1
bjhulst 2020-10-02 22:11:59 +03:00 committed by GitHub
parent 9f11563a7f
commit f327768d9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ variables:
jira_cve_4: cves/CVE-2018-20824.yaml jira_cve_4: cves/CVE-2018-20824.yaml
jira_cve_5: cves/CVE-2019-3396.yaml jira_cve_5: cves/CVE-2019-3396.yaml
jira_cve_6: cves/CVE-2020-14179.yaml jira_cve_6: cves/CVE-2020-14179.yaml
jira_cve_7: cves/CVE-2020-14181.yaml
logic: logic:
| |
@ -32,4 +33,5 @@ logic:
jira_cve_4() jira_cve_4()
jira_cve_5() jira_cve_5()
jira_cve_6() jira_cve_6()
jira_cve_7()
} }