Skip to content

Commit 1bd9c27

Browse files
Add OWASP Web Security Testing Guide metadata
Generated on 2025-09-26 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 <arkadii.yakovets@owasp.org>
1 parent 5c5e06d commit 1bd9c27

File tree

2 files changed

+4
-24
lines changed

2 files changed

+4
-24
lines changed

.github/workflows/validate-owasp-metadata.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- 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
24+
uses: owasp/nest-schema/.github/actions/validate@41c8199798408e182e2ce1273ad7efa0c9e62616

project.owasp.yaml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,9 @@ audience:
44
leaders:
55
- name: Elie Saad
66
email: elie.saad@owasp.org
7-
github: ThunderSon
87
- name: Rick Mitchell
98
email: rick.mitchell@owasp.org
109
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"
1910
level: 4
2011
license:
2112
- CC-BY-SA-4.0
@@ -26,19 +17,12 @@ repositories:
2617
url: https://github.com/OWASP/www-project-web-security-testing-guide
2718
description: The Web Security Testing Guide (WSTG) Project produces the premier cybersecurity testing resource for web application developers and security
2819
professionals.
29-
code_of_conduct: https://github.com/OWASP/wstg/blob/master/CODE_OF_CONDUCT.md
3020
- name: wstg
3121
url: https://github.com/OWASP/wstg
3222
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
3523
tags:
36-
- wstg
37-
- appsec
38-
- pentest
3924
- otg
25+
- wstg
26+
- custom-tag-1
4027
type: documentation
4128
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)