Skip to content

Commit c021941

Browse files
Add OWASP Threat Model Library metadata
Generated on 2025-10-10 by Arkadii Yakovets as part of the OWASP Schema initiative within OWASP Nest. Repository: `OWASP/www-project-threat-model-library` Co-authored-by: Arkadii Yakovets <[email protected]>
1 parent 49af0c4 commit c021941

File tree

3 files changed

+63
-0
lines changed

3 files changed

+63
-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: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
audience:
2+
- builder
3+
community:
4+
- name: project-threat-model-library
5+
platform: slack
6+
url: https://owasp.slack.com/archives/C08UNEQTPUY
7+
description: <https://owasp.org/www-project-threat-model-library/>
8+
leaders:
9+
- name: Petra Vukmirovic
10+
11+
github: P3tra-WP
12+
- name: Julian Mehnle
13+
14+
github: jmehnle
15+
level: 2
16+
license:
17+
- MIT
18+
name: OWASP Threat Model Library
19+
pitch: Welcome to the first, open-sourced, structured, peer-reviewed threat modeling dataset
20+
repositories:
21+
- name: www-project-threat-model-library
22+
url: https://github.com/OWASP/www-project-threat-model-library
23+
description: OWASP Foundation web repository
24+
tags:
25+
- example-tag
26+
- custom-tag-1
27+
- custom-tag-2
28+
type: code
29+
website: https://owasp.org/www-project-threat-model-library

0 commit comments

Comments
 (0)