-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
31 lines (26 loc) · 1.24 KB
/
Copy pathmodule.json
File metadata and controls
31 lines (26 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"schema": "tiger.module/v1",
"slug": "tigershield",
"name": "TigerShield",
"version": "1.0.0",
"description": "A plugin-layer web application firewall for Tiger — CrowdSec malicious-IP blocking, captcha gating, rate-limiting, and login protection, all at the PHP layer (no root, no daemon). Built for shared hosting.",
"author": { "name": "WebTigers", "url": "https://webtigers.com" },
"homepage": "https://webtigers.com/tigershield",
"repository": "https://github.com/WebTigers/TigerShield",
"license": "BSD-3-Clause",
"keywords": ["security", "waf", "firewall", "crowdsec", "rate-limit", "captcha", "login-protection", "plugin"],
"requires": { "tiger": ">=0.8.0-beta", "php": ">=8.1" },
"namespace": "Tigershield",
"provides": {
"acl": "configs/acl.ini",
"migrations": "migrations",
"assets": "assets"
},
"media": {
"icon": "media/icon-256.png",
"banner": "media/banner-1544x500.png",
"screenshots": ["media/screenshot-1.png"]
},
"pricing": { "model": "free" },
"_notes": "Free, BSD-licensed first-party module. The firewall gate is registered by Bootstrap.php (a front-controller plugin); it runs before dispatch and is fail-open. See FEATURES.md for the full design."
}