Skip to content

Commit 973d719

Browse files
owasp-nest[bot]arkid15rforgedhallpass
authored
Add OWASP CSRFGuard metadata (#372)
* Add OWASP CSRFGuard metadata Generated on 2025-10-03 by Arkadii Yakovets as part of the OWASP Schema initiative within OWASP Nest. Repository: `OWASP/www-project-csrfguard` Co-authored-by: Arkadii Yakovets <arkadii.yakovets@owasp.org> * Fixed contributors and repository entries * Reduce OWASP metadata validation action permission to read --------- Co-authored-by: owasp-nest[bot] <204073339+owasp-nest[bot]@users.noreply.github.com> Co-authored-by: Arkadii Yakovets <arkadii.yakovets@owasp.org> Co-authored-by: forgedhallpass <13679401+forgedhallpass@users.noreply.github.com>
1 parent bc39192 commit 973d719

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Validate OWASP entity metadata
2+
permissions:
3+
contents: read
4+
5+
on:
6+
pull_request:
7+
paths:
8+
- '*.owasp.yaml'
9+
push:
10+
paths:
11+
- '*.owasp.yaml'
12+
13+
concurrency:
14+
cancel-in-progress: true
15+
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}
16+
17+
jobs:
18+
validate-metadata:
19+
runs-on: ubuntu-latest
20+
21+
steps:
22+
- name: Checkout code
23+
uses: actions/checkout@v5
24+
25+
- name: Validate metadata file
26+
uses: owasp/nest-schema/.github/actions/validate@a733198b4a942eb12d3ee8629cd9e0d409b1b2b9

project.owasp.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
audience:
2+
- breaker
3+
- builder
4+
leaders:
5+
- name: Azzeddine RAMRAMI
6+
email: azzeddine.ramrami@owasp.org
7+
github: aramrami
8+
- name: Istvan Albert-Toth
9+
email: istvan.alberttoth@owasp.org
10+
level: 4
11+
license:
12+
- BSD-3-Clause
13+
name: OWASP CSRFGuard
14+
pitch: OWASP CSRFGuard is a library that implements a variant of the synchronizer token pattern to mitigate the risk of Cross-Site Request Forgery (CSRF)
15+
attacks.
16+
repositories:
17+
- name: www-project-csrfguard
18+
url: https://github.com/OWASP/www-project-csrfguard
19+
description: The aim of this project is to protect Java applications against CSRF attacks with the use of Synchronizer Tokens
20+
tags:
21+
- csrfguard
22+
- defenders
23+
- breakers
24+
- vulnerability-management
25+
type: tool
26+
website: https://owasp.org/www-project-csrfguard

0 commit comments

Comments
 (0)