patch-1
bauthard 2020-10-03 11:27:10 +05:30
parent 32d42575f7
commit b129f008f2
2 changed files with 3 additions and 1 deletions

View File

@ -15,5 +15,5 @@ requests:
- 200
- type: word
words:
- com.atlassian.jira
- <groupId>com.atlassian.jira</groupId>
part: body

View File

@ -18,6 +18,7 @@ variables:
jira_cve_5: cves/CVE-2019-3396.yaml
jira_cve_6: cves/CVE-2020-14179.yaml
jira_cve_7: cves/CVE-2020-14181.yaml
jira_cve_8: cves/CVE-2019-8442.yaml
logic:
|
@ -34,4 +35,5 @@ logic:
jira_cve_5()
jira_cve_6()
jira_cve_7()
jira_cve_8()
}