diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8f35efd --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + time: '00:45' 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..6e9f1f3 --- /dev/null +++ b/project.owasp.yaml @@ -0,0 +1,50 @@ +audience: + - breaker + - builder + - defender +leaders: + - name: Waseem Ajrab + email: waseem.ajrab@owasp.org + github: default-eshu + - name: Marco Hammel + email: maroc.hammel@no-monkey.com + - name: Martin Gallo + email: cbas@advisory.no-monkey.com + github: martingalloar + - name: Julian Petersohn + email: julian.petersohn@owasp.org +level: 2 +license: + - CC-BY-SA-4.0 + - GPL-2.0 + - GPL-3.0 +name: OWASP Core Business Application Security +pitch: A very brief, one-line description of your project +repositories: + - name: www-project-core-business-application-security + url: https://github.com/OWASP/www-project-core-business-application-security + description: OWASP Foundation Web Repository + - name: CBAS-SAP + url: https://github.com/NO-MONKEY/CBAS-SAP + description: Core Business Application Security - SAP + - name: CBAS-SAP-SecurityAptitudeAssessment + url: https://github.com/NO-MONKEY/CBAS-SAP-SecurityAptitudeAssessment + description: SAP Security Aptitude Assessment and Analysis + - name: HoneySAP + url: https://github.com/NO-MONKEY/HoneySAP + description: 'HoneySAP: SAP Low-interaction research honeypot' + - name: log4j_use_in_sap + url: https://github.com/NO-MONKEY/log4j_use_in_sap + description: Some findings about where Log4J might be in use in SAP products + - name: play.backdoorsandbreachesForSAP.com + url: https://github.com/NO-MONKEY/play.backdoorsandbreachesForSAP.com + description: Dashboard for conducting Backdoors and Breaches sessions with an deck for SAP over Zoom. + - name: SecurityInvestigations + url: https://github.com/NO-MONKEY/SecurityInvestigations + description: repository of responsibly disclosed security findings and investigations of NO MONKEY +tags: + - cbas + - custom-tag-1 + - custom-tag-2 +type: documentation +website: https://owasp.org/www-project-core-business-application-security