Skip to content

Commit 64de7be

Browse files
Add OWASP API Security Testing Framework metadata
Generated on 2025-10-02 by Arkadii Yakovets as part of the OWASP Schema initiative within OWASP Nest. Repository: `OWASP/www-project-api-security-testing-framework` Co-authored-by: Arkadii Yakovets <arkadii.yakovets@owasp.org>
1 parent 64136dd commit 64de7be

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed
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: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
audience:
2+
- breaker
3+
- builder
4+
community:
5+
- name: project-api-security-testing-framework
6+
platform: slack
7+
url: https://owasp.slack.com/archives/C08GUSMR4DQ
8+
description: Official channel for OWASP API Security Testing Framework. Discuss development, share feedback, and collaborate on building automated tools
9+
to detect API vulnerabilities based on OWASP API Security Top 10.
10+
leaders:
11+
- name: Govindarajan Lakshmikanthan
12+
email: govindarajan.lakshmikanthan@owasp.org
13+
github: GovindarajanL
14+
level: 2
15+
license:
16+
- Apache-2.0
17+
name: OWASP API Security Testing Framework
18+
pitch: A comprehensive automated testing framework for detecting API security vulnerabilities based on the OWASP API Security Top 10
19+
repositories:
20+
- name: www-project-api-security-testing-framework
21+
url: https://github.com/OWASP/www-project-api-security-testing-framework
22+
description: OWASP Foundation web repository
23+
tags:
24+
- api-security
25+
- testing
26+
- automation
27+
- breaker
28+
type: tool
29+
website: https://owasp.org/www-project-api-security-testing-framework

0 commit comments

Comments
 (0)