🔨 Update Spring Boot Pwner workflows

patch-1
Dwi Siswanto 2020-09-13 22:33:24 +07:00
parent 9fbcc70b37
commit 98ce71c09c
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ variables:
springboot_cve_2019_3799: cves/CVE-2019-3799.yaml
springboot_cve_2020_5410: cves/CVE-2020-5410.yaml
springboot_xxe: vulnerabilities/springboot-actuators-jolokia-xxe.yaml
springboot_rce: vulnerabilities/springboot-h2-db-rce.yaml
logic:
|
@ -18,4 +19,5 @@ logic:
springboot_cve_2019_3799()
springboot_cve_2020_5410()
springboot_xxe()
springboot_rce()
}