diff --git a/Packs/CommonScripts/ReleaseNotes/1_15_93.md b/Packs/CommonScripts/ReleaseNotes/1_15_93.md new file mode 100644 index 000000000000..a8dc010300d5 --- /dev/null +++ b/Packs/CommonScripts/ReleaseNotes/1_15_93.md @@ -0,0 +1,18 @@ + +#### Scripts + +##### ExtractHyperlinksFromOfficeFiles + +- Updated the Docker image to: *demisto/office-utils:2.0.0.117112*. +##### ParseWordDoc + +- Updated the Docker image to: *demisto/office-utils:2.0.0.117112*. +##### ExtractIndicatorsFromWordFile + +- Updated the Docker image to: *demisto/office-utils:2.0.0.117112*. +##### ExtractHTMLTables + +- Updated the Docker image to: *demisto/bs4-py3:1.0.0.117152*. +##### ConvertFile + +- Updated the Docker image to: *demisto/office-utils:2.0.0.117112*. diff --git a/Packs/CommonScripts/Scripts/ConvertFile/ConvertFile.yml b/Packs/CommonScripts/Scripts/ConvertFile/ConvertFile.yml index fff151536977..cfb93f6b1c81 100644 --- a/Packs/CommonScripts/Scripts/ConvertFile/ConvertFile.yml +++ b/Packs/CommonScripts/Scripts/ConvertFile/ConvertFile.yml @@ -42,7 +42,7 @@ outputs: description: The file type. type: String scripttarget: 0 -dockerimage: demisto/office-utils:2.0.0.107687 +dockerimage: demisto/office-utils:2.0.0.117112 runas: DBotWeakRole tests: - No tests (auto formatted) diff --git a/Packs/CommonScripts/Scripts/ExtractHTMLTables/ExtractHTMLTables.yml b/Packs/CommonScripts/Scripts/ExtractHTMLTables/ExtractHTMLTables.yml index db65572489ed..2e84eeaae438 100644 --- a/Packs/CommonScripts/Scripts/ExtractHTMLTables/ExtractHTMLTables.yml +++ b/Packs/CommonScripts/Scripts/ExtractHTMLTables/ExtractHTMLTables.yml @@ -25,7 +25,7 @@ outputs: - contextPath: HTMLTables description: The extracted HTML tables scripttarget: 0 -dockerimage: demisto/bs4-py3:1.0.0.86348 +dockerimage: demisto/bs4-py3:1.0.0.117152 fromversion: 5.0.0 tests: - TestExtractHTMLTables diff --git a/Packs/CommonScripts/Scripts/ExtractHyperlinksFromOfficeFiles/ExtractHyperlinksFromOfficeFiles.yml b/Packs/CommonScripts/Scripts/ExtractHyperlinksFromOfficeFiles/ExtractHyperlinksFromOfficeFiles.yml index 6e616dcf7771..3cc1c703ca43 100644 --- a/Packs/CommonScripts/Scripts/ExtractHyperlinksFromOfficeFiles/ExtractHyperlinksFromOfficeFiles.yml +++ b/Packs/CommonScripts/Scripts/ExtractHyperlinksFromOfficeFiles/ExtractHyperlinksFromOfficeFiles.yml @@ -18,5 +18,5 @@ script: '-' timeout: '0' type: python subtype: python3 -dockerimage: demisto/office-utils:2.0.0.107687 +dockerimage: demisto/office-utils:2.0.0.117112 fromversion: 5.5.0 diff --git a/Packs/CommonScripts/Scripts/ExtractIndicatorsFromWordFile/ExtractIndicatorsFromWordFile.yml b/Packs/CommonScripts/Scripts/ExtractIndicatorsFromWordFile/ExtractIndicatorsFromWordFile.yml index eb4e9d629dbe..e7a152718e0a 100644 --- a/Packs/CommonScripts/Scripts/ExtractIndicatorsFromWordFile/ExtractIndicatorsFromWordFile.yml +++ b/Packs/CommonScripts/Scripts/ExtractIndicatorsFromWordFile/ExtractIndicatorsFromWordFile.yml @@ -28,7 +28,7 @@ timeout: '0' type: python subtype: python3 runas: DBotRole -dockerimage: demisto/office-utils:2.0.0.107687 +dockerimage: demisto/office-utils:2.0.0.117112 fromversion: 5.0.0 tests: - Extract Indicators From File - Generic v2 - Test diff --git a/Packs/CommonScripts/Scripts/ParseWordDoc/ParseWordDoc.yml b/Packs/CommonScripts/Scripts/ParseWordDoc/ParseWordDoc.yml index 677375629e28..b8221cf2475d 100644 --- a/Packs/CommonScripts/Scripts/ParseWordDoc/ParseWordDoc.yml +++ b/Packs/CommonScripts/Scripts/ParseWordDoc/ParseWordDoc.yml @@ -18,7 +18,7 @@ args: default: true description: Docx file to parse. scripttarget: 0 -dockerimage: demisto/office-utils:2.0.0.107687 +dockerimage: demisto/office-utils:2.0.0.117112 fromversion: 5.0.0 tests: - ParseWordDoc-Test diff --git a/Packs/CommonScripts/pack_metadata.json b/Packs/CommonScripts/pack_metadata.json index f390aad6ac4b..599de683ab4d 100644 --- a/Packs/CommonScripts/pack_metadata.json +++ b/Packs/CommonScripts/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Common Scripts", "description": "Frequently used scripts pack.", "support": "xsoar", - "currentVersion": "1.15.92", + "currentVersion": "1.15.93", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/EmailCommunication/ReleaseNotes/2_0_34.md b/Packs/EmailCommunication/ReleaseNotes/2_0_34.md new file mode 100644 index 000000000000..919ee16cd2d7 --- /dev/null +++ b/Packs/EmailCommunication/ReleaseNotes/2_0_34.md @@ -0,0 +1,6 @@ + +#### Scripts + +##### SendEmailReply + +- Updated the Docker image to: *demisto/bs4-py3:1.0.0.117152*. diff --git a/Packs/EmailCommunication/Scripts/SendEmailReply/SendEmailReply.yml b/Packs/EmailCommunication/Scripts/SendEmailReply/SendEmailReply.yml index 0ac7077f6ae2..ed5403945422 100644 --- a/Packs/EmailCommunication/Scripts/SendEmailReply/SendEmailReply.yml +++ b/Packs/EmailCommunication/Scripts/SendEmailReply/SendEmailReply.yml @@ -51,7 +51,7 @@ subtype: python3 system: true type: python fromversion: 5.0.0 -dockerimage: demisto/bs4-py3:1.0.0.111952 +dockerimage: demisto/bs4-py3:1.0.0.117152 tests: - No tests (auto formatted) contentitemexportablefields: diff --git a/Packs/EmailCommunication/pack_metadata.json b/Packs/EmailCommunication/pack_metadata.json index 8f63849c818c..236bb171f1af 100644 --- a/Packs/EmailCommunication/pack_metadata.json +++ b/Packs/EmailCommunication/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Email Communication", "description": "Do you have to send multiple emails to end users? This content pack helps you streamline the process and automate updates, notifications and more.\n", "support": "xsoar", - "currentVersion": "2.0.33", + "currentVersion": "2.0.34", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "videos": [ diff --git a/Packs/FeedDHS/Integrations/DHSFeedV2/DHSFeedV2.yml b/Packs/FeedDHS/Integrations/DHSFeedV2/DHSFeedV2.yml index f9d9168d4e83..39cb91b8f53b 100644 --- a/Packs/FeedDHS/Integrations/DHSFeedV2/DHSFeedV2.yml +++ b/Packs/FeedDHS/Integrations/DHSFeedV2/DHSFeedV2.yml @@ -209,7 +209,7 @@ script: - contextPath: DHS.Collections.Name description: Collection name. type: String - dockerimage: demisto/taxii2:1.0.0.106354 + dockerimage: demisto/taxii2:1.0.0.117320 feed: true runonce: false script: '-' diff --git a/Packs/FeedDHS/ReleaseNotes/2_0_45.md b/Packs/FeedDHS/ReleaseNotes/2_0_45.md new file mode 100644 index 000000000000..f5c3c2ffd559 --- /dev/null +++ b/Packs/FeedDHS/ReleaseNotes/2_0_45.md @@ -0,0 +1,6 @@ + +#### Integrations + +##### DHS Feed v2 + +- Updated the Docker image to: *demisto/taxii2:1.0.0.117320*. diff --git a/Packs/FeedDHS/pack_metadata.json b/Packs/FeedDHS/pack_metadata.json index 88f5b67926c0..c8681de2b4d5 100644 --- a/Packs/FeedDHS/pack_metadata.json +++ b/Packs/FeedDHS/pack_metadata.json @@ -2,7 +2,7 @@ "name": "DHS Feed", "description": "Provides cyber threat indicators from the Cybersecurity and Infrastructure Security Agency’s (CISA’s) free Automated Indicator Sharing (AIS) by the Department of Homeland Security (DHS).", "support": "xsoar", - "currentVersion": "2.0.44", + "currentVersion": "2.0.45", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/FeedGitHub/Integrations/FeedGitHub/FeedGitHub.yml b/Packs/FeedGitHub/Integrations/FeedGitHub/FeedGitHub.yml index 11381258954e..a592ee4e7cc9 100644 --- a/Packs/FeedGitHub/Integrations/FeedGitHub/FeedGitHub.yml +++ b/Packs/FeedGitHub/Integrations/FeedGitHub/FeedGitHub.yml @@ -191,7 +191,7 @@ script: name: limit description: Gets indicators from the feed within a specified date range and up to a maximum limit.. name: github-get-indicators - dockerimage: demisto/taxii2:1.0.0.112358 + dockerimage: demisto/taxii2:1.0.0.117320 feed: true isfetch: false longRunning: false diff --git a/Packs/FeedGitHub/ReleaseNotes/1_0_11.md b/Packs/FeedGitHub/ReleaseNotes/1_0_11.md new file mode 100644 index 000000000000..723976a8c86e --- /dev/null +++ b/Packs/FeedGitHub/ReleaseNotes/1_0_11.md @@ -0,0 +1,6 @@ + +#### Integrations + +##### Github Feed + +- Updated the Docker image to: *demisto/taxii2:1.0.0.117320*. diff --git a/Packs/FeedGitHub/pack_metadata.json b/Packs/FeedGitHub/pack_metadata.json index c2169e576f56..519a75ea64f1 100644 --- a/Packs/FeedGitHub/pack_metadata.json +++ b/Packs/FeedGitHub/pack_metadata.json @@ -2,7 +2,7 @@ "name": "GitHub Feed", "description": "A feed to ingest indicators of compromise from Github repositories. The feed supports general extraction of IOCs, extracting from STIX data format and parsing of YARA Rules out of the box.", "support": "xsoar", - "currentVersion": "1.0.10", + "currentVersion": "1.0.11", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/FeedMitreAttackv2/Integrations/FeedMitreAttackv2/FeedMitreAttackv2.yml b/Packs/FeedMitreAttackv2/Integrations/FeedMitreAttackv2/FeedMitreAttackv2.yml index e10c1a237519..bbad3cc722ed 100644 --- a/Packs/FeedMitreAttackv2/Integrations/FeedMitreAttackv2/FeedMitreAttackv2.yml +++ b/Packs/FeedMitreAttackv2/Integrations/FeedMitreAttackv2/FeedMitreAttackv2.yml @@ -170,7 +170,7 @@ script: - contextPath: MITREATTACK.value description: MITRE ATTACK Attack Pattern value. type: String - dockerimage: demisto/taxii2:1.0.0.107875 + dockerimage: demisto/taxii2:1.0.0.117320 feed: true runonce: false script: '-' diff --git a/Packs/FeedMitreAttackv2/ReleaseNotes/1_1_44.md b/Packs/FeedMitreAttackv2/ReleaseNotes/1_1_44.md new file mode 100644 index 000000000000..6bc3469c158a --- /dev/null +++ b/Packs/FeedMitreAttackv2/ReleaseNotes/1_1_44.md @@ -0,0 +1,6 @@ + +#### Integrations + +##### MITRE ATT&CK + +- Updated the Docker image to: *demisto/taxii2:1.0.0.117320*. diff --git a/Packs/FeedMitreAttackv2/pack_metadata.json b/Packs/FeedMitreAttackv2/pack_metadata.json index 9d3e2a608e22..d03eb6bc6578 100644 --- a/Packs/FeedMitreAttackv2/pack_metadata.json +++ b/Packs/FeedMitreAttackv2/pack_metadata.json @@ -2,7 +2,7 @@ "name": "MITRE ATT&CK", "description": "Fetches indicators from MITRE ATT&CK.", "support": "xsoar", - "currentVersion": "1.1.43", + "currentVersion": "1.1.44", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/FeedTAXII/Integrations/FeedTAXII2/FeedTAXII2.yml b/Packs/FeedTAXII/Integrations/FeedTAXII2/FeedTAXII2.yml index 855bb56326a3..a2c253d0ca7c 100644 --- a/Packs/FeedTAXII/Integrations/FeedTAXII2/FeedTAXII2.yml +++ b/Packs/FeedTAXII/Integrations/FeedTAXII2/FeedTAXII2.yml @@ -274,7 +274,7 @@ script: - deprecated: true description: 'WARNING: This command will reset your fetch history.' name: taxii2-reset-fetch-indicators - dockerimage: demisto/taxii2:1.0.0.112358 + dockerimage: demisto/taxii2:1.0.0.117320 feed: true runonce: false script: '-' diff --git a/Packs/FeedTAXII/ReleaseNotes/1_2_23.md b/Packs/FeedTAXII/ReleaseNotes/1_2_23.md new file mode 100644 index 000000000000..033380714376 --- /dev/null +++ b/Packs/FeedTAXII/ReleaseNotes/1_2_23.md @@ -0,0 +1,6 @@ + +#### Integrations + +##### TAXII 2 Feed + +- Updated the Docker image to: *demisto/taxii2:1.0.0.117320*. diff --git a/Packs/FeedTAXII/pack_metadata.json b/Packs/FeedTAXII/pack_metadata.json index 7d100046fdbb..b70946f4ba87 100644 --- a/Packs/FeedTAXII/pack_metadata.json +++ b/Packs/FeedTAXII/pack_metadata.json @@ -2,7 +2,7 @@ "name": "TAXII Feed", "description": "Ingest indicator feeds from TAXII 1 and TAXII 2 servers.", "support": "xsoar", - "currentVersion": "1.2.22", + "currentVersion": "1.2.23", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/FeedUnit42v2/Integrations/FeedUnit42v2/FeedUnit42v2.yml b/Packs/FeedUnit42v2/Integrations/FeedUnit42v2/FeedUnit42v2.yml index 66ef040c1ed3..88f253e55de0 100644 --- a/Packs/FeedUnit42v2/Integrations/FeedUnit42v2/FeedUnit42v2.yml +++ b/Packs/FeedUnit42v2/Integrations/FeedUnit42v2/FeedUnit42v2.yml @@ -111,7 +111,7 @@ script: - attack-pattern description: Retrieves a limited number of the indicators. name: unit42-get-indicators - dockerimage: demisto/taxii2:1.0.0.107875 + dockerimage: demisto/taxii2:1.0.0.117320 feed: true runonce: false script: '-' diff --git a/Packs/FeedUnit42v2/ReleaseNotes/1_0_59.md b/Packs/FeedUnit42v2/ReleaseNotes/1_0_59.md new file mode 100644 index 000000000000..8f7b0e92e7b2 --- /dev/null +++ b/Packs/FeedUnit42v2/ReleaseNotes/1_0_59.md @@ -0,0 +1,6 @@ + +#### Integrations + +##### Unit 42 ATOMs Feed + +- Updated the Docker image to: *demisto/taxii2:1.0.0.117320*. diff --git a/Packs/FeedUnit42v2/pack_metadata.json b/Packs/FeedUnit42v2/pack_metadata.json index 078c6914761b..a8a4b2be2e6c 100644 --- a/Packs/FeedUnit42v2/pack_metadata.json +++ b/Packs/FeedUnit42v2/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Unit 42 ATOMs Feed", "description": "Unit 42 feed of published IOCs which contains malicious indicators.", "support": "xsoar", - "currentVersion": "1.0.58", + "currentVersion": "1.0.59", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/FiltersAndTransformers/ReleaseNotes/1_2_84.md b/Packs/FiltersAndTransformers/ReleaseNotes/1_2_84.md new file mode 100644 index 000000000000..ffd36ee988bd --- /dev/null +++ b/Packs/FiltersAndTransformers/ReleaseNotes/1_2_84.md @@ -0,0 +1,6 @@ + +#### Scripts + +##### ParseHTMLTables + +- Updated the Docker image to: *demisto/bs4-py3:1.0.0.117152*. diff --git a/Packs/FiltersAndTransformers/Scripts/ParseHTMLTables/ParseHTMLTables.yml b/Packs/FiltersAndTransformers/Scripts/ParseHTMLTables/ParseHTMLTables.yml index 504b0c80a70f..b64da24e7ccd 100644 --- a/Packs/FiltersAndTransformers/Scripts/ParseHTMLTables/ParseHTMLTables.yml +++ b/Packs/FiltersAndTransformers/Scripts/ParseHTMLTables/ParseHTMLTables.yml @@ -36,7 +36,7 @@ args: defaultValue: none scripttarget: 0 subtype: python3 -dockerimage: demisto/bs4-py3:1.0.0.86348 +dockerimage: demisto/bs4-py3:1.0.0.117152 runas: DBotWeakRole fromversion: 6.5.0 tests: diff --git a/Packs/FiltersAndTransformers/pack_metadata.json b/Packs/FiltersAndTransformers/pack_metadata.json index d3b049db41f2..46d00bd92091 100644 --- a/Packs/FiltersAndTransformers/pack_metadata.json +++ b/Packs/FiltersAndTransformers/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Filters And Transformers", "description": "Frequently used filters and transformers pack.", "support": "xsoar", - "currentVersion": "1.2.83", + "currentVersion": "1.2.84", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "",