Skip to content

Commit 8c29e51

Browse files
Add OWASP Thick Client Application Security Verification Standard metadata
Generated on 2025-10-10 by Arkadii Yakovets as part of the OWASP Schema initiative within OWASP Nest. Repository: `OWASP/www-project-thick-client-application-security-verification-standard` Co-authored-by: Arkadii Yakovets <[email protected]>
1 parent 47b4448 commit 8c29e51

File tree

3 files changed

+55
-0
lines changed

3 files changed

+55
-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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
audience:
2+
- builder
3+
leaders:
4+
- name: Dave Hanson
5+
6+
level: 2
7+
license:
8+
- CC-BY-SA-4.0
9+
name: OWASP Thick Client Application Security Verification Standard
10+
pitch: This project aims to fill the gap between the web ASVS and the mobile ASVS (MASVS), whilst the MASVS can be used for thick client testing it's not
11+
a perfect fit and so we hope to produce something more appropriate.
12+
repositories:
13+
- name: www-project-thick-client-application-security-verification-standard
14+
url: https://github.com/OWASP/www-project-thick-client-application-security-verification-standard
15+
description: OWASP Thick Client Application Security Verification Standard
16+
tags:
17+
- example-tag
18+
- custom-tag-1
19+
- custom-tag-2
20+
type: documentation
21+
website: https://owasp.org/www-project-thick-client-application-security-verification-standard

0 commit comments

Comments
 (0)