8000 Add OWASP ModSecurity metadata · OWASP/www-project-modsecurity@8090c47 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8090c47

Browse files
Add OWASP ModSecurity metadata
Generated on 2025-10-06 by Arkadii Yakovets as part of the OWASP Schema initiative within OWASP Nest. Repository: `OWASP/www-project-modsecurity` Co-authored-by: Arkadii Yakovets <arkadii.yakovets@owasp.org>
1 parent 277f96f commit 8090c47

File tree

3 files changed

+93
-0
lines changed

3 files changed

+93
-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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
permissions:
12+
contents: read
13+
14+
concurrency:
15+
cancel-in-progress: true
16+
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}
17+
18+
jobs:
19+
validate-metadata:
20+
runs-on: ubuntu-latest
21+
22+
steps:
23+
- name: Checkout code
24+
uses: actions/checkout@v5
25+
26+
- name: Validate metadata file
27+
uses: owasp/nest-schema/.github/actions/validate@a733198b4a942eb12d3ee8629cd9e0d409b1b2b9

project.owasp.yaml

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
audience:
2+
- defender
3+
community:
4+
- name: project-modsecurity
5+
platform: slack
6+
url: https://owasp.slack.com/archives/C069PCXSW12
7+
description: "Slack channel for the new OWASP ModSecurity project.\n\nSee <https://owasp.org/blog/2024/01/09/ModSecurity.html>"
8+
leaders:
9+
- name: Ervin Hegedus
10+
email: ervin.hegedus@owasp.org
11+
github: airween
12+
- name: Christian Folini
13+
email: christian.folini@owasp.org
14+
github: dune73
15+
- name: Marc Stern
16+
email: marc.stern@owasp.org
17+
github: marcstern
18+
level: 3.5
19+
license:
20+
- Apache-2.0
21+
name: OWASP ModSecurity
22+
pitch: ModSecurity is the standard open-source web application firewall (WAF) engine.
23+
repositories:
24+
- name: www-project-modsecurity
25+
url: https://github.com/OWASP/www-project-modsecurity
26+
description: OWASP Foundation Web Repository
27+
- name: modsec-sdbm-util
28+
url: https://github.com/owasp-modsecurity/modsec-sdbm-util
29+
description: 'Utility to manipulate SDBM files used by ModSecurity. With that utility it is possible to _shrink_ SDBM databases. It is also possible
30+
to list the SDBM contents with filters such as: expired or invalid items only. '
31+
- name: ModSecurity
32+
url: https://github.com/owasp-modsecurity/ModSecurity
33+
description: ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx. It has a robust event-based
34+
programming language which provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and
35+
real-time analysis.
36+
- name: ModSecurity-apache
37+
url: https://github.com/owasp-modsecurity/ModSecurity-apache
38+
description: ModSecurity v3 Apache Connector
39+
- name: ModSecurity-nginx
40+
url: https://github.com/owasp-modsecurity/ModSecurity-nginx
41+
description: ModSecurity v3 Nginx Connector
42+
- name: ModSecurity-Python-bindings
43+
url: https://github.com/owasp-modsecurity/ModSecurity-Python-bindings
44+
description: Python bindings for libModSecurity (aka ModSecurity v3)
45+
- name: MRTS
46+
url: https://github.com/owasp-modsecurity/MRTS
47+
description: ModSecurity Regression Test set
48+
- name: secrules-language-tests
49+
url: https://github.com/owasp-modsecurity/secrules-language-tests
50+
description: Set of test cases that can be used to test custom implementations of the SecRules language (ModSecurity rules format).
51+
- name: website
52+
url: https://github.com/owasp-modsecurity/website
53+
description: www.modsecurity.org website
54+
tags:
55+
- example-tag
56+
- custom-tag-1
57+
- custom-tag-2
58+
type: code
59+
website: https://owasp.org/www-project-modsecurity

0 commit comments

Comments
 (0)
0