diff --git a/.github/workflows/templates-sync.yml b/.github/workflows/templates-sync.yml index b4b40163de..dc331ddf57 100644 --- a/.github/workflows/templates-sync.yml +++ b/.github/workflows/templates-sync.yml @@ -3,6 +3,10 @@ on: push: paths: - '.new-additions' + - '.github/scripts/yaml2json/go.mod' + - '.github/scripts/yaml2json/go.sum' + - '.github/workflows/tests.yaml' + - 'CVE-2024-7339.yaml' - 'http/cves/2022/CVE-2022-27043.yaml' - 'http/cves/2023/CVE-2023-43323.yaml' - 'http/cves/2023/CVE-2023-44393.yaml' @@ -13,6 +17,7 @@ on: - 'http/cves/2024/CVE-2024-38856.yaml' - 'http/cves/2024/CVE-2024-39903.yaml' - 'http/cves/2024/CVE-2024-39907.yaml' + - 'http/cves/2024/CVE-2024-40422.yaml' - 'http/cves/2024/CVE-2024-41107.yaml' - 'http/cves/2024/CVE-2024-41628.yaml' - 'http/cves/2024/CVE-2024-5975.yaml' @@ -27,12 +32,20 @@ on: - 'http/cves/2024/CVE-2024-7188.yaml' - 'http/cves/2024/CVE-2024-7332.yaml' - 'http/cves/2024/CVE-2024-7340.yaml' + - 'http/default-logins/apache/cloudstack-default-login.yaml' + - 'http/exposed-panels/airos-panel.yaml' + - 'http/exposed-panels/metube-panel.yaml' + - 'http/exposed-panels/openedge-panel.yaml' + - 'http/exposed-panels/whatsup-gold-panel.yaml' - 'http/exposures/files/gitlab-ci-yml.yaml' - 'http/misconfiguration/changedetection-unauth.yaml' - 'http/misconfiguration/deployment-interface-exposed.yaml' - 'http/misconfiguration/installer/quickcms-installer.yaml' - 'http/misconfiguration/manage-cabinet-register.yaml' - 'http/osint/user-enumeration/substack.yaml' + - 'http/technologies/apache/apache-ofbiz-detect.yaml' + - 'http/technologies/apache/apache-shenyu-detect.yaml' + - 'http/technologies/searxng-detect.yaml' - 'http/vulnerabilities/esafenet/esafenet-netsecconfigajax-sqli.yaml' - 'http/vulnerabilities/esafenet/esafenet-noticeajax-sqli.yaml' - 'http/vulnerabilities/landray/landray-oa-replaceextend-rce.yaml'