splunk-soar-sdk 2.3.4__tar.gz → 2.3.6__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-2.3.4 → splunk_soar_sdk-2.3.6}/PKG-INFO +1 -1
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/pyproject.toml +1 -1
- splunk_soar_sdk-2.3.6/release_notes.txt +21 -0
- splunk_soar_sdk-2.3.6/release_version.txt +1 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/actions_manager.py +18 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/input_spec.py +1 -1
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/test_actions_manager.py +32 -0
- splunk_soar_sdk-2.3.6/tests/test_input_spec.py +28 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/uv.lock +1 -1
- splunk_soar_sdk-2.3.4/release_notes.txt +0 -21
- splunk_soar_sdk-2.3.4/release_version.txt +0 -1
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/.github/ISSUE_TEMPLATE/bug.md +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/.github/pull_request_template.md +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/.github/utils/github.js +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/.github/utils/update_version.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/.github/workflows/code_quality.yml +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/.github/workflows/commit_hygiene.yml +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/.github/workflows/generate_docs.yml +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/.github/workflows/semantic_release.yml +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/.gitignore +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/.pre-commit-config.yaml +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/.releaserc +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/LICENSE +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/README.md +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/commitlint.config.js +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/docs/api_reference.rst +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/docs/app_structure/index.rst +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/docs/app_structure/pre-commit-config.yaml.rst +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/docs/app_structure/pyproject.toml.rst +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/docs/app_structure/src_app.rst +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/docs/changelog.rst +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/docs/cli_reference.rst +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/docs/conf.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/docs/custom_views/index.rst +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/docs/custom_views/reusable_components.md +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/docs/custom_views/templates.md +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/docs/custom_views/view_handlers.md +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/docs/getting_started/defining_asset.rst +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/docs/getting_started/first_action.rst +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/docs/getting_started/index.rst +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/docs/getting_started/init_app.rst +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/docs/getting_started/installation.rst +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/docs/getting_started/testing_and_building.rst +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/docs/index.rst +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/__init__.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/abstract.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/action_results.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/apis/__init__.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/apis/artifact.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/apis/container.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/apis/utils.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/apis/vault.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/app.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/app_cli_runner.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/app_client.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/app_templates/basic_app/.gitignore +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/app_templates/basic_app/.pre-commit-config.yaml +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/app_templates/basic_app/logo.svg +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/app_templates/basic_app/logo_dark.svg +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/app_templates/basic_app/src/__init__.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/app_templates/basic_app/uv.lock +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/asset.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/async_utils.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/cli/__init__.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/cli/cli.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/cli/init/__init__.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/cli/init/cli.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/cli/manifests/__init__.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/cli/manifests/cli.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/cli/manifests/deserializers.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/cli/manifests/processors.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/cli/manifests/serializers.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/cli/package/cli.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/cli/package/utils.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/cli/path_utils.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/cli/utils.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/code_renderers/__init__.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/code_renderers/action_renderer.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/code_renderers/app_renderer.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/code_renderers/asset_renderer.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/code_renderers/renderer.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/code_renderers/templates/pyproject.toml.jinja +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/code_renderers/toml_renderer.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/colors.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/compat.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/crypto.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/decorators/__init__.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/decorators/action.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/decorators/make_request.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/decorators/on_poll.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/decorators/test_connectivity.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/decorators/view_handler.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/decorators/webhook.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/exceptions.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/logging.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/meta/__init__.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/meta/actions.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/meta/adapters.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/meta/app.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/meta/datatypes.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/meta/dependencies.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/meta/webhooks.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/models/__init__.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/models/artifact.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/models/container.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/models/vault_attachment.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/models/view.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/params.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/paths.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/py.typed +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/shims/phantom/action_result.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/shims/phantom/app.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/shims/phantom/base_connector.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/shims/phantom/connector_result.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/shims/phantom/consts.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/shims/phantom/encryption_helper.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/shims/phantom/install_info.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/shims/phantom/json_keys.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/shims/phantom/ph_ipc.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/shims/phantom/vault.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/shims/phantom_common/app_interface/app_interface.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/shims/phantom_common/encryption/encryption_manager_factory.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/templates/base/base_template.html +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/templates/base/error.html +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/templates/base/header.html +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/templates/base/logo_header.html +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/templates/components/pie_chart.html +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/templates/widgets/widget_resize_snippet.html +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/templates/widgets/widget_template.html +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/types.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/views/__init__.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/views/component_registry.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/views/components/__init__.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/views/components/pie_chart.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/views/template_filters.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/views/template_renderer.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/views/view_parser.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/webhooks/__init__.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/webhooks/models.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/webhooks/routing.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/test.png +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/test.txt +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/__init__.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/cli/__init__.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/cli/datapath_parse.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/cli/manifests/__init__.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/cli/manifests/test_processors.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/cli/test_assets/converted_app/actions.py.txt +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/cli/test_cli.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/cli/test_convert_cli.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/cli/test_deserializers.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/cli/test_init_cli.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/cli/test_manifests_cli.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/cli/test_package_cli.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/cli/test_serializers.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/cli/test_utils.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/code_renderers/test_action_renderer.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/conftest.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app/app.json +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app/example_asset.json +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app/logo.svg +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app/logo_dark.svg +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app/pyproject.toml +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app/release_notes/v1.md +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app/src/__init__.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app/src/actions/__init__.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app/src/actions/async_action.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app/src/actions/generate_category.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app/src/actions/reverse_string.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app/src/app.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app/src/ignoreme.txt +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app/templates/reverse_string.html +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app/uv.lock +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app_with_webhook/app.json +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app_with_webhook/logo.svg +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app_with_webhook/logo_dark.svg +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app_with_webhook/pyproject.toml +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app_with_webhook/src/__init__.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app_with_webhook/src/app.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app_with_webhook/uv.lock +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/interfaces/__init__.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/interfaces/test_artifact_interface.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/interfaces/test_container_interface.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/interfaces/test_vault_interface.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/meta/__init__.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/meta/test_actions.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/meta/test_adapters.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/meta/test_datatypes.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/meta/test_dependencies.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/meta/test_webhooks.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/mocks/__init__.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/mocks/dynamic_mocks.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/mocks/importable_action.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/stubs.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/test_action_results.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/test_app.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/test_app_action.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/test_app_action_params.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/test_app_action_results.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/test_app_client.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/test_app_runner.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/test_asset.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/test_assets/splunk-sdk-2.1.0.tar.gz +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/test_async_integration.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/test_async_utils.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/test_code_renderers.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/test_compat.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/test_container.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/test_custom_views.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/test_encryption.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/test_logging.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/test_make_request_action.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/test_on_poll.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/test_params.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/test_template_filters.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/test_template_renderer.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/test_test_connectivity.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/test_view_parser.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/webhooks/test_models.py +0 -0
- {splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/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: 2.3.
|
|
3
|
+
Version: 2.3.6
|
|
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
|
+
## [2.3.6](https://github.com/phantomcyber/splunk-soar-sdk/compare/2.3.5...2.3.6) (2025-10-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* ab path issue with sdk ([10aae4e](https://github.com/phantomcyber/splunk-soar-sdk/commit/10aae4e86df3c674d2e2045b2556394b2f8050e2))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## [2.3.6](https://github.com/phantomcyber/splunk-soar-sdk/compare/2.3.5...2.3.6) (2025-10-21)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* ab path issue with sdk ([10aae4e](https://github.com/phantomcyber/splunk-soar-sdk/commit/10aae4e86df3c674d2e2045b2556394b2f8050e2))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2.3.6
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
from typing import Optional, Any
|
|
2
|
+
import os
|
|
2
3
|
|
|
3
4
|
from soar_sdk.input_spec import InputSpecification
|
|
4
5
|
from soar_sdk.shims.phantom.base_connector import BaseConnector
|
|
@@ -9,6 +10,11 @@ from pydantic import ValidationError
|
|
|
9
10
|
from soar_sdk.shims.phantom.action_result import ActionResult as PhantomActionResult
|
|
10
11
|
from soar_sdk.logging import getLogger
|
|
11
12
|
|
|
13
|
+
try:
|
|
14
|
+
from phantom_common import install_info
|
|
15
|
+
except ImportError:
|
|
16
|
+
install_info = None
|
|
17
|
+
|
|
12
18
|
|
|
13
19
|
_INGEST_STATE_KEY = "ingestion_state"
|
|
14
20
|
_AUTH_STATE_KEY = "auth_state"
|
|
@@ -139,6 +145,18 @@ class ActionsManager(BaseConnector):
|
|
|
139
145
|
"""Public method for setting the CSRF token in connector."""
|
|
140
146
|
self._set_csrf_info(token, referer)
|
|
141
147
|
|
|
148
|
+
def get_app_dir(self) -> str:
|
|
149
|
+
"""Override get_app_dir to fix path issue on automation brokers < 7.1.0.
|
|
150
|
+
|
|
151
|
+
Returns APP_HOME directly on brokers, which contains the correct SDK app path.
|
|
152
|
+
"""
|
|
153
|
+
# On AB, APP_HOME is set by spawn to the full app path at runtime
|
|
154
|
+
if install_info and install_info.is_onprem_broker_install():
|
|
155
|
+
return os.getenv("APP_HOME", "")
|
|
156
|
+
|
|
157
|
+
# For non-broker just proceed as we did before
|
|
158
|
+
return super().get_app_dir()
|
|
159
|
+
|
|
142
160
|
@classmethod
|
|
143
161
|
def get_soar_base_url(cls) -> str:
|
|
144
162
|
"""Get the base URL of the Splunk SOAR instance this app is running on."""
|
|
@@ -137,7 +137,7 @@ class InputSpecification(BaseModel):
|
|
|
137
137
|
}
|
|
138
138
|
"""
|
|
139
139
|
|
|
140
|
-
action: str
|
|
140
|
+
action: Optional[str] = None
|
|
141
141
|
action_run_id: int = Field(default_factory=id_factory)
|
|
142
142
|
app_config: Optional[Any] = None
|
|
143
143
|
asset_id: str = Field(default_factory=lambda: str(id_factory()))
|
|
@@ -351,3 +351,35 @@ def test_app_connector_delegates_set_csrf_info(
|
|
|
351
351
|
app_actions_manager.set_csrf_info("", "")
|
|
352
352
|
|
|
353
353
|
assert set_csrf_info.call_count == 1
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
def test_get_app_dir_broker(
|
|
357
|
+
app_actions_manager: ActionsManager, mocker: pytest_mock.MockerFixture
|
|
358
|
+
):
|
|
359
|
+
"""Test get_app_dir return on broker."""
|
|
360
|
+
mock_install_info = mocker.patch("soar_sdk.actions_manager.install_info")
|
|
361
|
+
mock_install_info.is_onprem_broker_install.return_value = True
|
|
362
|
+
mocker.patch("os.getenv", return_value="/splunk_data/apps/test_app/1.0.0")
|
|
363
|
+
|
|
364
|
+
result = app_actions_manager.get_app_dir()
|
|
365
|
+
|
|
366
|
+
assert result == "/splunk_data/apps/test_app/1.0.0"
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
def test_get_app_dir_non_broker(
|
|
370
|
+
app_actions_manager: ActionsManager, mocker: pytest_mock.MockerFixture
|
|
371
|
+
):
|
|
372
|
+
"""Test get_app_dir return on non-broker."""
|
|
373
|
+
mock_install_info = mocker.patch("soar_sdk.actions_manager.install_info")
|
|
374
|
+
mock_install_info.is_onprem_broker_install.return_value = False
|
|
375
|
+
|
|
376
|
+
super_mock = mocker.patch(
|
|
377
|
+
"soar_sdk.shims.phantom.base_connector.BaseConnector.get_app_dir",
|
|
378
|
+
return_value="/opt/phantom/apps/test_app",
|
|
379
|
+
create=True,
|
|
380
|
+
)
|
|
381
|
+
|
|
382
|
+
result = app_actions_manager.get_app_dir()
|
|
383
|
+
|
|
384
|
+
assert result == "/opt/phantom/apps/test_app"
|
|
385
|
+
super_mock.assert_called_once()
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
from soar_sdk.input_spec import InputSpecification, AppConfig
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
def test_input_spec_without_action():
|
|
5
|
+
"""InputSpecification can be created without the action field."""
|
|
6
|
+
input_spec = InputSpecification(
|
|
7
|
+
asset_id="1",
|
|
8
|
+
identifier="test_action",
|
|
9
|
+
config=AppConfig(
|
|
10
|
+
app_version="1.0.0", directory=".", main_module="example_connector.py"
|
|
11
|
+
),
|
|
12
|
+
)
|
|
13
|
+
assert input_spec.action is None
|
|
14
|
+
assert input_spec.identifier == "test_action"
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
def test_input_spec_with_action():
|
|
18
|
+
"""InputSpecification can be created with the action field."""
|
|
19
|
+
input_spec = InputSpecification(
|
|
20
|
+
asset_id="1",
|
|
21
|
+
identifier="test_action",
|
|
22
|
+
action="test_action",
|
|
23
|
+
config=AppConfig(
|
|
24
|
+
app_version="1.0.0", directory=".", main_module="example_connector.py"
|
|
25
|
+
),
|
|
26
|
+
)
|
|
27
|
+
assert input_spec.action == "test_action"
|
|
28
|
+
assert input_spec.identifier == "test_action"
|
|
@@ -1291,7 +1291,7 @@ wheels = [
|
|
|
1291
1291
|
|
|
1292
1292
|
[[package]]
|
|
1293
1293
|
name = "splunk-soar-sdk"
|
|
1294
|
-
version = "2.3.
|
|
1294
|
+
version = "2.3.6"
|
|
1295
1295
|
source = { editable = "." }
|
|
1296
1296
|
dependencies = [
|
|
1297
1297
|
{ name = "beautifulsoup4", marker = "(python_full_version < '3.10' and platform_machine == 'arm64' and sys_platform == 'darwin') or (python_full_version >= '3.13' and platform_machine == 'arm64' and sys_platform == 'darwin') or (python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'darwin') or (python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'darwin') or (python_full_version < '3.10' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux') or (python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux')" },
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
## [2.3.4](https://github.com/phantomcyber/splunk-soar-sdk/compare/2.3.3...2.3.4) (2025-10-10)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* update pre commit template and add release notes directory on soarapps init ([8c90107](https://github.com/phantomcyber/splunk-soar-sdk/commit/8c9010787ba04377a8f3d474adb1bca198ef85de))
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
## [2.3.4](https://github.com/phantomcyber/splunk-soar-sdk/compare/2.3.3...2.3.4) (2025-10-10)
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
### Bug Fixes
|
|
16
|
-
|
|
17
|
-
* update pre commit template and add release notes directory on soarapps init ([8c90107](https://github.com/phantomcyber/splunk-soar-sdk/commit/8c9010787ba04377a8f3d474adb1bca198ef85de))
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2.3.4
|
|
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-2.3.4 → splunk_soar_sdk-2.3.6}/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-2.3.4 → splunk_soar_sdk-2.3.6}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/app_templates/basic_app/.gitignore
RENAMED
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/app_templates/basic_app/logo.svg
RENAMED
|
File without changes
|
{splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/app_templates/basic_app/logo_dark.svg
RENAMED
|
File without changes
|
{splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/app_templates/basic_app/src/__init__.py
RENAMED
|
File without changes
|
{splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/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
|
{splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/code_renderers/action_renderer.py
RENAMED
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/code_renderers/asset_renderer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/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
|
{splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/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
|
{splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/shims/phantom/base_connector.py
RENAMED
|
File without changes
|
{splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/shims/phantom/connector_result.py
RENAMED
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/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-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/templates/base/base_template.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/templates/base/logo_header.html
RENAMED
|
File without changes
|
{splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/src/soar_sdk/templates/components/pie_chart.html
RENAMED
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/cli/test_assets/converted_app/actions.py.txt
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-2.3.4 → splunk_soar_sdk-2.3.6}/tests/code_renderers/test_action_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
|
|
File without changes
|
{splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app/src/actions/async_action.py
RENAMED
|
File without changes
|
{splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app/src/actions/generate_category.py
RENAMED
|
File without changes
|
{splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app/src/actions/reverse_string.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app/templates/reverse_string.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app_with_webhook/logo_dark.svg
RENAMED
|
File without changes
|
{splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app_with_webhook/pyproject.toml
RENAMED
|
File without changes
|
{splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/example_app_with_webhook/src/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-2.3.4 → splunk_soar_sdk-2.3.6}/tests/interfaces/test_container_interface.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
|
|
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
|