xsoar-cli 1.0.0__tar.gz → 1.0.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.
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/PKG-INFO +18 -10
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/README.md +17 -9
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/src/xsoar_cli/__about__.py +1 -1
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/src/xsoar_cli/case/commands.py +7 -3
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/src/xsoar_cli/utilities.py +1 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/.github/workflows/release.yml +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/.gitignore +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/LICENSE.txt +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/examples/README.md +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/examples/advanced_plugin.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/pyproject.toml +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/requirements.txt +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/requirements_dev.txt +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/src/xsoar_cli/__init__.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/src/xsoar_cli/case/README.md +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/src/xsoar_cli/case/__init__.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/src/xsoar_cli/cli.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/src/xsoar_cli/config/README.md +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/src/xsoar_cli/config/__init__.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/src/xsoar_cli/config/commands.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/src/xsoar_cli/graph/README.md +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/src/xsoar_cli/graph/__init__.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/src/xsoar_cli/graph/commands.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/src/xsoar_cli/manifest/README.md +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/src/xsoar_cli/manifest/__init__.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/src/xsoar_cli/manifest/commands.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/src/xsoar_cli/pack/README.md +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/src/xsoar_cli/pack/__init__.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/src/xsoar_cli/pack/commands.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/src/xsoar_cli/playbook/README.md +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/src/xsoar_cli/playbook/__init__.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/src/xsoar_cli/playbook/commands.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/src/xsoar_cli/plugins/README.md +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/src/xsoar_cli/plugins/__init__.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/src/xsoar_cli/plugins/commands.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/src/xsoar_cli/plugins/manager.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/__init__.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/conftest.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_base.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_case.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_config.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Download/playbook-empty.yml +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_CommonPlaybooks/.pack-ignore +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_CommonPlaybooks/.secrets-ignore +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_CommonPlaybooks/Author_image.png +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_CommonPlaybooks/Playbooks/GenericPlaybook.yml +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_CommonPlaybooks/README.md +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_CommonPlaybooks/pack_metadata.json +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_CommonScripts/.pack-ignore +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_CommonScripts/.secrets-ignore +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_CommonScripts/Author_image.png +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_CommonScripts/README.md +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_CommonScripts/Scripts/GenericScript/GenericScript.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_CommonScripts/Scripts/GenericScript/GenericScript.yml +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_CommonScripts/Scripts/GenericScript/README.md +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_CommonScripts/pack_metadata.json +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_EDR/.pack-ignore +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_EDR/.secrets-ignore +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_EDR/Author_image.png +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_EDR/Playbooks/EDR_InitialTriage.yml +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_EDR/README.md +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_EDR/Scripts/EDR_FetchFile/EDR_FetchFile.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_EDR/Scripts/EDR_FetchFile/EDR_FetchFile.yml +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_EDR/Scripts/EDR_FetchFile/README.md +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_EDR/Scripts/EDR_Triage/EDR_Triage.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_EDR/Scripts/EDR_Triage/EDR_Triage.yml +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_EDR/Scripts/EDR_Triage/README.md +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_EDR/Scripts/LegacyItem/LegacyItem.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_EDR/Scripts/LegacyItem/LegacyItem.yml +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_EDR/Scripts/LegacyItem/README.md +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_EDR/Scripts/LegacyItem/test_data/basescript-dummy.json +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_EDR/pack_metadata.json +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_Layouts/.pack-ignore +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_Layouts/.secrets-ignore +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_Layouts/Author_image.png +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_Layouts/Layouts/layoutscontainer-GenericLayout.json +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_Layouts/README.md +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_Layouts/pack_metadata.json +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/Not_applicable/Playbooks/Empty.yml +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/manifest_base.json +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/manifest_invalid.json +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/manifest_with_pack_not_on_server.json +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/server_base_response.json +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/server_base_response_missing_one_pack.json +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/server_base_response_with_updates.json +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/server_base_response_with_updates_and_one_extra.json +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_graph.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_manifest.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_pack.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_playbook.py +0 -0
- {xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_plugins.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: xsoar-cli
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Project-URL: Documentation, https://github.com/tlium/xsoar-cli#readme
|
|
5
5
|
Project-URL: Issues, https://github.com/tliumb/xsoar-cli/issues
|
|
6
6
|
Project-URL: Source, https://github.com/tlium/xsoar-cli
|
|
@@ -26,9 +26,14 @@ Description-Content-Type: text/markdown
|
|
|
26
26
|
# xsoar-cli
|
|
27
27
|
-----
|
|
28
28
|
This tool is made to help provide a smoother workflow for developers, but also for power users to get useful information out of XSOAR from
|
|
29
|
-
the terminal.
|
|
29
|
+
the terminal. It is mostly useful if you are using a CICD workflow to deploy your XSOAR content, and most of the functionality assumest that
|
|
30
|
+
you have your content stored in a [content repository](https://github.com/demisto/content-ci-cd-template).
|
|
30
31
|
|
|
31
|
-
|
|
32
|
+
Pull Requests are very welcome and appreciated!
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
*IMPORTANT NOTE*
|
|
36
|
+
This CLI tools is made to be run from the root of a content repository. Some commands depends on files located in your
|
|
32
37
|
content repository or expects a certain directory structure to be available from your currently working directory.
|
|
33
38
|
|
|
34
39
|
## Installation
|
|
@@ -47,9 +52,11 @@ The xsoar-cli config file is located in `~/.config/xsoar-cli/config.json`. To cr
|
|
|
47
52
|
xsoar-cli config create
|
|
48
53
|
```
|
|
49
54
|
Open up the newly created configuration file and add values that correspond with your environment.
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
55
|
+
|
|
56
|
+
*IMPORTANT NOTES*
|
|
57
|
+
- The configuration key `"custom_pack_authors": ["SOMEONE"]` is needed in order for `xsoar-cli` to be able to determine which content packs
|
|
58
|
+
are your own custom content packs and which are supplied from Palo Alto upstream. Use whatever values you may have set in pack_metadata.json
|
|
59
|
+
in the content packs in your content repository.
|
|
53
60
|
|
|
54
61
|
## Usage
|
|
55
62
|
```
|
|
@@ -62,10 +69,11 @@ For more information on a specific command execute `xsoar-cli <command> --help.`
|
|
|
62
69
|
### Commands
|
|
63
70
|
1. [case](src/xsoar_cli/case/README.md)
|
|
64
71
|
2. [config](src/xsoar_cli/config/README.md)
|
|
65
|
-
3. [
|
|
66
|
-
4. [
|
|
67
|
-
5. [
|
|
68
|
-
6. [
|
|
72
|
+
3. [graph](src/xsoar_cli/graph/README.md)
|
|
73
|
+
4. [manifest](src/xsoar_cli/manifest/README.md)
|
|
74
|
+
5. [pack](src/xsoar_cli/pack/README.md)
|
|
75
|
+
6. [playbook](src/xsoar_cli/playbook/README.md)
|
|
76
|
+
7. [plugins](src/xsoar_cli/plugins/README.md)
|
|
69
77
|
|
|
70
78
|
## Plugin System
|
|
71
79
|
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
# xsoar-cli
|
|
2
2
|
-----
|
|
3
3
|
This tool is made to help provide a smoother workflow for developers, but also for power users to get useful information out of XSOAR from
|
|
4
|
-
the terminal.
|
|
4
|
+
the terminal. It is mostly useful if you are using a CICD workflow to deploy your XSOAR content, and most of the functionality assumest that
|
|
5
|
+
you have your content stored in a [content repository](https://github.com/demisto/content-ci-cd-template).
|
|
5
6
|
|
|
6
|
-
|
|
7
|
+
Pull Requests are very welcome and appreciated!
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
*IMPORTANT NOTE*
|
|
11
|
+
This CLI tools is made to be run from the root of a content repository. Some commands depends on files located in your
|
|
7
12
|
content repository or expects a certain directory structure to be available from your currently working directory.
|
|
8
13
|
|
|
9
14
|
## Installation
|
|
@@ -22,9 +27,11 @@ The xsoar-cli config file is located in `~/.config/xsoar-cli/config.json`. To cr
|
|
|
22
27
|
xsoar-cli config create
|
|
23
28
|
```
|
|
24
29
|
Open up the newly created configuration file and add values that correspond with your environment.
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
30
|
+
|
|
31
|
+
*IMPORTANT NOTES*
|
|
32
|
+
- The configuration key `"custom_pack_authors": ["SOMEONE"]` is needed in order for `xsoar-cli` to be able to determine which content packs
|
|
33
|
+
are your own custom content packs and which are supplied from Palo Alto upstream. Use whatever values you may have set in pack_metadata.json
|
|
34
|
+
in the content packs in your content repository.
|
|
28
35
|
|
|
29
36
|
## Usage
|
|
30
37
|
```
|
|
@@ -37,10 +44,11 @@ For more information on a specific command execute `xsoar-cli <command> --help.`
|
|
|
37
44
|
### Commands
|
|
38
45
|
1. [case](src/xsoar_cli/case/README.md)
|
|
39
46
|
2. [config](src/xsoar_cli/config/README.md)
|
|
40
|
-
3. [
|
|
41
|
-
4. [
|
|
42
|
-
5. [
|
|
43
|
-
6. [
|
|
47
|
+
3. [graph](src/xsoar_cli/graph/README.md)
|
|
48
|
+
4. [manifest](src/xsoar_cli/manifest/README.md)
|
|
49
|
+
5. [pack](src/xsoar_cli/pack/README.md)
|
|
50
|
+
6. [playbook](src/xsoar_cli/playbook/README.md)
|
|
51
|
+
7. [plugins](src/xsoar_cli/plugins/README.md)
|
|
44
52
|
|
|
45
53
|
## Plugin System
|
|
46
54
|
|
|
@@ -63,17 +63,21 @@ def clone(ctx: click.Context, casenumber: int, source: str, dest: str) -> None:
|
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
@click.option("--environment", default="dev", show_default=True, help="Environment as defined in config file")
|
|
66
|
+
@click.option("--casetype", default="", show_default=True, help="Create case of specified type. Default type set in config file.")
|
|
66
67
|
@click.argument("details", type=str, default="Placeholder case details")
|
|
67
68
|
@click.argument("name", type=str, default="Test case created from xsoar-cli")
|
|
68
|
-
@click.command(
|
|
69
|
+
@click.command()
|
|
69
70
|
@click.pass_context
|
|
70
71
|
@load_config
|
|
71
|
-
def create(ctx: click.Context, environment: str, name: str, details: str) -> None:
|
|
72
|
+
def create(ctx: click.Context, environment: str, casetype: str, name: str, details: str) -> None:
|
|
73
|
+
"""Creates a new case in XSOAR. If invalid case type is specified as a command option, XSOAR will default to using Unclassified."""
|
|
72
74
|
xsoar_client: Client = ctx.obj["server_envs"][environment]
|
|
75
|
+
if not casetype:
|
|
76
|
+
casetype = ctx.obj["default_new_case_type"]
|
|
73
77
|
data = {
|
|
74
78
|
"createInvestigation": True,
|
|
75
79
|
"name": name,
|
|
76
|
-
"type":
|
|
80
|
+
"type": casetype,
|
|
77
81
|
"details": details,
|
|
78
82
|
}
|
|
79
83
|
case_data = xsoar_client.create_case(data=data)
|
|
@@ -80,6 +80,7 @@ def parse_config(config: dict, ctx: click.Context) -> None:
|
|
|
80
80
|
ctx.obj = {}
|
|
81
81
|
ctx.obj["default_environment"] = config["default_environment"]
|
|
82
82
|
ctx.obj["custom_pack_authors"] = config["custom_pack_authors"]
|
|
83
|
+
ctx.obj["default_new_case_type"] = config["default_new_case_type"]
|
|
83
84
|
ctx.obj["server_envs"] = {}
|
|
84
85
|
for key in config["server_config"]:
|
|
85
86
|
ctx.obj["server_envs"][key] = Client(
|
|
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
|
{xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_CommonPlaybooks/.pack-ignore
RENAMED
|
File without changes
|
{xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_CommonPlaybooks/.secrets-ignore
RENAMED
|
File without changes
|
{xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_CommonPlaybooks/Author_image.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_CommonPlaybooks/pack_metadata.json
RENAMED
|
File without changes
|
|
File without changes
|
{xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_CommonScripts/.secrets-ignore
RENAMED
|
File without changes
|
{xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_CommonScripts/Author_image.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_CommonScripts/pack_metadata.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_EDR/Playbooks/EDR_InitialTriage.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_EDR/Scripts/EDR_FetchFile/README.md
RENAMED
|
File without changes
|
{xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_EDR/Scripts/EDR_Triage/EDR_Triage.py
RENAMED
|
File without changes
|
|
File without changes
|
{xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_EDR/Scripts/EDR_Triage/README.md
RENAMED
|
File without changes
|
{xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_EDR/Scripts/LegacyItem/LegacyItem.py
RENAMED
|
File without changes
|
|
File without changes
|
{xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/MyOrg_EDR/Scripts/LegacyItem/README.md
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
|
{xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/Packs/Not_applicable/Playbooks/Empty.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xsoar_cli-1.0.0 → xsoar_cli-1.0.2}/tests/test_data/server_base_response_missing_one_pack.json
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
|