Update wordpress-workflow.yaml

patch-1
Gabriel Geraldino 2020-08-30 12:42:58 -03:00 committed by GitHub
parent f7e807b024
commit 800a3a7db5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ variables:
wordpress_duplicator_path_traversal: vulnerabilities/wordpress-duplicator-path-traversal.yaml
wordpress_wordfence_xss: vulnerabilities/wordpress-wordfence-xss.yaml
wordpress_cve_1: cves/CVE-2019-9978.yaml
wordpress_debug_log: files/wordpress-debug-log.yaml
logic: |
wordpress_tech()
@ -23,4 +24,5 @@ logic: |
wordpress_duplicator_path_traversal()
wordpress_wordfence_xss()
wordpress_cve_1()
wordpress_debug_log()
}