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..56c35b6 --- /dev/null +++ b/project.owasp.yaml @@ -0,0 +1,23 @@ +audience: + - breaker + - builder +leaders: + - name: Jon McCoy + email: jon.mccoy@owasp.org + github: theJonMccoy + - name: Didar Gelici + email: didar.gelici@owasp.org +level: 2 +name: OWASP Blockchain AppSec Standard +pitch: We focus on security of in blockchain and web3 and share our knowledge on attack vectors and defense mechanisms. We strongly encourage your contribution + to these topics and content. +repositories: + - name: www-project-blockchain-appsec-standard + url: https://github.com/OWASP/www-project-blockchain-appsec-standard + description: OWASP Foundation Web Repository +tags: + - blockchain + - cryptocurrency + - web3 +type: documentation +website: https://owasp.org/www-project-blockchain-appsec-standard