Skip to content

Commit 08907a2

Browse files
authored
Merge pull request #25 from OWASP/nest/owasp-cheat-sheet-series-metadata
Add OWASP Cheat Sheet Series metadata
2 parents e426ce9 + 186aace commit 08907a2

File tree

3 files changed

+67
-0
lines changed

3 files changed

+67
-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: 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: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
audience:
2+
- builder
3+
- defender
4+
community:
5+
- name: cheatsheets
6+
platform: slack
7+
url: https://owasp.slack.com/archives/C073YNUQG
8+
description: "The OWASP Cheat Sheet Series was created to provide a collection of high value info on specific web application security topics.\n\nChannel\
9+
\ reserved for technical discussion on CS project.\n\n<https://www.owasp.org/index.php/OWASP_Cheat_Sheet_Series>"
10+
leaders:
11+
- name: Jim Manico
12+
13+
github: jmanico
14+
- name: Jakub Maćkowski
15+
16+
github: mackowski
17+
level: 4
18+
license:
19+
- CC-BY-SA-4.0
20+
name: OWASP Cheat Sheet Series
21+
pitch: The OWASP Cheat Sheet Series project provides a set of concise good practice guides for application developers and defenders to follow.
22+
repositories:
23+
- name: www-project-cheat-sheets
24+
url: https://github.com/OWASP/www-project-cheat-sheets
25+
description: OWASP Foundation Web Repository
26+
- name: CheatSheetSeries
27+
url: https://github.com/OWASP/CheatSheetSeries
28+
description: The OWASP Cheat Sheet Series was created to provide a concise collection of high value information on specific application security topics.
29+
tags:
30+
- appsec
31+
- application-security
32+
- best-practices
33+
- builders
34+
- defenders
35+
type: documentation
36+
website: https://owasp.org/www-project-cheat-sheets

0 commit comments

Comments
 (0)