From 4c84ecbcfd19ed7ef62a4ae83da2815f1400378a Mon Sep 17 00:00:00 2001 From: Juan Pablo Tosso Date: Thu, 31 Mar 2022 07:27:08 -0300 Subject: [PATCH] add coraza (#4153) * Add OWASP Coraza to the list * fix name Co-authored-by: Phani Rithvij --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3487cb31..048602f4 100644 --- a/README.md +++ b/README.md @@ -1957,6 +1957,7 @@ _Libraries that are used to help make your application more secure._ - [Cameradar](https://github.com/Ullaakut/cameradar) - Tool and library to remotely hack RTSP streams from surveillance cameras. - [certificates](https://github.com/mvmaasakkers/certificates) - An opinionated tool for generating tls certificates. - [CertMagic](https://github.com/caddyserver/certmagic) - Mature, robust, and powerful ACME client integration for fully-managed TLS certificate issuance and renewal. +- [Coraza](https://github.com/corazawaf/coraza) - Enterprise-ready, modsecurity and OWASP CRS compatible WAF library. - [dongle](https://github.com/golang-module/dongle) - A simple, semantic and developer-friendly golang package for encoding&decoding and encryption&decryption. - [firewalld-rest](https://github.com/prashantgupta24/firewalld-rest) - A rest application to dynamically update firewalld rules on a linux server. - [go-generate-password](https://github.com/m1/go-generate-password) - Password generator that can be used on the cli or as a library.