splunk-soar-sdk 1.6.0__tar.gz → 1.6.2__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-1.6.0 → splunk_soar_sdk-1.6.2}/PKG-INFO +2 -2
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/README.md +1 -1
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/pyproject.toml +1 -1
- splunk_soar_sdk-1.6.2/release_notes.txt +21 -0
- splunk_soar_sdk-1.6.2/release_version.txt +1 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/app.py +1 -1
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/shims/phantom/encryption_helper.py +6 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/test_app.py +33 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/test_encryption.py +9 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/uv.lock +1 -1
- splunk_soar_sdk-1.6.0/release_notes.txt +0 -21
- splunk_soar_sdk-1.6.0/release_version.txt +0 -1
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/.github/ISSUE_TEMPLATE/bug.md +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/.github/pull_request_template.md +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/.github/utils/github.js +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/.github/utils/update_version.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/.github/workflows/code_quality.yml +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/.github/workflows/commit_hygiene.yml +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/.github/workflows/generate_docs.yml +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/.github/workflows/semantic_release.yml +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/.gitignore +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/.pre-commit-config.yaml +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/.releaserc +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/LICENSE +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/commitlint.config.js +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/docs/api_reference.rst +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/docs/app_structure/index.rst +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/docs/app_structure/pre-commit-config.yaml.rst +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/docs/app_structure/pyproject.toml.rst +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/docs/app_structure/src_app.rst +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/docs/changelog.rst +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/docs/cli_reference.rst +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/docs/conf.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/docs/custom_views/index.rst +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/docs/custom_views/reusable_components.md +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/docs/custom_views/templates.md +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/docs/custom_views/view_handlers.md +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/docs/getting_started/defining_asset.rst +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/docs/getting_started/first_action.rst +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/docs/getting_started/index.rst +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/docs/getting_started/init_app.rst +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/docs/getting_started/installation.rst +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/docs/getting_started/testing_and_building.rst +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/docs/index.rst +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/__init__.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/abstract.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/action_results.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/actions_manager.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/apis/__init__.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/apis/artifact.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/apis/container.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/apis/utils.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/apis/vault.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/app_cli_runner.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/app_client.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/app_templates/basic_app/.gitignore +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/app_templates/basic_app/.pre-commit-config.yaml +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/app_templates/basic_app/logo.svg +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/app_templates/basic_app/logo_dark.svg +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/app_templates/basic_app/src/__init__.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/app_templates/basic_app/uv.lock +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/asset.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/async_utils.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/cli/__init__.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/cli/cli.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/cli/init/__init__.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/cli/init/cli.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/cli/manifests/__init__.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/cli/manifests/cli.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/cli/manifests/deserializers.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/cli/manifests/processors.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/cli/manifests/serializers.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/cli/package/cli.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/cli/package/utils.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/cli/path_utils.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/cli/utils.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/code_renderers/__init__.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/code_renderers/action_renderer.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/code_renderers/app_renderer.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/code_renderers/asset_renderer.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/code_renderers/renderer.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/code_renderers/templates/pyproject.toml.jinja +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/code_renderers/toml_renderer.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/colors.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/compat.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/crypto.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/decorators/__init__.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/decorators/action.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/decorators/generic_action.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/decorators/on_poll.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/decorators/test_connectivity.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/decorators/view_handler.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/decorators/webhook.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/exceptions.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/input_spec.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/logging.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/meta/__init__.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/meta/actions.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/meta/adapters.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/meta/app.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/meta/datatypes.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/meta/dependencies.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/meta/webhooks.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/models/__init__.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/models/artifact.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/models/container.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/models/vault_attachment.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/models/view.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/params.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/paths.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/py.typed +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/shims/phantom/action_result.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/shims/phantom/app.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/shims/phantom/base_connector.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/shims/phantom/connector_result.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/shims/phantom/consts.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/shims/phantom/install_info.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/shims/phantom/json_keys.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/shims/phantom/ph_ipc.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/shims/phantom/vault.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/shims/phantom_common/app_interface/app_interface.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/shims/phantom_common/encryption/encryption_manager_factory.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/templates/base/base_template.html +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/templates/base/error.html +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/templates/base/header.html +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/templates/base/logo_header.html +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/templates/components/pie_chart.html +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/templates/widgets/widget_resize_snippet.html +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/templates/widgets/widget_template.html +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/types.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/views/__init__.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/views/component_registry.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/views/components/__init__.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/views/components/pie_chart.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/views/template_filters.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/views/template_renderer.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/views/view_parser.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/webhooks/__init__.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/webhooks/models.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/webhooks/routing.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/test.png +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/test.txt +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/__init__.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/cli/__init__.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/cli/datapath_parse.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/cli/manifests/__init__.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/cli/manifests/test_processors.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/cli/test_assets/converted_app/actions.py.txt +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/cli/test_cli.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/cli/test_convert_cli.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/cli/test_deserializers.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/cli/test_init_cli.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/cli/test_manifests_cli.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/cli/test_package_cli.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/cli/test_serializers.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/cli/test_utils.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/code_renderers/test_action_renderer.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/conftest.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app/app.json +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app/example_asset.json +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app/logo.svg +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app/logo_dark.svg +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app/pyproject.toml +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app/src/__init__.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app/src/actions/__init__.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app/src/actions/async_action.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app/src/actions/generate_category.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app/src/actions/reverse_string.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app/src/app.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app/src/ignoreme.txt +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app/templates/reverse_string.html +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app/uv.lock +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app_with_webhook/app.json +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app_with_webhook/logo.svg +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app_with_webhook/logo_dark.svg +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app_with_webhook/pyproject.toml +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app_with_webhook/src/__init__.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app_with_webhook/src/app.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app_with_webhook/uv.lock +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/interfaces/__init__.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/interfaces/test_artifact_interface.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/interfaces/test_container_interface.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/interfaces/test_vault_interface.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/meta/__init__.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/meta/test_actions.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/meta/test_adapters.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/meta/test_datatypes.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/meta/test_dependencies.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/meta/test_webhooks.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/mocks/__init__.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/mocks/dynamic_mocks.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/mocks/importable_action.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/stubs.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/test_action_results.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/test_actions_manager.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/test_app_action.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/test_app_action_params.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/test_app_action_results.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/test_app_client.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/test_app_runner.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/test_asset.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/test_assets/splunk-sdk-2.1.0.tar.gz +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/test_async_integration.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/test_async_utils.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/test_code_renderers.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/test_compat.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/test_container.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/test_custom_views.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/test_generic_action.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/test_logging.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/test_on_poll.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/test_params.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/test_template_filters.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/test_template_renderer.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/test_test_connectivity.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/test_view_parser.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/webhooks/test_models.py +0 -0
- {splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/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: 1.6.
|
|
3
|
+
Version: 1.6.2
|
|
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
|
|
@@ -93,7 +93,7 @@ Running the above command will add `splunk-soar-sdk` as a dependency of your Spl
|
|
|
93
93
|
|
|
94
94
|
## Usage
|
|
95
95
|
|
|
96
|
-
In order to start using SDK and build your first Splunk SOAR App, follow the [Getting Started guide](https://phantomcyber.github.io/splunk-soar-sdk/getting_started.html).
|
|
96
|
+
In order to start using SDK and build your first Splunk SOAR App, follow the [Getting Started guide](https://phantomcyber.github.io/splunk-soar-sdk/getting_started/index.html).
|
|
97
97
|
|
|
98
98
|
A Splunk SOAR app developed with the SDK will look something like this:
|
|
99
99
|
|
|
@@ -56,7 +56,7 @@ Running the above command will add `splunk-soar-sdk` as a dependency of your Spl
|
|
|
56
56
|
|
|
57
57
|
## Usage
|
|
58
58
|
|
|
59
|
-
In order to start using SDK and build your first Splunk SOAR App, follow the [Getting Started guide](https://phantomcyber.github.io/splunk-soar-sdk/getting_started.html).
|
|
59
|
+
In order to start using SDK and build your first Splunk SOAR App, follow the [Getting Started guide](https://phantomcyber.github.io/splunk-soar-sdk/getting_started/index.html).
|
|
60
60
|
|
|
61
61
|
A Splunk SOAR app developed with the SDK will look something like this:
|
|
62
62
|
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
## [1.6.2](https://github.com/phantomcyber/splunk-soar-sdk/compare/1.6.1...1.6.2) (2025-09-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* weird decrypt error edge case for sensitive params ([93f1f2e](https://github.com/phantomcyber/splunk-soar-sdk/commit/93f1f2ea664fbd003722904c7cdb8c7bbf84e320))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## [1.6.2](https://github.com/phantomcyber/splunk-soar-sdk/compare/1.6.1...1.6.2) (2025-09-22)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* weird decrypt error edge case for sensitive params ([93f1f2e](https://github.com/phantomcyber/splunk-soar-sdk/commit/93f1f2ea664fbd003722904c7cdb8c7bbf84e320))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.6.2
|
|
@@ -177,7 +177,7 @@ class App:
|
|
|
177
177
|
# Decrypt sensitive fields in the asset configuration
|
|
178
178
|
asset_id = input_data.asset_id
|
|
179
179
|
for field in self.asset_cls.fields_requiring_decryption():
|
|
180
|
-
if
|
|
180
|
+
if self._raw_asset_config.get(field):
|
|
181
181
|
self._raw_asset_config[field] = platform_encryption_backend.decrypt(
|
|
182
182
|
self._raw_asset_config[field], str(asset_id)
|
|
183
183
|
)
|
{splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/shims/phantom/encryption_helper.py
RENAMED
|
@@ -22,6 +22,12 @@ if TYPE_CHECKING or not _soar_is_available:
|
|
|
22
22
|
@staticmethod
|
|
23
23
|
def decrypt(cipher: str, salt: str) -> str:
|
|
24
24
|
"""Simulate the behavior of encryption_helper.decrypt."""
|
|
25
|
+
|
|
26
|
+
if len(cipher) == 0:
|
|
27
|
+
# This isn't exactly what the platform does, but its close enough for our purpose
|
|
28
|
+
raise ValueError(
|
|
29
|
+
"Parameter validation failed: Invalid length for parameter SecretId, value: 0, valid min length: 1"
|
|
30
|
+
)
|
|
25
31
|
decoded = base64.b64decode(cipher.encode("utf-8")).decode("utf-8")
|
|
26
32
|
plain, decrypted_salt = decoded.split(":", 1)
|
|
27
33
|
if salt != decrypted_salt:
|
|
@@ -70,6 +70,39 @@ def test_decrypted_field_not_present(
|
|
|
70
70
|
assert "client_secret" not in example_app._raw_asset_config
|
|
71
71
|
|
|
72
72
|
|
|
73
|
+
def test_handle_with_sensitive_field_no_errors(
|
|
74
|
+
example_app: App, simple_action_input: InputSpecification
|
|
75
|
+
):
|
|
76
|
+
"""Test that blank sensitive asset fields work correctly during action execution without throwing errors."""
|
|
77
|
+
|
|
78
|
+
class AssetWithSensitive(BaseAsset):
|
|
79
|
+
username: str = AssetField(description="Username")
|
|
80
|
+
password: str = AssetField(sensitive=True, description="Password")
|
|
81
|
+
|
|
82
|
+
example_app.asset_cls = AssetWithSensitive
|
|
83
|
+
|
|
84
|
+
@example_app.action()
|
|
85
|
+
def test_action(params: Params, asset: AssetWithSensitive) -> ActionOutput:
|
|
86
|
+
assert asset.username == "test_user"
|
|
87
|
+
assert asset.password == ""
|
|
88
|
+
|
|
89
|
+
return ActionOutput(
|
|
90
|
+
message="Action completed successfully with sensitive fields"
|
|
91
|
+
)
|
|
92
|
+
|
|
93
|
+
simple_action_input.config = {
|
|
94
|
+
"app_version": "1.0",
|
|
95
|
+
"directory": ".",
|
|
96
|
+
"main_module": "example_connector.py",
|
|
97
|
+
"username": "test_user",
|
|
98
|
+
"password": "",
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
# Call handle - this should not throw any errors
|
|
102
|
+
_ = example_app.handle(simple_action_input.json())
|
|
103
|
+
assert example_app._raw_asset_config.get("password") == ""
|
|
104
|
+
|
|
105
|
+
|
|
73
106
|
def test_get_actions(example_app: App):
|
|
74
107
|
@example_app.action()
|
|
75
108
|
def action_handler(params: Params) -> ActionOutput:
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import base64
|
|
2
2
|
from soar_sdk.shims.phantom.encryption_helper import encryption_helper
|
|
3
3
|
from soar_sdk import crypto
|
|
4
|
+
import pytest
|
|
4
5
|
|
|
5
6
|
|
|
6
7
|
def test_encryption_helper_not_available():
|
|
@@ -18,6 +19,14 @@ def test_encryption_helper_not_available():
|
|
|
18
19
|
)
|
|
19
20
|
|
|
20
21
|
|
|
22
|
+
def test_decrypt_empty_string():
|
|
23
|
+
with pytest.raises(
|
|
24
|
+
ValueError,
|
|
25
|
+
match="Parameter validation failed: Invalid length for parameter SecretId, value: 0, valid min length: 1",
|
|
26
|
+
):
|
|
27
|
+
encryption_helper.decrypt("", "unused")
|
|
28
|
+
|
|
29
|
+
|
|
21
30
|
def test_crypto():
|
|
22
31
|
# Test encryption
|
|
23
32
|
encrypted_text = crypto.encrypt("test_string", "K2SO4")
|
|
@@ -1291,7 +1291,7 @@ wheels = [
|
|
|
1291
1291
|
|
|
1292
1292
|
[[package]]
|
|
1293
1293
|
name = "splunk-soar-sdk"
|
|
1294
|
-
version = "1.6.
|
|
1294
|
+
version = "1.6.2"
|
|
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
|
-
# [1.6.0](https://github.com/phantomcyber/splunk-soar-sdk/compare/1.5.3...1.6.0) (2025-09-18)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Features
|
|
5
|
-
|
|
6
|
-
* get asset id function on client needed for http app ([fce161d](https://github.com/phantomcyber/splunk-soar-sdk/commit/fce161d31ece58798858b16540d7554818548aad))
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
# [1.6.0](https://github.com/phantomcyber/splunk-soar-sdk/compare/1.5.3...1.6.0) (2025-09-18)
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
### Features
|
|
16
|
-
|
|
17
|
-
* get asset id function on client needed for http app ([fce161d](https://github.com/phantomcyber/splunk-soar-sdk/commit/fce161d31ece58798858b16540d7554818548aad))
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.6.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
|
{splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/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-1.6.0 → splunk_soar_sdk-1.6.2}/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-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/app_templates/basic_app/.gitignore
RENAMED
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/app_templates/basic_app/logo.svg
RENAMED
|
File without changes
|
{splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/app_templates/basic_app/logo_dark.svg
RENAMED
|
File without changes
|
{splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/app_templates/basic_app/src/__init__.py
RENAMED
|
File without changes
|
{splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/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-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/code_renderers/action_renderer.py
RENAMED
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/code_renderers/asset_renderer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/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-1.6.0 → splunk_soar_sdk-1.6.2}/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
|
{splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/shims/phantom/base_connector.py
RENAMED
|
File without changes
|
{splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/shims/phantom/connector_result.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-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/templates/base/base_template.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/templates/base/logo_header.html
RENAMED
|
File without changes
|
{splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/src/soar_sdk/templates/components/pie_chart.html
RENAMED
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/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-1.6.0 → splunk_soar_sdk-1.6.2}/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-1.6.0 → splunk_soar_sdk-1.6.2}/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
|
{splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app/src/actions/async_action.py
RENAMED
|
File without changes
|
{splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app/src/actions/generate_category.py
RENAMED
|
File without changes
|
{splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app/src/actions/reverse_string.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app/templates/reverse_string.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app_with_webhook/logo_dark.svg
RENAMED
|
File without changes
|
{splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/tests/example_app_with_webhook/pyproject.toml
RENAMED
|
File without changes
|
{splunk_soar_sdk-1.6.0 → splunk_soar_sdk-1.6.2}/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-1.6.0 → splunk_soar_sdk-1.6.2}/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
|