Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Docker Image To demisto/python3 #25138

Merged
merged 20 commits into from Mar 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
8b35c7f
Updated Metadata Of Pack Lokpath_Keylight
content-bot Mar 8, 2023
d9405ef
Added release notes to pack Lokpath_Keylight
content-bot Mar 8, 2023
6a3e436
Packs/Lokpath_Keylight/Scripts/KeylightCreateIssue/KeylightCreateIssu…
content-bot Mar 8, 2023
a94d795
Updated Metadata Of Pack ML
content-bot Mar 8, 2023
ea3e11b
Added release notes to pack ML
content-bot Mar 8, 2023
72b47e6
Packs/ML/Scripts/ExportMLModel/ExportMLModel.yml Docker image update
content-bot Mar 8, 2023
3f451d8
Packs/ML/Scripts/HashIncidentsFields/HashIncidentsFields.yml Docker i…
content-bot Mar 8, 2023
1a9eba1
Packs/ML/Scripts/ImportMLModel/ImportMLModel.yml Docker image update
content-bot Mar 8, 2023
247a398
Updated Metadata Of Pack Malware
content-bot Mar 8, 2023
6893161
Added release notes to pack Malware
content-bot Mar 8, 2023
ecbf9d5
Packs/Malware/Scripts/CreateHashIndicatorWrapper/CreateHashIndicatorW…
content-bot Mar 8, 2023
2ddc9d0
Packs/Malware/Scripts/RemoveFileWrapper/RemoveFileWrapper.yml Docker …
content-bot Mar 8, 2023
932027e
Updated Metadata Of Pack MalwareInvestigationAndResponse
content-bot Mar 8, 2023
05cc44d
Added release notes to pack MalwareInvestigationAndResponse
content-bot Mar 8, 2023
671c384
Packs/MalwareInvestigationAndResponse/Scripts/InvestigationDetailedSu…
content-bot Mar 8, 2023
a65f493
Packs/MalwareInvestigationAndResponse/Scripts/InvestigationSummaryPar…
content-bot Mar 8, 2023
0226dc5
Packs/MalwareInvestigationAndResponse/Scripts/InvestigationSummaryToT…
content-bot Mar 8, 2023
5240536
Packs/MalwareInvestigationAndResponse/Scripts/KillProcessWrapper/Kill…
content-bot Mar 8, 2023
16cc797
Merge branch 'master' into demisto/python3
Shellyber Mar 8, 2023
f46c8a2
Added missing readmes to scripts
Shellyber Mar 8, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions Packs/Lokpath_Keylight/ReleaseNotes/1_1_16.md
@@ -0,0 +1,4 @@

#### Scripts
##### KeylightCreateIssue
- Updated the Docker image to: *demisto/python3:3.10.10.48392*.
Expand Up @@ -25,6 +25,6 @@ dependson:
- Lockpath KeyLight v2|||kl-get-records
- Lockpath KeyLight v2|||kl-get-component
runonce: false
dockerimage: demisto/python3:3.9.7.24076
dockerimage: demisto/python3:3.10.10.48392
runas: DBotWeakRole
fromversion: 5.0.0
35 changes: 35 additions & 0 deletions Packs/Lokpath_Keylight/Scripts/KeylightCreateIssue/README.md
@@ -0,0 +1,35 @@
Use this script to simplify the process of creating or updating a record in Keylight (v2). You specify custom arguments for which to populate the components. The arguments in this documentation are meant as examples only.

## Script Data

---

| **Name** | **Description** |
| --- | --- |
| Script Type | python3 |
| Cortex XSOAR Version | 5.0.0 |

## Dependencies

---
This script uses the following commands and scripts.

* kl-get-component
* kl-get-records

## Inputs

---

| **Argument Name** | **Description** |
| --- | --- |
| task_id | The task ID \(task name\) of the task to create. This is not a lookup field. |
| project | The project name to create. This is a lookup field. |

## Outputs

---

| **Path** | **Description** | **Type** |
| --- | --- | --- |
| Keylight.JSON | The format needed to create or update a record in Keylight\(v2\). | Unknown |
2 changes: 1 addition & 1 deletion Packs/Lokpath_Keylight/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Lockpath Keylight",
"description": "Use the LockPath KeyLight integration to manage GRC tickets in the Keylight platform.",
"support": "xsoar",
"currentVersion": "1.1.15",
"currentVersion": "1.1.16",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
8 changes: 8 additions & 0 deletions Packs/ML/ReleaseNotes/1_4_5.md
@@ -0,0 +1,8 @@

#### Scripts
##### ExportMLModel
- Updated the Docker image to: *demisto/python3:3.10.10.48392*.
##### HashIncidentsFields
- Updated the Docker image to: *demisto/python3:3.10.10.48392*.
##### ImportMLModel
- Updated the Docker image to: *demisto/python3:3.10.10.48392*.
2 changes: 1 addition & 1 deletion Packs/ML/Scripts/ExportMLModel/ExportMLModel.yml
Expand Up @@ -16,7 +16,7 @@ subtype: python3
system: false
timeout: '0'
type: python
dockerimage: demisto/python3:3.9.7.24076
dockerimage: demisto/python3:3.10.10.48392
runas: DBotWeakRole
runonce: false
tags:
Expand Down
24 changes: 24 additions & 0 deletions Packs/ML/Scripts/ExportMLModel/README.md
@@ -0,0 +1,24 @@
Exports an existing ML model to a file.

## Script Data

---

| **Name** | **Description** |
| --- | --- |
| Script Type | python3 |
| Tags | ml |
| Cortex XSOAR Version | 5.0.0 |

## Inputs

---

| **Argument Name** | **Description** |
| --- | --- |
| modelName | The name of the ML model to export to a file. |

## Outputs

---
There are no outputs for this script.
Expand Up @@ -123,7 +123,7 @@ tags:
- ml
timeout: '0'
type: python
dockerimage: demisto/python3:3.10.4.27798
dockerimage: demisto/python3:3.10.10.48392
tests:
- hashIncidentFields-test
fromversion: 5.0.0
2 changes: 1 addition & 1 deletion Packs/ML/Scripts/ImportMLModel/ImportMLModel.yml
Expand Up @@ -36,7 +36,7 @@ tags:
- ml
timeout: '0'
type: python
dockerimage: demisto/python3:3.9.7.24076
dockerimage: demisto/python3:3.10.10.48392
runas: DBotWeakRole
runonce: false
tests:
Expand Down
26 changes: 26 additions & 0 deletions Packs/ML/Scripts/ImportMLModel/README.md
@@ -0,0 +1,26 @@
Imports a file that contains an ML model.

## Script Data

---

| **Name** | **Description** |
| --- | --- |
| Script Type | python3 |
| Tags | ml |
| Cortex XSOAR Version | 5.0.0 |

## Inputs

---

| **Argument Name** | **Description** |
| --- | --- |
| entryID | ID of the entry that contains the ML model to import. |
| modelName | The model name in which the ML model will be saved. |
| modelStoreType | The method for storing the imported model. |

## Outputs

---
There are no outputs for this script.
2 changes: 1 addition & 1 deletion Packs/ML/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Machine Learning",
"description": "Help to manage machine learning models in Cortex XSOAR",
"support": "xsoar",
"currentVersion": "1.4.4",
"currentVersion": "1.4.5",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
6 changes: 6 additions & 0 deletions Packs/Malware/ReleaseNotes/1_4_6.md
@@ -0,0 +1,6 @@

#### Scripts
##### CreateHashIndicatorWrapper
- Updated the Docker image to: *demisto/python3:3.10.10.48392*.
##### RemoveFileWrapper
- Updated the Docker image to: *demisto/python3:3.10.10.48392*.
Expand Up @@ -236,7 +236,7 @@ tags:
timeout: '0'
type: python
subtype: python3
dockerimage: demisto/python3:3.10.4.30607
dockerimage: demisto/python3:3.10.10.48392
fromversion: 6.0.0
tests:
- No tests (auto formatted)
Expand Up @@ -96,7 +96,7 @@ tags:
timeout: '0'
type: python
subtype: python3
dockerimage: demisto/python3:3.10.4.30607
dockerimage: demisto/python3:3.10.10.48392
fromversion: 6.0.0
tests:
- No tests (auto formatted)
2 changes: 1 addition & 1 deletion Packs/Malware/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Malware Core",
"description": "Supporting pack for the Malware Investigation & Response pack.",
"support": "xsoar",
"currentVersion": "1.4.5",
"currentVersion": "1.4.6",
"serverMinVersion": "6.0.0",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
Expand Down
10 changes: 10 additions & 0 deletions Packs/MalwareInvestigationAndResponse/ReleaseNotes/2_0_4.md
@@ -0,0 +1,10 @@

#### Scripts
##### InvestigationDetailedSummaryParse
- Updated the Docker image to: *demisto/python3:3.10.10.48392*.
##### InvestigationSummaryParse
- Updated the Docker image to: *demisto/python3:3.10.10.48392*.
##### InvestigationSummaryToTable
- Updated the Docker image to: *demisto/python3:3.10.10.48392*.
##### KillProcessWrapper
- Updated the Docker image to: *demisto/python3:3.10.10.48392*.
Expand Up @@ -28,7 +28,7 @@ tags:
timeout: '0'
type: python
subtype: python3
dockerimage: demisto/python3:3.10.4.29342
dockerimage: demisto/python3:3.10.10.48392
fromversion: 6.2.0
tests:
- No tests (auto formatted)
Expand Up @@ -64,7 +64,7 @@ script: '-'
system: false
type: python
subtype: python3
dockerimage: demisto/python3:3.10.4.29342
dockerimage: demisto/python3:3.10.10.48392
fromversion: 6.2.0
tests:
- No tests (auto formatted)
Expand Up @@ -19,7 +19,7 @@ tags:
- field-change-triggered
type: python
subtype: python3
dockerimage: demisto/python3:3.10.4.29342
dockerimage: demisto/python3:3.10.10.48392
fromversion: 6.2.0
tests:
- No tests (auto formatted)
Expand Up @@ -67,7 +67,7 @@ subtype: python3
system: false
timeout: '0'
type: python
dockerimage: demisto/python3:3.10.4.29342
dockerimage: demisto/python3:3.10.10.48392
tests:
- No tests (auto formatted)
fromversion: 6.1.0
2 changes: 1 addition & 1 deletion Packs/MalwareInvestigationAndResponse/pack_metadata.json
Expand Up @@ -5,7 +5,7 @@
"videos": [
"https://www.youtube.com/watch?v=DtGIefyoTao"
],
"currentVersion": "2.0.3",
"currentVersion": "2.0.4",
"serverMinVersion": "6.5.0",
"author": "Cortex XSOAR",
"hidden": false,
Expand Down