Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
time: '00:45'
27 changes: 27 additions & 0 deletions .github/workflows/validate-owasp-metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Validate OWASP entity metadata

on:
pull_request:
paths:
- '*.owasp.yaml'
push:
paths:
- '*.owasp.yaml'

permissions:
contents: read

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
39 changes: 39 additions & 0 deletions project.owasp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
audience:
- builder
- defender
leaders:
- name: Kevin Wall
email: kevin.w.wall@owasp.org
github: kwwall
- name: Matt Seil
email: matt.seil@owasp.org
github: xeno6696
level: 3
license:
- BSD-3-Clause
- CC0-1.0
- MIT
name: OWASP Enterprise Security API (ESAPI)
pitch: Description for OWASP Enterprise Security API (ESAPI)
repositories:
- name: www-project-enterprise-security-api
url: https://github.com/OWASP/www-project-enterprise-security-api
description: OWASP Foundation Web Repository
- name: esapi-java
url: https://github.com/ESAPI/esapi-java
- name: esapi-java-legacy
url: https://github.com/ESAPI/esapi-java-legacy
description: ESAPI (The OWASP Enterprise Security API) is a free, open source, web application security control library that makes it easier for programmers
to write lower-risk applications.
- name: node-esapi
url: https://github.com/ESAPI/node-esapi
description: A minimal port of the old, publicly archived "owasp-esapi-js" (Enterprise Security API for JavaScript) encoder.
- name: test-github-discussions
url: https://github.com/ESAPI/test-github-discussions
description: Playground for experimenting with GitHub Discussions - this WILL be removed soon!
tags:
- esapi
- custom-tag-1
- custom-tag-2
type: code
website: https://owasp.org/www-project-enterprise-security-api