Skip to content

Commit cbc8ea3

Browse files
Add OWASP Blockchain AppSec Standard metadata
Generated on 2025-10-02 by Arkadii Yakovets as part of the OWASP Schema initiative within OWASP Nest. Repository: `OWASP/www-project-blockchain-appsec-standard` Co-authored-by: Arkadii Yakovets <[email protected]>
1 parent e4f4d0c commit cbc8ea3

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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@v5
22+
23+
- name: Validate metadata file
24+
uses: owasp/nest-schema/.github/actions/validate@a733198b4a942eb12d3ee8629cd9e0d409b1b2b9

project.owasp.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
audience:
2+
- breaker
3+
- builder
4+
leaders:
5+
- name: Jon McCoy
6+
7+
github: theJonMccoy
8+
- name: Didar Gelici
9+
10+
level: 2
11+
name: OWASP Blockchain AppSec Standard
12+
pitch: We focus on security of in blockchain and web3 and share our knowledge on attack vectors and defense mechanisms. We strongly encourage your contribution
13+
to these topics and content.
14+
repositories:
15+
- name: www-project-blockchain-appsec-standard
16+
url: https://github.com/OWASP/www-project-blockchain-appsec-standard
17+
description: OWASP Foundation Web Repository
18+
tags:
19+
- blockchain
20+
- cryptocurrency
21+
- web3
22+
type: documentation
23+
website: https://owasp.org/www-project-blockchain-appsec-standard

0 commit comments

Comments
 (0)