🔨 Fix workflow

patch-1
Dwi Siswanto 2020-08-20 22:54:07 +07:00
parent 053970ff92
commit 608503d7cd
1 changed files with 9 additions and 8 deletions

View File

@ -1,4 +1,5 @@
id: wordpress-workflow id: artica-web-proxy-workflow
info: info:
name: Artica Web Proxy Workflows name: Artica Web Proxy Workflows
author: dwisiswant0 author: dwisiswant0
@ -8,10 +9,10 @@ variables:
artica_auth_bypass: cves/CVE-2020-17506.yaml artica_auth_bypass: cves/CVE-2020-17506.yaml
artica_os_command_inject: cves/CVE-2020-17505.yaml artica_os_command_inject: cves/CVE-2020-17505.yaml
logic: | logic: |-
if artica_tech() { if artica_tech() {
artica_auth_bypass() artica_auth_bypass()
if artica_auth_bypass["session"] { if artica_auth_bypass["session"] {
artica_os_command_inject() artica_os_command_inject()
}
} }
}