From 5c3866d6b9d82b023237f68427909fabc3926ba1 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 12 May 2025 22:53:52 +0200 Subject: [PATCH] add SafeLine (#1319) Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> --- software/safeline.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/safeline.yml diff --git a/software/safeline.yml b/software/safeline.yml new file mode 100644 index 0000000000..9a9574f17b --- /dev/null +++ b/software/safeline.yml @@ -0,0 +1,11 @@ +name: "SafeLine" +website_url: "https://waf.chaitin.com/" +source_code_url: "https://github.com/chaitin/SafeLine" +description: "Web application firewall / reverse proxy to protect your web apps from attacks and exploits." +licenses: + - GPL-3.0 +platforms: + - Docker +tags: + - Web Servers +demo_url: "https://demo.waf.chaitin.com/"