Skip to content

Commit 9040893

Browse files
authored
Merge pull request #3042 from airween/v3/docsecurity_updates
docs: Fix organization name in references and security e-mail
2 parents 7aae94b + de4d97e commit 9040893

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
<img src="https://github.com/SpiderLabs/ModSecurity/raw/v3/master/others/modsec.png" width="50%">
2+
<img src="https://github.com/owasp-modsecurity/ModSecurity/raw/v3/master/others/modsec.png" width="50%">
33

44
![Quality Assurance](https://github.com/owasp-modsecurity/ModSecurity/workflows/Quality%20Assurance/badge.svg)
55
[![Build Status](https://sonarcloud.io/api/project_badges/measure?project=owasp-modsecurity_ModSecurity&metric=alert_status)](https://sonarcloud.io/dashboard?id=owasp-modsecurity_ModSecurity)
@@ -21,7 +21,7 @@ capability to load/interpret rules written in the ModSecurity SecRules format
2121
and apply them to HTTP content provided by your application via Connectors.
2222

2323
If you are looking for ModSecurity for Apache (aka ModSecurity v2.x), it is still under maintenance and available:
24-
[here](https://github.com/SpiderLabs/ModSecurity/tree/v2/master).
24+
[here](https://github.com/owasp-modsecurity/ModSecurity/tree/v2/master).
2525

2626
### What is the difference between this project and the old ModSecurity (v2.x.x)?
2727

@@ -37,7 +37,7 @@ As a result of this goal we have rearchitected Libmodsecurity such that it is no
3737

3838
### It is no longer just a module.
3939

40-
The 'ModSecurity' branch no longer contains the traditional module logic (for Nginx, Apache, and IIS) that has traditionally been packaged all together. Instead, this branch only contains the library portion (libmodsecurity) for this project. This library is consumed by what we have termed 'Connectors' these connectors will interface with your webserver and provide the library with a common format that it understands. Each of these connectors is maintained as a separate GitHub project. For instance, the Nginx connector is supplied by the ModSecurity-nginx project (https://github.com/SpiderLabs/ModSecurity-nginx).
40+
The 'ModSecurity' branch no longer contains the traditional module logic (for Nginx, Apache, and IIS) that has traditionally been packaged all together. Instead, this branch only contains the library portion (libmodsecurity) for this project. This library is consumed by what we have termed 'Connectors' these connectors will interface with your webserver and provide the library with a common format that it understands. Each of these connectors is maintained as a separate GitHub project. For instance, the Nginx connector is supplied by the ModSecurity-nginx project (https://github.com/owasp-modsecurity/ModSecurity-nginx).
4141

4242
Keeping these connectors separated allows each project to have different release cycles, issues and development trees. Additionally, it means that when you install ModSecurity v3 you only get exactly what you need, no extras you won't be using.
4343

@@ -67,7 +67,7 @@ $ sudo make install
6767
```
6868

6969
Details on distribution specific builds can be found in our Wiki:
70-
[Compilation Recipes](https://github.com/SpiderLabs/ModSecurity/wiki/Compilation-recipes)
70+
[Compilation Recipes](https://github.com/owasp-modsecurity/ModSecurity/wiki/Compilation-recipes)
7171

7272
### Windows
7373

@@ -251,7 +251,7 @@ is one.
251251
### Security issue
252252

253253
Please do not make public any security issue. Contact us at:
254-
security@modsecurity.org reporting the issue. Once the problem is fixed your
254+
modsecurity@owasp.org reporting the issue. Once the problem is fixed your
255255
credit will be given.
256256

257257
## Feature request

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ The latest versions of both v2.9.x and v3.0.x are supported.
66

77
## Reporting a Vulnerability
88

9-
For information on how to report a security issue, please see https://github.com/SpiderLabs/ModSecurity#security-issue
9+
For information on how to report a security issue, please see https://github.com/owasp-modsecurity/ModSecurity#security-issue

0 commit comments

Comments
 (0)