Skip to content

Commit 9a6d2c1

Browse files
Add OWASP Core Business Application Security metadata
Generated on 2025-10-03 by Arkadii Yakovets as part of the OWASP Schema initiative within OWASP Nest. Repository: `OWASP/www-project-core-business-application-security` Co-authored-by: Arkadii Yakovets <arkadii.yakovets@owasp.org>
1 parent a47205d commit 9a6d2c1

File tree

3 files changed

+81
-0
lines changed

3 files changed

+81
-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: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
audience:
2+
- breaker
3+
- builder
4+
- defender
5+
leaders:
6+
- name: Waseem Ajrab
7+
email: waseem.ajrab@owasp.org
8+
github: default-eshu
9+
- name: Marco Hammel
10+
email: maroc.hammel@no-monkey.com
11+
- name: Martin Gallo
12+
email: cbas@advisory.no-monkey.com
13+
github: martingalloar
14+
- name: Julian Petersohn
15+
email: julian.petersohn@owasp.org
16+
level: 2
17+
license:
18+
- CC-BY-SA-4.0
19+
- GPL-2.0
20+
- GPL-3.0
21+
name: OWASP Core Business Application Security
22+
pitch: A very brief, one-line description of your project
23+
repositories:
24+
- name: www-project-core-business-application-security
25+
url: https://github.com/OWASP/www-project-core-business-application-security
26+
description: OWASP Foundation Web Repository
27+
- name: CBAS-SAP
28+
url: https://github.com/NO-MONKEY/CBAS-SAP
29+
description: Core Business Application Security - SAP
30+
- name: CBAS-SAP-SecurityAptitudeAssessment
31+
url: https://github.com/NO-MONKEY/CBAS-SAP-SecurityAptitudeAssessment
32+
description: SAP Security Aptitude Assessment and Analysis
33+
- name: HoneySAP
34+
url: https://github.com/NO-MONKEY/HoneySAP
35+
description: 'HoneySAP: SAP Low-interaction research honeypot'
36+
- name: log4j_use_in_sap
37+
url: https://github.com/NO-MONKEY/log4j_use_in_sap
38+
description: Some findings about where Log4J might be in use in SAP products
39+
- name: play.backdoorsandbreachesForSAP.com
40+
url: https://github.com/NO-MONKEY/play.backdoorsandbreachesForSAP.com
41+
description: Dashboard for conducting Backdoors and Breaches sessions with an deck for SAP over Zoom.
42+
- name: SecurityInvestigations
43+
url: https://github.com/NO-MONKEY/SecurityInvestigations
44+
description: repository of responsibly disclosed security findings and investigations of NO MONKEY
45+
tags:
46+
- cbas
47+
- custom-tag-1
48+
- custom-tag-2
49+
type: documentation
50+
website: https://owasp.org/www-project-core-business-application-security

0 commit comments

Comments
 (0)