Skip to content

Commit 7d03fe6

Browse files
owasp-nest[bot]arkid15rkingthorin
authored
Add OWASP Vulnerable Web Applications Directory metadata (#152)
* Add OWASP Vulnerable Web Applications Directory metadata Generated on 2025-09-25 by Arkadii Yakovets as part of the OWASP Schema initiative within OWASP Nest. Repository: `OWASP/www-project-vulnerable-web-applications-directory` Co-authored-by: Arkadii Yakovets <arkadii.yakovets@owasp.org> * Updated tags --------- Co-authored-by: owasp-nest[bot] <204073339+owasp-nest[bot]@users.noreply.github.com> Co-authored-by: Arkadii Yakovets <arkadii.yakovets@owasp.org> Co-authored-by: kingthorin <kingthorin@users.noreply.github.com>
1 parent bc24483 commit 7d03fe6

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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@v4
22+
23+
- name: Validate metadata file
24+
# We want to use the latest version of the action which lives in the
25+
# `owasp/nest-schema` repository subdirectory and doesn't have a separate release process.
26+
# This approach simplifies the workflow support however
27+
# you can change it to use a specific SHA version if needed.
28+
uses: owasp/nest-schema/.github/actions/validate@v0 # NOSONAR

project.owasp.yaml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
audience:
2+
- breaker
3+
- builder
4+
- defender
5+
leaders:
6+
- name: Rick Mitchell
7+
email: rick.mitchell@owasp.org
8+
github: kingthorin
9+
- name: Simon Bennetts
10+
email: simon.bennetts@owasp.org
11+
github: psiinon
12+
- name: Raul Siles
13+
email: raul.siles@owasp.org
14+
github: raulsiles
15+
level: 3
16+
license:
17+
- Apache-2.0
18+
name: OWASP Vulnerable Web Applications Directory
19+
pitch: The OWASP Vulnerable Web Applications Directory Project (VWAD) is a comprehensive and well maintained registry of all known vulnerable web applications
20+
currently available for legal security and vulnerability testing of various kinds.
21+
repositories:
22+
- name: www-project-vulnerable-web-applications-directory
23+
url: https://github.com/OWASP/www-project-vulnerable-web-applications-directory
24+
description: The OWASP Vulnerable Web Applications Directory Project (VWAD) is a comprehensive and well maintained registry of all known vulnerable
25+
web applications currently available.
26+
- name: OWASP-VWAD
27+
url: https://github.com/OWASP/OWASP-VWAD
28+
description: ':warning: This repo is no longer in use. Please refer to https://github.com/OWASP/www-project-vulnerable-web-applications-directory'
29+
tags:
30+
- vwad
31+
- learning
32+
- vulnerableapp
33+
- appsec
34+
type: documentation
35+
website: https://owasp.org/www-project-vulnerable-web-applications-directory

0 commit comments

Comments
 (0)