missed CVE-2020-14179 in jira workflow

patch-1
Zhenya Savushkin 2020-09-26 17:53:22 +03:00 committed by GitHub
parent 64fcc97dbd
commit ce7b2e8e5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@ variables:
jira_cve_3: cves/CVE-2017-9506.yaml
jira_cve_4: cves/CVE-2018-20824.yaml
jira_cve_5: cves/CVE-2019-3396.yaml
jira_cve_6: cves/CVE-2020-14179.yaml
logic:
|
@ -31,4 +31,5 @@ logic:
jira_cve_3()
jira_cve_4()
jira_cve_5()
jira_cve_6()
}