Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Zeerg/modsecurity-layer
A ModSecurity Lambda Layer for AWS
https://github.com/Zeerg/modsecurity-layer
aws lambda modsecurity security serverless-framework
Last synced: 10 days ago
JSON representation
A ModSecurity Lambda Layer for AWS
- Host: GitHub
- URL: https://github.com/Zeerg/modsecurity-layer
- Owner: Zeerg
- Created: 2020-03-15T02:56:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T15:18:25.000Z (about 4 years ago)
- Last Synced: 2024-08-02T06:14:10.089Z (3 months ago)
- Topics: aws, lambda, modsecurity, security, serverless-framework
- Language: Dockerfile
- Homepage:
- Size: 33.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-layers - `Zeerg/modsecurity-layer`
README
# modsecurity-layer
A serverless modsecurity AWS lambda layer with OWASP CRS. Check the working POC in example/## Building
To build run
```
make build
```No cache build can be done with
```
make rebuild
```Cleanup can be done with
```
make clean
```## Deploy
```
make deploy
```## References
https://github.com/actions-security/pymodsecurityhttps://modsecurity.org/crs/
https://github.com/SpiderLabs/ModSecurity