From c6b451b244f36c2d57165fa98365094d424c2a80 Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Fri, 2 Apr 2021 05:36:11 +0700 Subject: [PATCH] :recycle: Add Jellyfin workflow --- workflows/jellyfin-workflow.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 workflows/jellyfin-workflow.yaml diff --git a/workflows/jellyfin-workflow.yaml b/workflows/jellyfin-workflow.yaml new file mode 100644 index 00000000000..8280a0d970e --- /dev/null +++ b/workflows/jellyfin-workflow.yaml @@ -0,0 +1,12 @@ +id: jellyfin-workflow +info: + name: Jellyfin Security Checks + author: dwisiswant0 + description: A simple workflow that runs all ThinkCMF related nuclei templates on a given target. + tags: workflow + +workflows: + - template: technologies/jellyfin-detection.yaml + subtemplates: + - template: cves/2020/CVE-2020-26948.yaml + - template: cves/2021/CVE-2021-21402.yaml \ No newline at end of file