Skip to content

Commit 06123cc

Browse files
Add OWASP Web Security Testing Guide metadata
Generated on 2025-09-25 by Arkadii Yakovets as part of the OWASP Schema initiative within OWASP Nest. Repository: `OWASP/www-project-web-security-testing-guide` Co-authored-by: Arkadii Yakovets <[email protected]>
1 parent 370d192 commit 06123cc

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-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: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
audience:
2+
- breaker
3+
- builder
4+
leaders:
5+
- name: Elie Saad
6+
7+
- name: Rick Mitchell
8+
9+
github: kingthorin
10+
level: 4
11+
license:
12+
- CC-BY-SA-4.0
13+
name: OWASP Web Security Testing Guide
14+
pitch: The Web Security Testing Guide (WSTG) Project produces the premier cybersecurity testing resource for web application developers and security professionals.
15+
repositories:
16+
- name: www-project-web-security-testing-guide
17+
url: https://github.com/OWASP/www-project-web-security-testing-guide
18+
description: The Web Security Testing Guide (WSTG) Project produces the premier cybersecurity testing resource for web application developers and security
19+
professionals.
20+
- name: wstg
21+
url: https://github.com/OWASP/wstg
22+
description: The Web Security Testing Guide is a comprehensive Open Source guide to testing the security of web applications and web services.
23+
tags:
24+
- otg
25+
- wstg
26+
- custom-tag-1
27+
type: documentation
28+
website: https://owasp.org/www-project-web-security-testing-guide

0 commit comments

Comments
 (0)