From 64de7be1c1dbc2bbe29f5540dafff10eee155b9f Mon Sep 17 00:00:00 2001 From: "owasp-nest[bot]" <204073339+owasp-nest[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 16:21:26 +0000 Subject: [PATCH] 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 --- .../workflows/validate-owasp-metadata.yaml | 24 +++++++++++++++ project.owasp.yaml | 29 +++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 .github/workflows/validate-owasp-metadata.yaml create mode 100644 project.owasp.yaml diff --git a/.github/workflows/validate-owasp-metadata.yaml b/.github/workflows/validate-owasp-metadata.yaml new file mode 100644 index 0000000..45d5a03 --- /dev/null +++ b/.github/workflows/validate-owasp-metadata.yaml @@ -0,0 +1,24 @@ +name: Validate OWASP entity metadata + +on: + pull_request: + paths: + - '*.owasp.yaml' + push: + paths: + - '*.owasp.yaml' + +concurrency: + cancel-in-progress: true + group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }} + +jobs: + validate-metadata: + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v5 + + - name: Validate metadata file + uses: owasp/nest-schema/.github/actions/validate@a733198b4a942eb12d3ee8629cd9e0d409b1b2b9 diff --git a/project.owasp.yaml b/project.owasp.yaml new file mode 100644 index 0000000..315c2f8 --- /dev/null +++ b/project.owasp.yaml @@ -0,0 +1,29 @@ +audience: + - breaker + - builder +community: + - name: project-api-security-testing-framework + platform: slack + url: https://owasp.slack.com/archives/C08GUSMR4DQ + description: Official channel for OWASP API Security Testing Framework. Discuss development, share feedback, and collaborate on building automated tools + to detect API vulnerabilities based on OWASP API Security Top 10. +leaders: + - name: Govindarajan Lakshmikanthan + email: govindarajan.lakshmikanthan@owasp.org + github: GovindarajanL +level: 2 +license: + - Apache-2.0 +name: OWASP API Security Testing Framework +pitch: A comprehensive automated testing framework for detecting API security vulnerabilities based on the OWASP API Security Top 10 +repositories: + - name: www-project-api-security-testing-framework + url: https://github.com/OWASP/www-project-api-security-testing-framework + description: OWASP Foundation web repository +tags: + - api-security + - testing + - automation + - breaker +type: tool +website: https://owasp.org/www-project-api-security-testing-framework