Skip to content

Commit f29f1f5

Browse files
Add OWASP ASVS Security Evaluation Templates with Nuclei metadata
Generated on 2025-10-02 by Arkadii Yakovets as part of the OWASP Schema initiative within OWASP Nest. Repository: `OWASP/www-project-asvs-security-evaluation-templates-with-nuclei` Co-authored-by: Arkadii Yakovets <[email protected]>
1 parent 59153a4 commit f29f1f5

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Validate OWASP entity metadata
2+
3+
on:
4+
pull_request:
5+
paths:
6+
- '*.owasp.yaml'
7+
push:
8+
paths:
9+
- '*.owasp.yaml'
10+
11+
concurrency:
12+
cancel-in-progress: true
13+
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}
14+
15+
jobs:
16+
validate-metadata:
17+
runs-on: ubuntu-latest
18+
19+
steps:
20+
- name: Checkout code
21+
uses: actions/checkout@v5
22+
23+
- name: Validate metadata file
24+
uses: owasp/nest-schema/.github/actions/validate@a733198b4a942eb12d3ee8629cd9e0d409b1b2b9

project.owasp.yaml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
audience:
2+
- breaker
3+
- defender
4+
community:
5+
- name: project-asvs-nuclei
6+
platform: slack
7+
url: https://owasp.slack.com/archives/C052939BZ43
8+
description: OWASP ASVS Security Evaluation Templates with Nuclei
9+
leaders:
10+
- name: Hamed Salimian
11+
12+
github: Snbig
13+
- name: AmirHossein Raeisi
14+
15+
github: Ahsraeisi
16+
level: 2
17+
license:
18+
- MIT
19+
name: OWASP ASVS Security Evaluation Templates with Nuclei
20+
pitch: This project aims to develop nuclei templates for evaluating OWASP Application Security Verification Standard (ASVS) on websites.
21+
repositories:
22+
- name: www-project-asvs-security-evaluation-templates-with-nuclei
23+
url: https://github.com/OWASP/www-project-asvs-security-evaluation-templates-with-nuclei
24+
description: OWASP ASVS Security Evaluation Templates with Nuclei
25+
- name: Vulnerable-Pages
26+
url: https://github.com/Snbig/Vulnerable-Pages
27+
description: Intentionally Vulnerable Pages for OWASP ASVS Security Evaluation Templates with Nuclei Project. https://snbig.github.io/Vulnerable-Pages/
28+
tags:
29+
- asvs-security-evaluation-templates-with-nuclei
30+
- nuclei
31+
- nuclei-templates
32+
- ASVS
33+
- asvs-evaluation
34+
- PoC-generator
35+
- vulnerablity
36+
- automation
37+
- WSTG
38+
- pentest
39+
type: tool
40+
website: https://owasp.org/www-project-asvs-security-evaluation-templates-with-nuclei

0 commit comments

Comments
 (0)