Skip to content

Commit 444aba7

Browse files
owasp-nest[bot]arkid15r
authored andcommitted
Add OWASP Application Security Verification Standard (ASVS) metadata
Generated on 2025-10-02 by Arkadii Yakovets as part of the OWASP Schema initiative within OWASP Nest. Repository: `OWASP/www-project-application-security-verification-standard` Co-authored-by: Arkadii Yakovets <arkadii.yakovets@owasp.org>
1 parent f52ba8f commit 444aba7

2 files changed

Lines changed: 72 additions & 0 deletions

File tree

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: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
audience:
2+
- breaker
3+
- builder
4+
- defender
5+
community:
6+
- name: project-asvs
7+
platform: slack
8+
url: https://owasp.slack.com/archives/C06MNF14M
9+
description: Discuss the OWASP ASVS
10+
- name: asvs-translation-pt
11+
platform: slack
12+
url: https://owasp.slack.com/archives/C02Q8H2AYBZ
13+
description: Translation of ASVS to Portuguese
14+
- name: asvs-translation-de
15+
platform: slack
16+
url: https://owasp.slack.com/archives/CHKP9318T
17+
leaders:
18+
- name: Daniel Cuthbert
19+
email: daniel.cuthbert@owasp.org
20+
github: danielcuthbert
21+
- name: Jim Manico
22+
email: jim.manico@owasp.org
23+
github: jmanico
24+
- name: Elar Lang
25+
email: elarlang@gmail.com
26+
github: elarlang
27+
- name: Josh Grossman
28+
email: josh.grossman@owasp.org
29+
github: tghosth
30+
level: 4
31+
license:
32+
- CC-BY-SA-4.0
33+
name: OWASP Application Security Verification Standard (ASVS)
34+
pitch: The OWASP Application Security Verification Standard (ASVS) Project is a framework of security requirements that focus on defining the security controls
35+
required when designing, developing and testing modern web applications and web services.
36+
repositories:
37+
- name: www-project-application-security-verification-standard
38+
url: https://github.com/OWASP/www-project-application-security-verification-standard
39+
description: OWASP Foundation Web Repository
40+
- name: ASVS
41+
url: https://github.com/OWASP/ASVS
42+
description: Application Security Verification Standard
43+
tags:
44+
- asvs
45+
- custom-tag-1
46+
- custom-tag-2
47+
type: documentation
48+
website: https://owasp.org/www-project-application-security-verification-standard

0 commit comments

Comments
 (0)