Commit d64540f
authored
fixes ADDON-43860 in cim-fields-report: unhashable type: 'list' (#434)
* fixes ADDON-43860 in cim-fields-report: unhashable type: 'list' exception
* removes duplications in list of (eventype, punct) pairs
* adds unit tests for cim-fields-reports: core data preparation methods
* chore: merged from main
* fixes ADDON-43860 in cim-fields-report: unhashable type: 'list' exception
* removes duplications in list of (eventype, punct) pairs
* adds unit tests for cim-fields-reports: core data preparation methods
* chore: merged from main
* fix(cim-fields-report): fixes unhashable type: 'list' exception1 parent fdb8c07 commit d64540f
File tree
5 files changed
+375
-5
lines changed- deps
- apps
- build
- pytest_splunk_addon/tools
- tests/unit/tests_standard_lib/tests_tools
5 files changed
+375
-5
lines changedSubmodule Splunk_SA_CIM updated 55 files
- README.txt+1-1
- README/datamodels.conf.spec+19
- README/transforms.conf.spec-11
- app.manifest-57
- appserver/static/bootstrap-enterprise.css-1
- appserver/static/cim_setup.css+31-65
- appserver/static/cim_setup.js+307-2.0k
- appserver/static/js/collections/ConfDataModels.js+8
- appserver/static/js/collections/Macros.js+20
- appserver/static/js/collections/Tags.js+11
- appserver/static/js/commonControl/AddonMenuControl.js+173
- appserver/static/js/models/ConfDataModel.js+7
- appserver/static/js/models/Macro.js+11
- appserver/static/js/util/Utils.js+61
- appserver/static/js/views/CIMSetupView.js+245
- appserver/static/js/views/DataModelConfig.js+301
- appserver/static/js/views/ModactionApiKeyView.js+81
- appserver/static/modaction_api_key.css+51
- appserver/static/modaction_api_key.js+146
- appserver/templates/base.html-34
- bin/modaction_adhoc_rest_handler.py+4-12
- bin/relaymodaction.py+1-19
- default/app.conf+2-2
- default/data/models/Alerts.json+29-229
- default/data/models/Authentication.json+37-171
- default/data/models/Certificates.json-42
- default/data/models/Change.json+34-286
- default/data/models/DLP.json-24
- default/data/models/Data_Access.json-463
- default/data/models/Email.json+3-45
- default/data/models/Endpoint.json-20
- default/data/models/Intrusion_Detection.json-36
- default/data/models/Malware.json+19-70
- default/data/models/Network_Sessions.json+5-13
- default/data/models/Network_Traffic.json+10-22
- default/data/models/Performance.json-12
- default/data/models/Splunk_Audit.json-156
- default/data/models/Ticket_Management.json-12
- default/data/models/Updates.json-12
- default/data/models/Vulnerabilities.json-24
- default/data/models/Web.json+3-108
- default/data/ui/views/cim_setup.xml+12-3
- default/datamodels.conf+28-40
- default/eventtypes.conf+1-1
- default/macros.conf-3
- default/props.conf-2
- default/savedsearches.conf+1-1
- default/tags.conf+2-2
- default/transforms.conf-34
- lib/cim_actions.py-6
- lib/splunk_sa_cim/modinput/base_modinput.py+144-192
- lib/splunk_sa_cim/modinput/json_modinput.py+3-11
- license-eula.rtf+3.2k-3.2k
- license-eula.txt+709-709
- lookups/cim_access_actions.csv.default+1-3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
177 | 204 | | |
178 | 205 | | |
179 | 206 | | |
| |||
203 | 230 | | |
204 | 231 | | |
205 | 232 | | |
206 | | - | |
207 | | - | |
| 233 | + | |
208 | 234 | | |
209 | 235 | | |
210 | 236 | | |
| |||
315 | 341 | | |
316 | 342 | | |
317 | 343 | | |
318 | | - | |
| 344 | + | |
319 | 345 | | |
320 | 346 | | |
321 | 347 | | |
| |||
Whitespace-only changes.
0 commit comments