Skip to content

Commit 94d3ca6

Browse files
Add OWASP Top Ten metadata
Generated on 2025-10-11 by Arkadii Yakovets as part of the OWASP Schema initiative within OWASP Nest. Repository: `OWASP/www-project-top-ten` Co-authored-by: Arkadii Yakovets <[email protected]>
1 parent 99976ce commit 94d3ca6

File tree

3 files changed

+71
-0
lines changed

3 files changed

+71
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
time: '00:45'
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
permissions:
12+
contents: read
13+
14+
concurrency:
15+
cancel-in-progress: true
16+
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}
17+
18+
jobs:
19+
validate-metadata:
20+
runs-on: ubuntu-latest
21+
22+
steps:
23+
- name: Checkout code
24+
uses: actions/checkout@v5
25+
26+
- name: Validate metadata file
27+
uses: owasp/nest-schema/.github/actions/validate@a733198b4a942eb12d3ee8629cd9e0d409b1b2b9

project.owasp.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
audience:
2+
- builder
3+
- defender
4+
community:
5+
- name: project-top-10
6+
platform: slack
7+
url: https://owasp.slack.com/archives/C1QBMGU69
8+
leaders:
9+
- name: Andrew van der Stock
10+
11+
github: vanderaj
12+
- name: Brian Glas
13+
14+
github: infosecdad
15+
- name: Neil Smithline
16+
17+
github: Neil-Smithline
18+
- name: Torsten Gigler
19+
20+
github: sslHello
21+
level: 4
22+
name: OWASP Top Ten
23+
pitch: The OWASP Top 10 is the reference standard for the most critical web application security risks. Adopting the OWASP Top 10 is perhaps the most effective
24+
first step towards changing your software development culture focused on producing secure code.
25+
repositories:
26+
- name: www-project-top-ten
27+
url: https://github.com/OWASP/www-project-top-ten
28+
description: OWASP Foundation Web Repository
29+
- name: Top10
30+
url: https://github.com/OWASP/Top10
31+
description: Official OWASP Top 10 Document Repository
32+
tags:
33+
- top10
34+
- custom-tag-1
35+
- custom-tag-2
36+
type: documentation
37+
website: https://owasp.org/www-project-top-ten

0 commit comments

Comments
 (0)