-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathbundle-versions.lock
More file actions
108 lines (88 loc) · 2.9 KB
/
bundle-versions.lock
File metadata and controls
108 lines (88 loc) · 2.9 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# Zentinel Distribution Bundle - Version Lock File
#
# This file pins the agent versions included in the bundle distribution.
# The lock file is embedded in the Zentinel binary at compile time.
#
# Source of truth for agent metadata: api.zentinelproxy.io
# Update via PR when agents release new versions.
# Format: CalVer for bundle, SemVer for agents
[bundle]
# Bundle version (CalVer: YY.MM_PATCH)
version = "26.03_01"
[agents]
# Core agents (included in default bundle install)
waf = "0.3.0"
ratelimit = "0.3.0"
denylist = "0.3.0"
# Security agents
zentinelsec = "0.3.0"
modsec = "0.3.0"
ip-reputation = "0.4.0"
bot-management = "0.4.0"
content-scanner = "0.4.0"
# API security agents
graphql-security = "0.4.0"
grpc-inspector = "0.4.0"
soap = "0.4.0"
api-deprecation = "0.4.0"
# Protocol agents
websocket-inspector = "0.4.0"
mqtt-gateway = "0.4.0"
# Scripting agents
lua = "0.3.0"
js = "0.3.0"
wasm = "0.3.0"
# Utility agents
transform = "0.4.0"
audit-logger = "0.4.0"
mock-server = "0.4.0"
chaos = "0.4.0"
image-optimization = "0.2.0"
# Identity agents
auth = "0.2.0"
spiffe = "0.3.0"
policy = "0.1.0"
# AI agents
ai-gateway = "0.2.0"
# Privacy agents
data-masking = "0.5.0"
[repositories]
# Core agents
waf = "zentinelproxy/zentinel-agent-waf"
ratelimit = "zentinelproxy/zentinel-agent-ratelimit"
denylist = "zentinelproxy/zentinel-agent-denylist"
# Security agents
zentinelsec = "zentinelproxy/zentinel-agent-zentinelsec"
modsec = "zentinelproxy/zentinel-agent-modsec"
ip-reputation = "zentinelproxy/zentinel-agent-ip-reputation"
bot-management = "zentinelproxy/zentinel-agent-bot-management"
content-scanner = "zentinelproxy/zentinel-agent-content-scanner"
# API security agents
graphql-security = "zentinelproxy/zentinel-agent-graphql-security"
grpc-inspector = "zentinelproxy/zentinel-agent-grpc-inspector"
soap = "zentinelproxy/zentinel-agent-soap"
api-deprecation = "zentinelproxy/zentinel-agent-api-deprecation"
# Protocol agents
websocket-inspector = "zentinelproxy/zentinel-agent-websocket-inspector"
mqtt-gateway = "zentinelproxy/zentinel-agent-mqtt-gateway"
# Scripting agents
lua = "zentinelproxy/zentinel-agent-lua"
js = "zentinelproxy/zentinel-agent-js"
wasm = "zentinelproxy/zentinel-agent-wasm"
# Utility agents
transform = "zentinelproxy/zentinel-agent-transform"
audit-logger = "zentinelproxy/zentinel-agent-audit-logger"
mock-server = "zentinelproxy/zentinel-agent-mock-server"
chaos = "zentinelproxy/zentinel-agent-chaos"
image-optimization = "zentinelproxy/zentinel-agent-image-optimization"
# Identity agents
auth = "zentinelproxy/zentinel-agent-auth"
spiffe = "zentinelproxy/zentinel-agent-spiffe"
policy = "zentinelproxy/zentinel-agent-policy"
# AI agents
ai-gateway = "zentinelproxy/zentinel-agent-ai-gateway"
# Privacy agents
data-masking = "zentinelproxy/zentinel-agent-data-masking"
[checksums]
# SHA256 checksums for verification (optional, updated by release CI)
# Format: agent-version-os-arch = "sha256:..."