-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.manifest
More file actions
49 lines (49 loc) · 1.27 KB
/
Copy pathapp.manifest
File metadata and controls
49 lines (49 loc) · 1.27 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
{
"schemaVersion": "2.0.0",
"info": {
"title": "Whitelist Manager",
"id": {
"group": null,
"name": "wl_manager",
"version": "1.0.8"
},
"author": [
{
"name": "Oleh Bezsonov",
"email": "communicate.oleh@gmail.com",
"company": null
}
],
"releaseDate": "2026-06-06",
"description": "Manage detection-rule CSV whitelists with diff-based audit trail. Provides a web-based interface for viewing, editing, adding, and removing whitelist entries with full change tracking, expiration management, and role-based access control.",
"classification": {
"intendedAudience": "Security Operations",
"categories": [
"Security, Fraud & Compliance"
],
"developmentStatus": "Production/Stable"
},
"commonInformationModels": null,
"license": {
"name": "Apache-2.0",
"text": null,
"uri": "https://github.com/RelativisticJet/wl_manager/blob/main/LICENSE"
}
},
"dependencies": null,
"tasks": null,
"inputGroups": null,
"incompatibleApps": null,
"platformRequirements": {
"splunk": {
"Enterprise": ">=8.1.0,<10.0.0"
}
},
"supportedDeployments": [
"_standalone",
"_distributed"
],
"targetWorkloads": [
"_search_heads"
]
}