From 619d9bba4093d6da2440c73e137613a822d25377 Mon Sep 17 00:00:00 2001 From: PD-Team <8293321+bauthard@users.noreply.github.com> Date: Mon, 1 Feb 2021 13:50:15 +0530 Subject: [PATCH] workflow crash fix --- workflows/jira-workflow.yaml | 6 +++++- workflows/springboot-workflow.yaml | 10 ++++++++-- workflows/thinkphp-workflow.yaml | 5 ++++- workflows/wordpress-workflow.yaml | 18 +++++++++++++++++- 4 files changed, 34 insertions(+), 5 deletions(-) diff --git a/workflows/jira-workflow.yaml b/workflows/jira-workflow.yaml index f2e06b990f..a23de92654 100644 --- a/workflows/jira-workflow.yaml +++ b/workflows/jira-workflow.yaml @@ -23,4 +23,8 @@ workflows: - template: cves/2019/CVE-2019-11581.yaml - template: cves/2020/CVE-2020-14179.yaml - template: cves/2020/CVE-2020-14181.yaml - - template: vulnerabilities/jira/ + - template: vulnerabilities/jira/jira-service-desk-signup.yaml + - template: vulnerabilities/jira/jira-unauthenticated-dashboards.yaml + - template: vulnerabilities/jira/jira-unauthenticated-popular-filters.yaml + - template: vulnerabilities/jira/jira-unauthenticated-projects.yaml + - template: vulnerabilities/jira/jira-unauthenticated-user-picker.yaml \ No newline at end of file diff --git a/workflows/springboot-workflow.yaml b/workflows/springboot-workflow.yaml index 5022336b06..8dcf0a0a22 100644 --- a/workflows/springboot-workflow.yaml +++ b/workflows/springboot-workflow.yaml @@ -12,8 +12,14 @@ workflows: - template: technologies/detect-springboot-actuator.yaml subtemplates: - - template: misconfiguration/springboot/ - - template: vulnerabilities/springboot/ + - template: misconfiguration/springboot/springboot-configprops.yaml + - template: misconfiguration/springboot/springboot-env.yaml + - template: misconfiguration/springboot/springboot-heapdump.yaml + - template: misconfiguration/springboot/springboot-loggers.yaml + - template: misconfiguration/springboot/springboot-mappings.yaml + - template: misconfiguration/springboot/springboot-trace.yaml + - template: vulnerabilities/springboot/springboot-actuators-jolokia-xxe.yaml + - template: vulnerabilities/springboot/springboot-h2-db-rce.yaml - template: cves/2018/CVE-2018-1271.yaml - template: cves/2018/CVE-2018-1271.yaml - template: cves/2020/CVE-2020-5410.yaml \ No newline at end of file diff --git a/workflows/thinkphp-workflow.yaml b/workflows/thinkphp-workflow.yaml index 8282437e2a..bf433b8592 100644 --- a/workflows/thinkphp-workflow.yaml +++ b/workflows/thinkphp-workflow.yaml @@ -10,4 +10,7 @@ workflows: matchers: - name: thinkphp subtemplates: - - template: vulnerabilities/thinkphp/ \ No newline at end of file + - template: vulnerabilities/thinkphp/thinkphp-2-rce.yaml + - template: vulnerabilities/thinkphp/thinkphp-5022-rce.yaml + - template: vulnerabilities/thinkphp/thinkphp-5023-rce.yaml + - template: vulnerabilities/thinkphp/thinkphp-509-information-disclosure.yaml \ No newline at end of file diff --git a/workflows/wordpress-workflow.yaml b/workflows/wordpress-workflow.yaml index 5c9a2d1181..39f3377e4f 100644 --- a/workflows/wordpress-workflow.yaml +++ b/workflows/wordpress-workflow.yaml @@ -16,4 +16,20 @@ workflows: - template: cves/2019/CVE-2019-15858.yaml - template: cves/2019/CVE-2019-6715.yaml - template: cves/2019/CVE-2019-9978.yaml - - template: vulnerabilities/wordpress/ + - template: vulnerabilities/wordpress/easy-wp-smtp-listing.yaml + - template: vulnerabilities/wordpress/sassy-social-share.yaml + - template: vulnerabilities/wordpress/w3c-total-cache-ssrf.yaml + - template: vulnerabilities/wordpress/wordpress-accessible-wpconfig.yaml + - template: vulnerabilities/wordpress/wordpress-db-backup.yaml + - template: vulnerabilities/wordpress/wordpress-debug-log.yaml + - template: vulnerabilities/wordpress/wordpress-directory-listing.yaml + - template: vulnerabilities/wordpress/wordpress-emails-verification-for-woocommerce.yaml + - template: vulnerabilities/wordpress/wordpress-emergency-script.yaml + - template: vulnerabilities/wordpress/wordpress-installer-log.yaml + - template: vulnerabilities/wordpress/wordpress-social-metrics-tracker.yaml + - template: vulnerabilities/wordpress/wordpress-tmm-db-migrate.yaml + - template: vulnerabilities/wordpress/wordpress-user-enumeration.yaml + - template: vulnerabilities/wordpress/wordpress-wordfence-xss.yaml + - template: vulnerabilities/wordpress/wordpress-wpcourses-info-disclosure.yaml + - template: vulnerabilities/wordpress/wp-enabled-registration.yaml + - template: vulnerabilities/wordpress/wp-xmlrpc.yaml \ No newline at end of file