Skip to content

Create CVE-2024-4040.yaml (CrushFTP VFS Sandbox Escape 🔥 ) #30692

Create CVE-2024-4040.yaml (CrushFTP VFS Sandbox Escape 🔥 )

Create CVE-2024-4040.yaml (CrushFTP VFS Sandbox Escape 🔥 ) #30692

Workflow file for this run

name: ❄️ YAML Lint
on:
pull_request:
paths:
- '**.yaml'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'projectdiscovery/nuclei-templates'
steps:
- uses: actions/checkout@v4
- name: Yamllint
uses: karancode/[email protected]
with:
yamllint_config_filepath: .yamllint
yamllint_strict: false
yamllint_comment: true