Skip to content

Commit 1288101

Browse files
owasp-nest[bot]arkid15rkingthorin
authored
Add OWASP Web Security Testing Guide metadata (#460)
* 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]> * Tweaks and additions Signed-off-by: kingthorin <[email protected]> --------- Signed-off-by: kingthorin <[email protected]> Co-authored-by: owasp-nest[bot] <204073339+owasp-nest[bot]@users.noreply.github.com> Co-authored-by: Arkadii Yakovets <[email protected]> Co-authored-by: kingthorin <[email protected]>
1 parent 370d192 commit 1288101

File tree

2 files changed

+72
-0
lines changed

2 files changed

+72
-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: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
audience:
2+
- breaker
3+
- builder
4+
leaders:
5+
- name: Elie Saad
6+
7+
github: ThunderSon
8+
- name: Rick Mitchell
9+
10+
github: kingthorin
11+
community:
12+
- platform: slack
13+
url: https://app.slack.com/client/T04T40NHX/CJ2QDHLRJ
14+
description: '#testing-guide on OWASP slack'
15+
logo:
16+
- small: "https://github.com/OWASP/wstg/blob/master/.github/www/assets/202006-owasp_material/Github/Github%20-%20Shield%20400x400%20-%20Gradient%20%E2%80%93%201.png"
17+
medium: "https://github.com/OWASP/wstg/blob/master/.github/www/assets/202006-owasp_material/Github/Github%20-%20Shield%20400x400%20-%20Gradient%20%E2%80%93%201.png"
18+
large: "https://github.com/OWASP/wstg/blob/master/.github/www/assets/202006-owasp_material/Github/Github%20-%20Shield%20400x400%20-%20Gradient%20%E2%80%93%201.png"
19+
level: 4
20+
license:
21+
- CC-BY-SA-4.0
22+
name: OWASP Web Security Testing Guide
23+
pitch: The Web Security Testing Guide (WSTG) Project produces the premier cybersecurity testing resource for web application developers and security professionals.
24+
repositories:
25+
- name: www-project-web-security-testing-guide
26+
url: https://github.com/OWASP/www-project-web-security-testing-guide
27+
description: The Web Security Testing Guide (WSTG) Project produces the premier cybersecurity testing resource for web application developers and security
28+
professionals.
29+
code_of_conduct: https://github.com/OWASP/wstg/blob/master/CODE_OF_CONDUCT.md
30+
- name: wstg
31+
url: https://github.com/OWASP/wstg
32+
description: The Web Security Testing Guide is a comprehensive Open Source guide to testing the security of web applications and web services.
33+
code_of_conduct: https://github.com/OWASP/wstg/blob/master/CODE_OF_CONDUCT.md
34+
contribution_guide: https://github.com/OWASP/wstg/blob/master/CONTRIBUTING.md
35+
tags:
36+
- wstg
37+
- appsec
38+
- pentest
39+
- otg
40+
type: documentation
41+
website: https://owasp.org/www-project-web-security-testing-guide
42+
social_media:
43+
- platform: x
44+
url: https://x.com/owasp_wstg

0 commit comments

Comments
 (0)