diff --git a/.github/workflows/validate-owasp-metadata.yaml b/.github/workflows/validate-owasp-metadata.yaml new file mode 100644 index 0000000..45d5a03 --- /dev/null +++ b/.github/workflows/validate-owasp-metadata.yaml @@ -0,0 +1,24 @@ +name: Validate OWASP entity metadata + +on: + pull_request: + paths: + - '*.owasp.yaml' + push: + paths: + - '*.owasp.yaml' + +concurrency: + cancel-in-progress: true + group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }} + +jobs: + validate-metadata: + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v5 + + - name: Validate metadata file + uses: owasp/nest-schema/.github/actions/validate@a733198b4a942eb12d3ee8629cd9e0d409b1b2b9 diff --git a/project.owasp.yaml b/project.owasp.yaml new file mode 100644 index 0000000..3343509 --- /dev/null +++ b/project.owasp.yaml @@ -0,0 +1,40 @@ +audience: + - breaker + - defender +community: + - name: project-asvs-nuclei + platform: slack + url: https://owasp.slack.com/archives/C052939BZ43 + description: OWASP ASVS Security Evaluation Templates with Nuclei +leaders: + - name: Hamed Salimian + email: hamed.salimian@owasp.org + github: Snbig + - name: AmirHossein Raeisi + email: amirhossein.raeisi@owasp.org + github: Ahsraeisi +level: 2 +license: + - MIT +name: OWASP ASVS Security Evaluation Templates with Nuclei +pitch: This project aims to develop nuclei templates for evaluating OWASP Application Security Verification Standard (ASVS) on websites. +repositories: + - name: www-project-asvs-security-evaluation-templates-with-nuclei + url: https://github.com/OWASP/www-project-asvs-security-evaluation-templates-with-nuclei + description: OWASP ASVS Security Evaluation Templates with Nuclei + - name: Vulnerable-Pages + url: https://github.com/Snbig/Vulnerable-Pages + description: Intentionally Vulnerable Pages for OWASP ASVS Security Evaluation Templates with Nuclei Project. https://snbig.github.io/Vulnerable-Pages/ +tags: + - asvs-security-evaluation-templates-with-nuclei + - nuclei + - nuclei-templates + - ASVS + - asvs-evaluation + - PoC-generator + - vulnerablity + - automation + - WSTG + - pentest +type: tool +website: https://owasp.org/www-project-asvs-security-evaluation-templates-with-nuclei