-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmanifest.yml
More file actions
190 lines (190 loc) · 5.87 KB
/
Copy pathmanifest.yml
File metadata and controls
190 lines (190 loc) · 5.87 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
name: Category Blocking
description: This Foundry app provides a comprehensive domain-blocking solution that simplifies firewall rule management through custom categories and automated rule deployment. Built on CrowdStrike's Falcon Foundry platform, this application streamlines domain-blocking workflows while providing valuable insights into blocking patterns.
logo: images/logo.png
vendor: CrowdStrike
vendor_products: []
use_case: Endpoint security
manifest_version: "2023-05-09"
ignored:
- ui/(extensions|pages)/[^\/]*?/public
- ui/(extensions|pages)/[^\/]*?/index.html
- ui/(extensions|pages)/[^\/]*?/favicon.ico
- ui/(extensions|pages)/.*?/node_modules
- ui/(extensions|pages)/.*?/config
- ui/(extensions|pages)/.*?/\.gitignore
- ui/(extensions|pages)/.*?/package\.json
- ui/(extensions|pages)/.*?/tsconfig\.json
- ui/(extensions|pages)/.*?/tsconfig\..*\.json
- ui/(extensions|pages)/.*?/.*?\.(md|log|lock|cjs)
- e2e
- e2e/.+
- functions/.*/venv
- functions/.*/venv/.+
ui:
homepage: pages.urlblocking
extensions: []
pages:
urlblocking:
name: urlblocking
description: react blocking test
path: ui/pages/urlblocking/src/dist
entrypoint: ui/pages/urlblocking/src/dist/index.html
content_security_policy:
connect-src: []
style-src: []
style-src-elem: []
script-src: []
form-action: []
img-src: []
media-src: []
object-src: []
permissions: []
dashboards: {}
navigation:
links:
- path: /
name: Category Blocking
permissions: []
ref: pages.urlblocking
api_integrations: []
rtr_scripts: []
collections:
- name: domain
description: ""
schema: collections/domain.json
permissions: []
workflow_integration:
system_action: true
tags: []
- name: relationship
description: to have relationship data
schema: collections/relationship.json
permissions: []
workflow_integration:
system_action: true
tags: []
auth:
scopes:
- firewall-management:read
- firewall-management:write
- host-group:read
- host-group:write
- devices:read
- devices:write
permissions: {}
roles: []
functions:
- name: urlblock
config: null
description: react block
path: functions/urlblock
environment_variables: {}
handlers:
- name: urlblock
description: react block
method: GET
api_path: /urlblock
payload_type: ""
request_schema: null
response_schema: null
workflow_integration: null
permissions: []
- name: categories
description: get categories
method: GET
api_path: /categories
payload_type: ""
request_schema: null
response_schema: null
workflow_integration: null
permissions: []
- name: create-rule
description: Create blocking rule
method: POST
api_path: /create-rule
payload_type: ""
request_schema: null
response_schema: null
workflow_integration: null
permissions: []
- name: domain-analytics
description: Create blocking rule
method: GET
api_path: /domain-analytics
payload_type: ""
request_schema: null
response_schema: null
workflow_integration: null
permissions: []
- name: import_csv_handler
description: Import CSV data into Collections
method: POST
api_path: /import-csv
payload_type: ""
request_schema: null
response_schema: null
workflow_integration: null
permissions: []
- name: list-categories
description: Import CSV data into Collections
method: GET
api_path: /list-categories
payload_type: ""
request_schema: null
response_schema: null
workflow_integration: null
permissions: []
- name: search-categories
description: Import CSV data into Collections
method: GET
api_path: /search-categories
payload_type: ""
request_schema: null
response_schema: null
workflow_integration: null
permissions: []
- name: manage-categories
description: Import CSV data into Collections
method: POST
api_path: /manage-category
payload_type: ""
request_schema: null
response_schema: null
workflow_integration: null
permissions: []
- name: manage-relationship
description: Import CSV data into Collections
method: POST
api_path: /manage-relationship
payload_type: ""
request_schema: null
response_schema: null
workflow_integration: null
permissions: []
- name: get-relationship
description: Import CSV data into Collections
method: GET
api_path: /get-relationship
payload_type: ""
request_schema: null
response_schema: null
workflow_integration: null
permissions: []
- name: update-rules
description: Update rules by creating new rule with updated domains
method: POST
api_path: /update-rules
payload_type: ""
request_schema: null
response_schema: null
workflow_integration: null
permissions: []
language: python
workflows: []
parsers: []
logscale:
saved_searches: []
lookup_files: []
docs:
path: app_docs
entrypoint: README.md