splunk-soar-sdk 3.3.0__tar.gz → 3.3.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/PKG-INFO +1 -1
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/pyproject.toml +1 -1
- splunk_soar_sdk-3.3.1/release_notes.txt +21 -0
- splunk_soar_sdk-3.3.1/release_version.txt +1 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/meta/actions.py +9 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/example_app/app.json +4 -2
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/example_app/src/app.py +6 -2
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/uv.lock +1 -1
- splunk_soar_sdk-3.3.0/release_notes.txt +0 -77
- splunk_soar_sdk-3.3.0/release_version.txt +0 -1
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/.github/ISSUE_TEMPLATE/bug.md +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/.github/pull_request_template.md +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/.github/scripts/generate_test_summary.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/.github/utils/github.js +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/.github/utils/update_version.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/.github/workflows/code_quality.yml +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/.github/workflows/commit_hygiene.yml +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/.github/workflows/generate_docs.yml +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/.github/workflows/integration_tests.yml +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/.github/workflows/semantic_release.yml +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/.gitignore +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/.pre-commit-config.yaml +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/.releaserc +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/LICENSE +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/README.md +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/commitlint.config.js +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/docs/api_reference.rst +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/docs/app_structure/index.rst +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/docs/app_structure/pre-commit-config.yaml.rst +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/docs/app_structure/pyproject.toml.rst +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/docs/app_structure/src_app.rst +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/docs/changelog.rst +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/docs/cli_reference.rst +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/docs/conf.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/docs/custom_views/index.rst +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/docs/custom_views/reusable_components.md +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/docs/custom_views/templates.md +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/docs/custom_views/view_handlers.md +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/docs/getting_started/defining_asset.rst +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/docs/getting_started/first_action.rst +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/docs/getting_started/index.rst +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/docs/getting_started/init_app.rst +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/docs/getting_started/installation.rst +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/docs/getting_started/testing_and_building.rst +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/docs/index.rst +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/mcp_server/README.md +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/mcp_server/install.sh +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/mcp_server/mcp_config.json +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/mcp_server/pyproject.toml +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/mcp_server/pytest.ini +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/mcp_server/src/soar_test_assistant/__init__.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/mcp_server/src/soar_test_assistant/server.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/mcp_server/tests/__init__.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/mcp_server/tests/test_analyzer.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/mcp_server/uv.lock +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/__init__.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/abstract.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/action_results.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/actions_manager.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/apis/__init__.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/apis/artifact.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/apis/container.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/apis/utils.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/apis/vault.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/app.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/app_cli_runner.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/app_client.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/app_templates/basic_app/.gitignore +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/app_templates/basic_app/.pre-commit-config.yaml +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/app_templates/basic_app/logo.svg +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/app_templates/basic_app/logo_dark.svg +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/app_templates/basic_app/src/__init__.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/app_templates/basic_app/uv.lock +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/asset.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/asset_state.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/async_utils.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/cli/__init__.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/cli/cli.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/cli/init/__init__.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/cli/init/cli.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/cli/manifests/__init__.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/cli/manifests/cli.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/cli/manifests/deserializers.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/cli/manifests/processors.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/cli/manifests/serializers.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/cli/package/cli.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/cli/package/utils.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/cli/path_utils.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/cli/test/__init__.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/cli/test/cli.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/cli/utils.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/code_renderers/__init__.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/code_renderers/action_renderer.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/code_renderers/app_renderer.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/code_renderers/asset_renderer.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/code_renderers/renderer.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/code_renderers/templates/pyproject.toml.jinja +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/code_renderers/toml_renderer.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/colors.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/compat.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/crypto.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/decorators/__init__.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/decorators/action.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/decorators/make_request.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/decorators/on_es_poll.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/decorators/on_poll.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/decorators/test_connectivity.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/decorators/view_handler.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/decorators/webhook.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/exceptions.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/field_utils.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/input_spec.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/logging.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/meta/__init__.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/meta/adapters.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/meta/app.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/meta/datatypes.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/meta/dependencies.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/meta/webhooks.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/models/__init__.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/models/artifact.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/models/attachment_input.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/models/container.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/models/finding.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/models/vault_attachment.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/models/view.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/params.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/paths.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/py.typed +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/shims/phantom/action_result.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/shims/phantom/app.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/shims/phantom/base_connector.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/shims/phantom/connector_result.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/shims/phantom/consts.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/shims/phantom/encryption_helper.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/shims/phantom/install_info.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/shims/phantom/json_keys.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/shims/phantom/ph_ipc.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/shims/phantom/vault.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/shims/phantom_common/app_interface/app_interface.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/shims/phantom_common/encryption/encryption_manager_factory.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/templates/base/base_template.html +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/templates/base/error.html +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/templates/base/header.html +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/templates/base/logo_header.html +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/templates/components/pie_chart.html +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/templates/widgets/widget_resize_snippet.html +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/templates/widgets/widget_template.html +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/types.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/views/__init__.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/views/component_registry.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/views/components/__init__.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/views/components/pie_chart.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/views/template_filters.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/views/template_renderer.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/views/view_parser.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/webhooks/__init__.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/webhooks/models.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/webhooks/routing.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/test.png +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/test.txt +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/__init__.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/cli/__init__.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/cli/datapath_parse.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/cli/manifests/__init__.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/cli/manifests/test_processors.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/cli/manifests/test_python_version_resolution.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/cli/test_assets/converted_app/actions.py.txt +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/cli/test_cli.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/cli/test_convert_cli.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/cli/test_deserializers.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/cli/test_init_cli.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/cli/test_manifests_cli.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/cli/test_package_cli.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/cli/test_serializers.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/cli/test_test_cli.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/cli/test_utils.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/code_renderers/test_action_renderer.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/conftest.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/example_app/example_asset.json +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/example_app/logo.svg +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/example_app/logo_dark.svg +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/example_app/pyproject.toml +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/example_app/release_notes/v1.md +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/example_app/src/__init__.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/example_app/src/actions/__init__.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/example_app/src/actions/async_action.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/example_app/src/actions/generate_category.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/example_app/src/actions/reverse_string.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/example_app/src/ignoreme.txt +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/example_app/templates/reverse_string.html +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/example_app/uv.lock +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/example_app_with_webhook/app.json +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/example_app_with_webhook/example_asset.json +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/example_app_with_webhook/logo.svg +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/example_app_with_webhook/logo_dark.svg +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/example_app_with_webhook/pyproject.toml +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/example_app_with_webhook/src/__init__.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/example_app_with_webhook/src/app.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/example_app_with_webhook/uv.lock +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/integration/__init__.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/integration/conftest.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/integration/phantom_constants.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/integration/phantom_instance.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/integration/soar_client.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/integration/test_example_app.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/integration/test_example_app_with_webhook.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/interfaces/__init__.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/interfaces/test_artifact_interface.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/interfaces/test_container_interface.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/interfaces/test_vault_interface.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/meta/__init__.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/meta/test_actions.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/meta/test_adapters.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/meta/test_datatypes.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/meta/test_dependencies.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/meta/test_webhooks.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/mocks/__init__.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/mocks/dynamic_mocks.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/mocks/importable_action.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/stubs.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_action_results.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_actions_manager.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_app.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_app_action.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_app_action_params.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_app_action_results.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_app_client.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_app_runner.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_asset.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_asset_state.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_assets/splunk-sdk-2.1.0.tar.gz +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_async_integration.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_async_utils.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_attachment_input.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_code_renderers.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_compat.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_container.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_custom_views.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_encryption.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_es_on_poll.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_field_utils.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_finding.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_input_spec.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_logging.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_make_request_action.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_on_poll.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_params.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_template_filters.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_template_renderer.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_test_connectivity.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/test_view_parser.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/webhooks/test_models.py +0 -0
- {splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/tests/webhooks/test_routing.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: splunk-soar-sdk
|
|
3
|
-
Version: 3.3.
|
|
3
|
+
Version: 3.3.1
|
|
4
4
|
Summary: The official framework for developing and testing Splunk SOAR Apps
|
|
5
5
|
Project-URL: Homepage, https://github.com/phantomcyber/splunk-soar-sdk
|
|
6
6
|
Project-URL: Documentation, https://github.com/phantomcyber/splunk-soar-sdk
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
## [3.3.1](https://github.com/phantomcyber/splunk-soar-sdk/compare/3.3.0...3.3.1) (2025-12-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* custom views issue resovled ([bca5dbe](https://github.com/phantomcyber/splunk-soar-sdk/commit/bca5dbe783d0908ed270e91e3fb18369d0232053))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## [3.3.1](https://github.com/phantomcyber/splunk-soar-sdk/compare/3.3.0...3.3.1) (2025-12-03)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* custom views issue resovled ([bca5dbe](https://github.com/phantomcyber/splunk-soar-sdk/commit/bca5dbe783d0908ed270e91e3fb18369d0232053))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
3.3.1
|
|
@@ -39,6 +39,15 @@ class ActionMeta(BaseModel):
|
|
|
39
39
|
"type": self.render_as,
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
+
if self.view_handler:
|
|
43
|
+
module = self.view_handler.__module__
|
|
44
|
+
module_parts = module.split(".")
|
|
45
|
+
if len(module_parts) > 1:
|
|
46
|
+
relative_module = ".".join(module_parts[1:])
|
|
47
|
+
else:
|
|
48
|
+
relative_module = module
|
|
49
|
+
data["render"]["view"] = f"{relative_module}.{self.view_handler.__name__}"
|
|
50
|
+
|
|
42
51
|
# Remove view_handler from the output since in render
|
|
43
52
|
data.pop("view_handler", None)
|
|
44
53
|
data.pop("render_as", None)
|
|
@@ -379,7 +379,8 @@
|
|
|
379
379
|
}
|
|
380
380
|
],
|
|
381
381
|
"render": {
|
|
382
|
-
"type": "custom"
|
|
382
|
+
"type": "custom",
|
|
383
|
+
"view": "src.actions.reverse_string.render_reverse_string_view"
|
|
383
384
|
}
|
|
384
385
|
},
|
|
385
386
|
{
|
|
@@ -446,7 +447,8 @@
|
|
|
446
447
|
}
|
|
447
448
|
],
|
|
448
449
|
"render": {
|
|
449
|
-
"type": "custom"
|
|
450
|
+
"type": "custom",
|
|
451
|
+
"view": "src.actions.generate_category.render_statistics_chart"
|
|
450
452
|
}
|
|
451
453
|
},
|
|
452
454
|
{
|
|
@@ -116,19 +116,23 @@ def test_table_output(
|
|
|
116
116
|
return JsonOutput(name="John", age=25)
|
|
117
117
|
|
|
118
118
|
|
|
119
|
+
from .actions.reverse_string import render_reverse_string_view
|
|
120
|
+
|
|
119
121
|
app.register_action(
|
|
120
122
|
"actions.reverse_string:reverse_string",
|
|
121
123
|
action_type="investigate",
|
|
122
124
|
verbose="Reverses a string.",
|
|
123
125
|
view_template="reverse_string.html",
|
|
124
|
-
view_handler=
|
|
126
|
+
view_handler=render_reverse_string_view,
|
|
125
127
|
)
|
|
126
128
|
|
|
129
|
+
from .actions.generate_category import render_statistics_chart
|
|
130
|
+
|
|
127
131
|
app.register_action(
|
|
128
132
|
"actions.generate_category:generate_statistics",
|
|
129
133
|
action_type="investigate",
|
|
130
134
|
verbose="Generate statistics with pie chart reusable component.",
|
|
131
|
-
view_handler=
|
|
135
|
+
view_handler=render_statistics_chart,
|
|
132
136
|
)
|
|
133
137
|
|
|
134
138
|
|
|
@@ -1164,7 +1164,7 @@ wheels = [
|
|
|
1164
1164
|
|
|
1165
1165
|
[[package]]
|
|
1166
1166
|
name = "splunk-soar-sdk"
|
|
1167
|
-
version = "3.3.
|
|
1167
|
+
version = "3.3.1"
|
|
1168
1168
|
source = { editable = "." }
|
|
1169
1169
|
dependencies = [
|
|
1170
1170
|
{ name = "beautifulsoup4", marker = "(platform_machine == 'arm64' and sys_platform == 'darwin') or (platform_machine == 'x86_64' and sys_platform == 'darwin') or (platform_machine == 'aarch64' and sys_platform == 'linux') or (platform_machine == 'x86_64' and sys_platform == 'linux')" },
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
# [3.3.0](https://github.com/phantomcyber/splunk-soar-sdk/compare/3.2.3...3.3.0) (2025-12-02)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* add salt to encrypted asset state ([0c30aba](https://github.com/phantomcyber/splunk-soar-sdk/commit/0c30aba70610d4818fd7f3f1a93a63c4b4ef6316))
|
|
7
|
-
* force app install before integration test ([d4263e3](https://github.com/phantomcyber/splunk-soar-sdk/commit/d4263e3fd04be6605b4cf93de0607e8941a39019))
|
|
8
|
-
* forcibly load the app json when running a webhook, so state works ([3373e07](https://github.com/phantomcyber/splunk-soar-sdk/commit/3373e078942df1dece56d712abd53d1bf8242c7e))
|
|
9
|
-
* give the webhook app a separate name and guid ([663b52e](https://github.com/phantomcyber/splunk-soar-sdk/commit/663b52efba0f746b6f65d37528463fc34a2996bc))
|
|
10
|
-
* give the webhook app a separate product_name ([fb04500](https://github.com/phantomcyber/splunk-soar-sdk/commit/fb04500ff97b98f9605771e573fb3e00f47d80f7))
|
|
11
|
-
* give the webhook app a separate product_name ([e95f6a3](https://github.com/phantomcyber/splunk-soar-sdk/commit/e95f6a311e26bd74c882feb89647649a73fdc661))
|
|
12
|
-
* integration test fixes ([6f7966e](https://github.com/phantomcyber/splunk-soar-sdk/commit/6f7966e4c26f96138ec2fca75dc388af48c7d846))
|
|
13
|
-
* integration test fixes ([f3a9c30](https://github.com/phantomcyber/splunk-soar-sdk/commit/f3a9c3044b4735bdef0643c10726c735e497584b))
|
|
14
|
-
* mcp fixes ([a9fba7a](https://github.com/phantomcyber/splunk-soar-sdk/commit/a9fba7ac7f1f10c8ba6afd702b643984542674c6))
|
|
15
|
-
* passing tests for reverse_string ([3229256](https://github.com/phantomcyber/splunk-soar-sdk/commit/3229256650a303364c57bff9dd0c8bdc95157a41))
|
|
16
|
-
* passing tests for reverse_string ([fcdcbff](https://github.com/phantomcyber/splunk-soar-sdk/commit/fcdcbff3408286cd0288889093a3a68c9ffad927))
|
|
17
|
-
* select wheel name ([b631a56](https://github.com/phantomcyber/splunk-soar-sdk/commit/b631a561ce60ce778c3bd234de1c76da8b8dee9a))
|
|
18
|
-
* set verify on transport as well as client ([7696491](https://github.com/phantomcyber/splunk-soar-sdk/commit/76964914a2ca3bb347fc5ea0a9ad048e1b56bf6e))
|
|
19
|
-
* set verify on transport as well as client ([365ad74](https://github.com/phantomcyber/splunk-soar-sdk/commit/365ad749ce416d5d163630d513fb3d08e24276d2))
|
|
20
|
-
* squash some bugs in the testing client ([5ee68e3](https://github.com/phantomcyber/splunk-soar-sdk/commit/5ee68e3831d42d560e5f078d9a139efe7809debd))
|
|
21
|
-
* unwrap result data properly and update example app json ([6fb7009](https://github.com/phantomcyber/splunk-soar-sdk/commit/6fb7009e0301d0b1771e58e3529166c3bbdacabf))
|
|
22
|
-
* unwrap result data properly and update example app json ([6b38c09](https://github.com/phantomcyber/splunk-soar-sdk/commit/6b38c09ed158a460a86ba2e7aa4a680fb7816bb2))
|
|
23
|
-
* use self instead of super for test client requests ([c3fdc49](https://github.com/phantomcyber/splunk-soar-sdk/commit/c3fdc49173d330ce43b247bae0b7894081ef5b25))
|
|
24
|
-
* webhook manifest ([e3878bd](https://github.com/phantomcyber/splunk-soar-sdk/commit/e3878bdc42c728f14f1feb3fa5e4c20deeee838f))
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
### Features
|
|
28
|
-
|
|
29
|
-
* access the state via the asset object ([8f2c45d](https://github.com/phantomcyber/splunk-soar-sdk/commit/8f2c45dc82fd86db6267eb4e70660a1e074e9807))
|
|
30
|
-
* add cli test options ([52f6818](https://github.com/phantomcyber/splunk-soar-sdk/commit/52f68181c52c93bda615fdabb3335554bd468810))
|
|
31
|
-
* integration tests ([3a5168b](https://github.com/phantomcyber/splunk-soar-sdk/commit/3a5168b800472a18ab4f0a03c95f639b2a160b65))
|
|
32
|
-
* integration tests ([4dc1569](https://github.com/phantomcyber/splunk-soar-sdk/commit/4dc1569ff3ff51a25f8d0f4e6db521a563890e90))
|
|
33
|
-
* sdk cli testing tools ([194bc09](https://github.com/phantomcyber/splunk-soar-sdk/commit/194bc09513ad84d23fe518a5e60d2b58cfe41a44))
|
|
34
|
-
* sdk mcp testing tool ([40913d8](https://github.com/phantomcyber/splunk-soar-sdk/commit/40913d8671eb313b3db0b347203d5a44915eff65))
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
# [3.3.0](https://github.com/phantomcyber/splunk-soar-sdk/compare/3.2.3...3.3.0) (2025-12-02)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
### Bug Fixes
|
|
44
|
-
|
|
45
|
-
* add salt to encrypted asset state ([0c30aba](https://github.com/phantomcyber/splunk-soar-sdk/commit/0c30aba70610d4818fd7f3f1a93a63c4b4ef6316))
|
|
46
|
-
* force app install before integration test ([d4263e3](https://github.com/phantomcyber/splunk-soar-sdk/commit/d4263e3fd04be6605b4cf93de0607e8941a39019))
|
|
47
|
-
* forcibly load the app json when running a webhook, so state works ([3373e07](https://github.com/phantomcyber/splunk-soar-sdk/commit/3373e078942df1dece56d712abd53d1bf8242c7e))
|
|
48
|
-
* give the webhook app a separate name and guid ([663b52e](https://github.com/phantomcyber/splunk-soar-sdk/commit/663b52efba0f746b6f65d37528463fc34a2996bc))
|
|
49
|
-
* give the webhook app a separate product_name ([fb04500](https://github.com/phantomcyber/splunk-soar-sdk/commit/fb04500ff97b98f9605771e573fb3e00f47d80f7))
|
|
50
|
-
* give the webhook app a separate product_name ([e95f6a3](https://github.com/phantomcyber/splunk-soar-sdk/commit/e95f6a311e26bd74c882feb89647649a73fdc661))
|
|
51
|
-
* integration test fixes ([6f7966e](https://github.com/phantomcyber/splunk-soar-sdk/commit/6f7966e4c26f96138ec2fca75dc388af48c7d846))
|
|
52
|
-
* integration test fixes ([f3a9c30](https://github.com/phantomcyber/splunk-soar-sdk/commit/f3a9c3044b4735bdef0643c10726c735e497584b))
|
|
53
|
-
* mcp fixes ([a9fba7a](https://github.com/phantomcyber/splunk-soar-sdk/commit/a9fba7ac7f1f10c8ba6afd702b643984542674c6))
|
|
54
|
-
* passing tests for reverse_string ([3229256](https://github.com/phantomcyber/splunk-soar-sdk/commit/3229256650a303364c57bff9dd0c8bdc95157a41))
|
|
55
|
-
* passing tests for reverse_string ([fcdcbff](https://github.com/phantomcyber/splunk-soar-sdk/commit/fcdcbff3408286cd0288889093a3a68c9ffad927))
|
|
56
|
-
* select wheel name ([b631a56](https://github.com/phantomcyber/splunk-soar-sdk/commit/b631a561ce60ce778c3bd234de1c76da8b8dee9a))
|
|
57
|
-
* set verify on transport as well as client ([7696491](https://github.com/phantomcyber/splunk-soar-sdk/commit/76964914a2ca3bb347fc5ea0a9ad048e1b56bf6e))
|
|
58
|
-
* set verify on transport as well as client ([365ad74](https://github.com/phantomcyber/splunk-soar-sdk/commit/365ad749ce416d5d163630d513fb3d08e24276d2))
|
|
59
|
-
* squash some bugs in the testing client ([5ee68e3](https://github.com/phantomcyber/splunk-soar-sdk/commit/5ee68e3831d42d560e5f078d9a139efe7809debd))
|
|
60
|
-
* unwrap result data properly and update example app json ([6fb7009](https://github.com/phantomcyber/splunk-soar-sdk/commit/6fb7009e0301d0b1771e58e3529166c3bbdacabf))
|
|
61
|
-
* unwrap result data properly and update example app json ([6b38c09](https://github.com/phantomcyber/splunk-soar-sdk/commit/6b38c09ed158a460a86ba2e7aa4a680fb7816bb2))
|
|
62
|
-
* use self instead of super for test client requests ([c3fdc49](https://github.com/phantomcyber/splunk-soar-sdk/commit/c3fdc49173d330ce43b247bae0b7894081ef5b25))
|
|
63
|
-
* webhook manifest ([e3878bd](https://github.com/phantomcyber/splunk-soar-sdk/commit/e3878bdc42c728f14f1feb3fa5e4c20deeee838f))
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
### Features
|
|
67
|
-
|
|
68
|
-
* access the state via the asset object ([8f2c45d](https://github.com/phantomcyber/splunk-soar-sdk/commit/8f2c45dc82fd86db6267eb4e70660a1e074e9807))
|
|
69
|
-
* add cli test options ([52f6818](https://github.com/phantomcyber/splunk-soar-sdk/commit/52f68181c52c93bda615fdabb3335554bd468810))
|
|
70
|
-
* integration tests ([3a5168b](https://github.com/phantomcyber/splunk-soar-sdk/commit/3a5168b800472a18ab4f0a03c95f639b2a160b65))
|
|
71
|
-
* integration tests ([4dc1569](https://github.com/phantomcyber/splunk-soar-sdk/commit/4dc1569ff3ff51a25f8d0f4e6db521a563890e90))
|
|
72
|
-
* sdk cli testing tools ([194bc09](https://github.com/phantomcyber/splunk-soar-sdk/commit/194bc09513ad84d23fe518a5e60d2b58cfe41a44))
|
|
73
|
-
* sdk mcp testing tool ([40913d8](https://github.com/phantomcyber/splunk-soar-sdk/commit/40913d8671eb313b3db0b347203d5a44915eff65))
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
3.3.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/docs/app_structure/pre-commit-config.yaml.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/docs/getting_started/testing_and_building.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/mcp_server/src/soar_test_assistant/__init__.py
RENAMED
|
File without changes
|
{splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/mcp_server/src/soar_test_assistant/server.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/app_templates/basic_app/.gitignore
RENAMED
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/app_templates/basic_app/logo.svg
RENAMED
|
File without changes
|
{splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/app_templates/basic_app/logo_dark.svg
RENAMED
|
File without changes
|
{splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/app_templates/basic_app/src/__init__.py
RENAMED
|
File without changes
|
{splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/app_templates/basic_app/uv.lock
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/code_renderers/action_renderer.py
RENAMED
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/code_renderers/asset_renderer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/code_renderers/toml_renderer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/decorators/test_connectivity.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/shims/phantom/base_connector.py
RENAMED
|
File without changes
|
{splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/shims/phantom/connector_result.py
RENAMED
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/shims/phantom/encryption_helper.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/templates/base/base_template.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/templates/base/logo_header.html
RENAMED
|
File without changes
|
{splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/templates/components/pie_chart.html
RENAMED
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-3.3.0 → splunk_soar_sdk-3.3.1}/src/soar_sdk/templates/widgets/widget_template.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|