Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions Packs/CommonScripts/ReleaseNotes/1_22_4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@

#### Scripts

##### DownloadAndArchivePythonLibrary

- Updated the Docker image to: *demisto/py3-tools:1.0.0.8544956*.

##### ExtractDomainFromUrlAndEmail

- Updated the Docker image to: *demisto/py3-tools:1.0.0.8544956*.

##### ExtractDomainAndFQDNFromUrlAndEmail

- Updated the Docker image to: *demisto/py3-tools:1.0.0.8544956*.

##### FetchIndicatorsFromFile

- Updated the Docker image to: *demisto/py3-tools:1.0.0.8544956*.

##### ParseExcel

- Updated the Docker image to: *demisto/py3-tools:1.0.0.8544956*.

##### LanguageDetect

- Updated the Docker image to: *demisto/py3-tools:1.0.0.8544956*.

##### ExtractFQDNFromUrlAndEmail

- Updated the Docker image to: *demisto/py3-tools:1.0.0.8544956*.

##### ExifRead

- Updated the Docker image to: *demisto/py3-tools:1.0.0.8544956*.

##### StixCreator

- Updated the Docker image to: *demisto/py3-tools:1.0.0.8544956*.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ args:
scripttarget: 0
subtype: python3
runonce: false
dockerimage: demisto/py3-tools:1.0.0.5475267
dockerimage: demisto/py3-tools:1.0.0.8544956
runas: DBotWeakRole
fromversion: 6.10.0
tests:
Expand Down
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/ExifRead/ExifRead.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ outputs:
description: Exif tag value.
type: string
scripttarget: 0
dockerimage: demisto/py3-tools:1.0.0.5475267
dockerimage: demisto/py3-tools:1.0.0.8544956
fromversion: 6.5.0
tests:
- ExifReadTest
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tags:
- indicator-format
timeout: '0'
type: python
dockerimage: demisto/py3-tools:1.0.0.4808041
dockerimage: demisto/py3-tools:1.0.0.8544956
runas: DBotWeakRole
tests:
- ExtractDomainAndFQDNFromUrlAndEmail-Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ args:
description: The URL(s) or Email(s) to process.
isArray: true
scripttarget: 0
dockerimage: demisto/py3-tools:1.0.0.5475267
dockerimage: demisto/py3-tools:1.0.0.8544956
runas: DBotWeakRole
subtype: python3
tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tags:
- indicator-format
timeout: '0'
type: python
dockerimage: demisto/py3-tools:1.0.0.5475267
dockerimage: demisto/py3-tools:1.0.0.8544956
runas: DBotWeakRole
subtype: python3
tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ tags:
- indicators
timeout: '0'
type: python
dockerimage: demisto/py3-tools:1.0.0.5475267
dockerimage: demisto/py3-tools:1.0.0.8544956
fromversion: 6.5.0
tests:
- No tests (auto formatted)
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ outputs:
- contextPath: langDetect.probability
description: Probability of language detection.
scripttarget: 0
dockerimage: demisto/py3-tools:1.0.0.5475267
dockerimage: demisto/py3-tools:1.0.0.8544956
fromversion: 5.0.0
tests:
- LanguageDetect-Test
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/ParseExcel/ParseExcel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ outputs:
- contextPath: ParseExcel
description: ParseExcel.
scripttarget: 0
dockerimage: demisto/py3-tools:1.0.0.5475267
dockerimage: demisto/py3-tools:1.0.0.8544956
tests:
- ParseExcel-test
fromversion: 5.0.0
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/StixCreator/StixCreator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ outputs:
description: The date/time that the indicator was last seen.
type: date
scripttarget: 0
dockerimage: demisto/py3-tools:1.0.0.5475267
dockerimage: demisto/py3-tools:1.0.0.8544956
subtype: python3
runas: DBotWeakRole
tests:
Expand Down
2 changes: 1 addition & 1 deletion Packs/CommonScripts/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Common Scripts",
"description": "Frequently used scripts pack.",
"support": "xsoar",
"currentVersion": "1.22.3",
"currentVersion": "1.22.4",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
7 changes: 7 additions & 0 deletions Packs/CommonWidgets/ReleaseNotes/1_3_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Scripts

##### RSSWidget

- Updated the Docker image to: *demisto/py3-tools:1.0.0.8544956*.

2 changes: 1 addition & 1 deletion Packs/CommonWidgets/Scripts/RSSWidget/RSSWidget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ args:
defaultValue: 'false'
scripttarget: 0
subtype: python3
dockerimage: demisto/py3-tools:1.0.0.5475267
dockerimage: demisto/py3-tools:1.0.0.8544956
runas: DBotWeakRole
fromversion: 5.5.0
tests:
Expand Down
2 changes: 1 addition & 1 deletion Packs/CommonWidgets/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Common Widgets",
"description": "Frequently used widgets pack.",
"support": "xsoar",
"currentVersion": "1.3.1",
"currentVersion": "1.3.2",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
7 changes: 7 additions & 0 deletions Packs/CommunityCommonScripts/ReleaseNotes/1_5_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Scripts

##### Json2HtmlTable

- Updated the Docker image to: *demisto/py3-tools:1.0.0.8544956*.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tags:
timeout: '0'
type: python
subtype: python3
dockerimage: demisto/py3-tools:1.0.0.5475267
dockerimage: demisto/py3-tools:1.0.0.8544956
fromversion: 5.5.0
tests:
- No tests (auto formatted)
2 changes: 1 addition & 1 deletion Packs/CommunityCommonScripts/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Community Common Scripts",
"description": "A pack that contains community scripts",
"support": "community",
"currentVersion": "1.5.0",
"currentVersion": "1.5.1",
"author": "",
"url": "https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/bd-p/Cortex_XSOAR_Discussions",
"email": "",
Expand Down
7 changes: 7 additions & 0 deletions Packs/FiltersAndTransformers/ReleaseNotes/1_4_19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Scripts

##### jmespath

- Updated the Docker image to: *demisto/py3-tools:1.0.0.8544956*.

2 changes: 1 addition & 1 deletion Packs/FiltersAndTransformers/Scripts/Jmespath/Jmespath.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ args:
scripttarget: 0
isllm: false
subtype: python3
dockerimage: demisto/py3-tools:1.0.0.5475267
dockerimage: demisto/py3-tools:1.0.0.8544956
runas: DBotWeakRole
fromversion: 5.0.0
tests:
Expand Down
2 changes: 1 addition & 1 deletion Packs/FiltersAndTransformers/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Filters And Transformers",
"description": "Frequently used filters and transformers pack.",
"support": "xsoar",
"currentVersion": "1.4.18",
"currentVersion": "1.4.19",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Loading