From 75b33fe9ae8885eb875cccde927cfe47849b9f28 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 30 Oct 2024 10:26:33 +0000 Subject: [PATCH] Updated docker image to demisto/python3:3.11.10.113941. PR batch #6/31 --- .../AnalyzeTimestampIntervals/AnalyzeTimestampIntervals.yml | 2 +- .../AppendindicatorFieldWrapper/AppendindicatorFieldWrapper.yml | 2 +- Packs/CommonScripts/Scripts/ArrayToCSV/ArrayToCSV.yml | 2 +- Packs/CommonScripts/Scripts/CVSSCalculator/CVSSCalculator.yml | 2 +- .../CommonScripts/Scripts/CalculateEntropy/CalculateEntropy.yml | 2 +- Packs/CommonScripts/Scripts/ChangeContext/ChangeContext.yml | 2 +- .../Scripts/CompareIncidentsLabels/CompareIncidentsLabels.yml | 2 +- .../CommonScripts/Scripts/ConvertDateToUTC/ConvertDateToUTC.yml | 2 +- .../Scripts/CopyContextToField/CopyContextToField.yml | 2 +- Packs/CommonScripts/Scripts/CveReputationV2/CveReputationV2.yml | 2 +- .../CommonScripts/Scripts/DBotAverageScore/DBotAverageScore.yml | 2 +- .../Scripts/DisableUserWrapper/DisableUserWrapper.yml | 2 +- Packs/CommonScripts/Scripts/DisplayHTML/DisplayHTML.yml | 2 +- .../CommonScripts/Scripts/DomainReputation/DomainReputation.yml | 2 +- Packs/CommonScripts/Scripts/DumpJSON/DumpJSON.yml | 2 +- .../Scripts/ExportIndicatorsToCSV/ExportIndicatorsToCSV.yml | 2 +- Packs/CommonScripts/Scripts/FilterByList/FilterByList.yml | 2 +- .../CommonScripts/Scripts/GeneratePassword/GeneratePassword.yml | 2 +- .../Scripts/GetDockerImageLatestTag/GetDockerImageLatestTag.yml | 2 +- Packs/CommonScripts/Scripts/GetEntries/GetEntries.yml | 2 +- .../GetIndicatorDBotScoreFromCache.yml | 2 +- Packs/CommonScripts/Scripts/GetLicenseID/GetLicenseID.yml | 2 +- Packs/CommonScripts/Scripts/GetServerURL/GetServerURL.yml | 2 +- Packs/CommonScripts/Scripts/IPToHost/IPToHost.yml | 2 +- .../Scripts/IdentifyAttachedEmail/IdentifyAttachedEmail.yml | 2 +- Packs/CommonScripts/Scripts/IncidentFields/IncidentFields.yml | 2 +- .../IndicatorMaliciousRatioCalculation.yml | 2 +- Packs/CommonScripts/Scripts/JSONtoCSV/JSONtoCSV.yml | 2 +- .../Scripts/LinkIncidentsWithRetry/LinkIncidentsWithRetry.yml | 2 +- .../Scripts/ListUsedDockerImages/ListUsedDockerImages.yml | 2 +- Packs/CommonScripts/Scripts/LoadJSON/LoadJSON.yml | 2 +- Packs/CommonScripts/Scripts/MatchRegexV2/MatchRegexV2.yml | 2 +- Packs/CommonScripts/Scripts/ParseCSV/ParseCSV.yml | 2 +- Packs/CommonScripts/Scripts/ParseYAML/ParseYAML.yml | 2 +- Packs/CommonScripts/Scripts/PortListenCheck/PortListenCheck.yml | 2 +- Packs/CommonScripts/Scripts/PrettyPrint/PrettyPrint.yml | 2 +- .../Scripts/PrintToParentIncident/PrintToParentIncident.yml | 2 +- Packs/CommonScripts/Scripts/ProvidesCommand/ProvidesCommand.yml | 2 +- Packs/CommonScripts/Scripts/ReadFile/ReadFile.yml | 2 +- .../Scripts/RemoveKeyFromList/RemoveKeyFromList.yml | 2 +- .../Scripts/ReplaceMatchGroup/ReplaceMatchGroup.yml | 2 +- Packs/CommonScripts/Scripts/RepopulateFiles/RepopulateFiles.yml | 2 +- .../Scripts/ResolveShortenedURL/ResolveShortenedURL.yml | 2 +- .../Scripts/RunPollingCommand/RunPollingCommand.yml | 2 +- .../CommonScripts/Scripts/SSDeepReputation/SSDeepReputation.yml | 2 +- Packs/CommonScripts/Scripts/SetDateField/SetDateField.yml | 2 +- .../Scripts/SetIndicatorGridField/SetIndicatorGridField.yml | 2 +- Packs/CommonScripts/Scripts/SetTime/SetTime.yml | 2 +- Packs/CommonScripts/Scripts/Strings/Strings.yml | 2 +- .../CommonScripts/Scripts/ZipStringsArrays/ZipStringsArrays.yml | 2 +- 50 files changed, 50 insertions(+), 50 deletions(-) diff --git a/Packs/CommonScripts/Scripts/AnalyzeTimestampIntervals/AnalyzeTimestampIntervals.yml b/Packs/CommonScripts/Scripts/AnalyzeTimestampIntervals/AnalyzeTimestampIntervals.yml index c8a92c340ed4..2d4f5720aba3 100644 --- a/Packs/CommonScripts/Scripts/AnalyzeTimestampIntervals/AnalyzeTimestampIntervals.yml +++ b/Packs/CommonScripts/Scripts/AnalyzeTimestampIntervals/AnalyzeTimestampIntervals.yml @@ -46,7 +46,7 @@ outputs: scripttarget: 0 subtype: python3 runonce: false -dockerimage: demisto/python3:3.11.9.107902 +dockerimage: demisto/python3:3.11.10.113941 runas: DBotWeakRole engineinfo: {} fromversion: 6.10.0 diff --git a/Packs/CommonScripts/Scripts/AppendindicatorFieldWrapper/AppendindicatorFieldWrapper.yml b/Packs/CommonScripts/Scripts/AppendindicatorFieldWrapper/AppendindicatorFieldWrapper.yml index 1b3eb48e4404..9a2b8b018f12 100644 --- a/Packs/CommonScripts/Scripts/AppendindicatorFieldWrapper/AppendindicatorFieldWrapper.yml +++ b/Packs/CommonScripts/Scripts/AppendindicatorFieldWrapper/AppendindicatorFieldWrapper.yml @@ -20,5 +20,5 @@ tags: - incident-action-button timeout: '0' type: python -dockerimage: demisto/python3:3.10.13.83255 +dockerimage: demisto/python3:3.11.10.113941 fromversion: 6.2.0 diff --git a/Packs/CommonScripts/Scripts/ArrayToCSV/ArrayToCSV.yml b/Packs/CommonScripts/Scripts/ArrayToCSV/ArrayToCSV.yml index 563a2471646f..1de940089b4f 100644 --- a/Packs/CommonScripts/Scripts/ArrayToCSV/ArrayToCSV.yml +++ b/Packs/CommonScripts/Scripts/ArrayToCSV/ArrayToCSV.yml @@ -16,7 +16,7 @@ runas: DBotWeakRole script: "" scripttarget: 0 subtype: python3 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 tags: - transformer - general diff --git a/Packs/CommonScripts/Scripts/CVSSCalculator/CVSSCalculator.yml b/Packs/CommonScripts/Scripts/CVSSCalculator/CVSSCalculator.yml index eaa0f8fcda78..2831a366a365 100644 --- a/Packs/CommonScripts/Scripts/CVSSCalculator/CVSSCalculator.yml +++ b/Packs/CommonScripts/Scripts/CVSSCalculator/CVSSCalculator.yml @@ -240,5 +240,5 @@ outputs: description: Version of CVSS used in the calculation. type: number subtype: python3 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 fromversion: 5.0.0 diff --git a/Packs/CommonScripts/Scripts/CalculateEntropy/CalculateEntropy.yml b/Packs/CommonScripts/Scripts/CalculateEntropy/CalculateEntropy.yml index 5a3267e187f8..f2e8f8eed847 100644 --- a/Packs/CommonScripts/Scripts/CalculateEntropy/CalculateEntropy.yml +++ b/Packs/CommonScripts/Scripts/CalculateEntropy/CalculateEntropy.yml @@ -24,5 +24,5 @@ tags: - entropy timeout: '0' type: python -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 fromversion: 5.0.0 diff --git a/Packs/CommonScripts/Scripts/ChangeContext/ChangeContext.yml b/Packs/CommonScripts/Scripts/ChangeContext/ChangeContext.yml index 266c910fba4d..dcff16a7e612 100644 --- a/Packs/CommonScripts/Scripts/ChangeContext/ChangeContext.yml +++ b/Packs/CommonScripts/Scripts/ChangeContext/ChangeContext.yml @@ -29,7 +29,7 @@ name: ChangeContext script: '-' timeout: '0' type: python -dockerimage: demisto/python3:3.10.13.83255 +dockerimage: demisto/python3:3.11.10.113941 runas: DBotWeakRole subtype: python3 fromversion: 5.0.0 diff --git a/Packs/CommonScripts/Scripts/CompareIncidentsLabels/CompareIncidentsLabels.yml b/Packs/CommonScripts/Scripts/CompareIncidentsLabels/CompareIncidentsLabels.yml index f4115a842ef6..911d84366013 100644 --- a/Packs/CommonScripts/Scripts/CompareIncidentsLabels/CompareIncidentsLabels.yml +++ b/Packs/CommonScripts/Scripts/CompareIncidentsLabels/CompareIncidentsLabels.yml @@ -23,6 +23,6 @@ timeout: '0' type: python subtype: python3 fromversion: 5.0.0 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 tests: - CompareIncidentsLabels-test-playbook diff --git a/Packs/CommonScripts/Scripts/ConvertDateToUTC/ConvertDateToUTC.yml b/Packs/CommonScripts/Scripts/ConvertDateToUTC/ConvertDateToUTC.yml index d2b792355662..5cbe06987815 100644 --- a/Packs/CommonScripts/Scripts/ConvertDateToUTC/ConvertDateToUTC.yml +++ b/Packs/CommonScripts/Scripts/ConvertDateToUTC/ConvertDateToUTC.yml @@ -28,7 +28,7 @@ outputs: type: Unknown scripttarget: 0 subtype: python3 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 runas: DBotWeakRole fromversion: 5.0.0 tests: diff --git a/Packs/CommonScripts/Scripts/CopyContextToField/CopyContextToField.yml b/Packs/CommonScripts/Scripts/CopyContextToField/CopyContextToField.yml index 1777780cda3f..9fadb5213c5d 100644 --- a/Packs/CommonScripts/Scripts/CopyContextToField/CopyContextToField.yml +++ b/Packs/CommonScripts/Scripts/CopyContextToField/CopyContextToField.yml @@ -32,6 +32,6 @@ timeout: '0' type: python subtype: python3 fromversion: 5.0.0 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 tests: - CopyContextToFieldTest diff --git a/Packs/CommonScripts/Scripts/CveReputationV2/CveReputationV2.yml b/Packs/CommonScripts/Scripts/CveReputationV2/CveReputationV2.yml index 608e4be99d91..ead71c91b21b 100644 --- a/Packs/CommonScripts/Scripts/CveReputationV2/CveReputationV2.yml +++ b/Packs/CommonScripts/Scripts/CveReputationV2/CveReputationV2.yml @@ -20,7 +20,7 @@ dependson: must: - cve timeout: 2.4µs -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 runonce: false fromversion: 6.5.0 tests: diff --git a/Packs/CommonScripts/Scripts/DBotAverageScore/DBotAverageScore.yml b/Packs/CommonScripts/Scripts/DBotAverageScore/DBotAverageScore.yml index 2ec8af75a6a8..d204da7b48d3 100644 --- a/Packs/CommonScripts/Scripts/DBotAverageScore/DBotAverageScore.yml +++ b/Packs/CommonScripts/Scripts/DBotAverageScore/DBotAverageScore.yml @@ -16,7 +16,7 @@ outputs: type: number enabled: true subtype: python3 -dockerimage: demisto/python3:3.10.13.83255 +dockerimage: demisto/python3:3.11.10.113941 fromversion: 5.0.0 tests: - DbotAverageScore-Test diff --git a/Packs/CommonScripts/Scripts/DisableUserWrapper/DisableUserWrapper.yml b/Packs/CommonScripts/Scripts/DisableUserWrapper/DisableUserWrapper.yml index 64f5b4273ccd..2025d8602130 100644 --- a/Packs/CommonScripts/Scripts/DisableUserWrapper/DisableUserWrapper.yml +++ b/Packs/CommonScripts/Scripts/DisableUserWrapper/DisableUserWrapper.yml @@ -64,7 +64,7 @@ tags: timeout: '0' type: python subtype: python3 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 fromversion: 6.0.0 tests: - No tests (auto formatted) diff --git a/Packs/CommonScripts/Scripts/DisplayHTML/DisplayHTML.yml b/Packs/CommonScripts/Scripts/DisplayHTML/DisplayHTML.yml index 5b668d13a948..32b612ac55e3 100644 --- a/Packs/CommonScripts/Scripts/DisplayHTML/DisplayHTML.yml +++ b/Packs/CommonScripts/Scripts/DisplayHTML/DisplayHTML.yml @@ -22,6 +22,6 @@ args: description: Add a header text to the output scripttarget: 0 fromversion: 6.5.0 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 tests: - No tests (auto formatted) diff --git a/Packs/CommonScripts/Scripts/DomainReputation/DomainReputation.yml b/Packs/CommonScripts/Scripts/DomainReputation/DomainReputation.yml index a112c0bbaa0f..0c8638a2619c 100644 --- a/Packs/CommonScripts/Scripts/DomainReputation/DomainReputation.yml +++ b/Packs/CommonScripts/Scripts/DomainReputation/DomainReputation.yml @@ -19,6 +19,6 @@ fromversion: 5.0.0 marketplaces: - xsoar - marketplacev2 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 tests: - No tests (auto formatted) diff --git a/Packs/CommonScripts/Scripts/DumpJSON/DumpJSON.yml b/Packs/CommonScripts/Scripts/DumpJSON/DumpJSON.yml index 5dd6ec038b64..63c5b4a652ae 100644 --- a/Packs/CommonScripts/Scripts/DumpJSON/DumpJSON.yml +++ b/Packs/CommonScripts/Scripts/DumpJSON/DumpJSON.yml @@ -19,6 +19,6 @@ outputs: description: The JSON object as string. scripttarget: 0 fromversion: 5.0.0 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 tests: - No tests (auto formatted) \ No newline at end of file diff --git a/Packs/CommonScripts/Scripts/ExportIndicatorsToCSV/ExportIndicatorsToCSV.yml b/Packs/CommonScripts/Scripts/ExportIndicatorsToCSV/ExportIndicatorsToCSV.yml index 64a8dc75b03c..5efd49169a9e 100644 --- a/Packs/CommonScripts/Scripts/ExportIndicatorsToCSV/ExportIndicatorsToCSV.yml +++ b/Packs/CommonScripts/Scripts/ExportIndicatorsToCSV/ExportIndicatorsToCSV.yml @@ -18,7 +18,7 @@ dependson: must: - core-api-post - core-api-get -dockerimage: demisto/python3:3.10.13.83255 +dockerimage: demisto/python3:3.11.10.113941 enabled: true name: ExportIndicatorsToCSV runas: DBotWeakRole diff --git a/Packs/CommonScripts/Scripts/FilterByList/FilterByList.yml b/Packs/CommonScripts/Scripts/FilterByList/FilterByList.yml index c33947a2c093..8110cc8e7aca 100644 --- a/Packs/CommonScripts/Scripts/FilterByList/FilterByList.yml +++ b/Packs/CommonScripts/Scripts/FilterByList/FilterByList.yml @@ -49,4 +49,4 @@ runas: DBotWeakRole tests: - FilterByList - Test fromversion: 5.0.0 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 diff --git a/Packs/CommonScripts/Scripts/GeneratePassword/GeneratePassword.yml b/Packs/CommonScripts/Scripts/GeneratePassword/GeneratePassword.yml index a63652f23d2f..6e93e81028ef 100644 --- a/Packs/CommonScripts/Scripts/GeneratePassword/GeneratePassword.yml +++ b/Packs/CommonScripts/Scripts/GeneratePassword/GeneratePassword.yml @@ -5,7 +5,7 @@ name: GeneratePassword script: '' type: python subtype: python3 -dockerimage: demisto/python3:3.10.12.68714 +dockerimage: demisto/python3:3.11.10.113941 tags: - Utility comment: "This function generates a password and allows various parameters to customize the properties of the password depending on the use case (e.g. password complexity requirements). The default behavior is to generate a password of *random length* including all four character classes (upper, lower, digits, symbols) with at least five and at most ten characters per class. \n\nThe min_* values all default to 0. This means that if the command is executed in this way:\n!GeneratePassword max_lcase=10\nIt is possible that a password of length zero could be generated. It is therefore recommended to always include a min_* parameter that matches. \n\nThe debug parameter will print certain properties of the command into the WarRoom for easy diagnostics." diff --git a/Packs/CommonScripts/Scripts/GetDockerImageLatestTag/GetDockerImageLatestTag.yml b/Packs/CommonScripts/Scripts/GetDockerImageLatestTag/GetDockerImageLatestTag.yml index be042fe40696..dea57551de93 100644 --- a/Packs/CommonScripts/Scripts/GetDockerImageLatestTag/GetDockerImageLatestTag.yml +++ b/Packs/CommonScripts/Scripts/GetDockerImageLatestTag/GetDockerImageLatestTag.yml @@ -30,4 +30,4 @@ args: tests: - No test - no testplaybook, but unit tests exist fromversion: 5.0.0 -dockerimage: demisto/python3:3.10.13.89009 +dockerimage: demisto/python3:3.11.10.113941 diff --git a/Packs/CommonScripts/Scripts/GetEntries/GetEntries.yml b/Packs/CommonScripts/Scripts/GetEntries/GetEntries.yml index 90bc751ba222..d6eda6237bfc 100644 --- a/Packs/CommonScripts/Scripts/GetEntries/GetEntries.yml +++ b/Packs/CommonScripts/Scripts/GetEntries/GetEntries.yml @@ -53,7 +53,7 @@ outputs: description: Last modified time of the entry. scripttarget: 0 subtype: python3 -dockerimage: demisto/python3:3.11.9.109226 +dockerimage: demisto/python3:3.11.10.113941 runas: DBotWeakRole fromversion: 6.5.0 tests: diff --git a/Packs/CommonScripts/Scripts/GetIndicatorDBotScoreFromCache/GetIndicatorDBotScoreFromCache.yml b/Packs/CommonScripts/Scripts/GetIndicatorDBotScoreFromCache/GetIndicatorDBotScoreFromCache.yml index a3b83373a165..bede7ae60813 100644 --- a/Packs/CommonScripts/Scripts/GetIndicatorDBotScoreFromCache/GetIndicatorDBotScoreFromCache.yml +++ b/Packs/CommonScripts/Scripts/GetIndicatorDBotScoreFromCache/GetIndicatorDBotScoreFromCache.yml @@ -7,7 +7,7 @@ comment: Get the overall score for the indicator as calculated by DBot. commonfields: id: GetIndicatorDBotScoreFromCache version: -1 -dockerimage: demisto/python3:3.10.14.95956 +dockerimage: demisto/python3:3.11.10.113941 enabled: true name: GetIndicatorDBotScoreFromCache runas: DBotWeakRole diff --git a/Packs/CommonScripts/Scripts/GetLicenseID/GetLicenseID.yml b/Packs/CommonScripts/Scripts/GetLicenseID/GetLicenseID.yml index 0883a9396f85..42b71466e860 100644 --- a/Packs/CommonScripts/Scripts/GetLicenseID/GetLicenseID.yml +++ b/Packs/CommonScripts/Scripts/GetLicenseID/GetLicenseID.yml @@ -13,7 +13,7 @@ outputs: type: string scripttarget: 0 subtype: python3 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 runas: DBotWeakRole fromversion: 6.5.0 tests: diff --git a/Packs/CommonScripts/Scripts/GetServerURL/GetServerURL.yml b/Packs/CommonScripts/Scripts/GetServerURL/GetServerURL.yml index bbc57a8d3673..f524da2ce47f 100644 --- a/Packs/CommonScripts/Scripts/GetServerURL/GetServerURL.yml +++ b/Packs/CommonScripts/Scripts/GetServerURL/GetServerURL.yml @@ -21,7 +21,7 @@ script: '-' subtype: python3 timeout: '0' type: python -dockerimage: demisto/python3:3.10.13.83255 +dockerimage: demisto/python3:3.11.10.113941 runas: DBotWeakRole tags: [] tests: diff --git a/Packs/CommonScripts/Scripts/IPToHost/IPToHost.yml b/Packs/CommonScripts/Scripts/IPToHost/IPToHost.yml index ea005c717028..20c5d0f2afa2 100644 --- a/Packs/CommonScripts/Scripts/IPToHost/IPToHost.yml +++ b/Packs/CommonScripts/Scripts/IPToHost/IPToHost.yml @@ -24,6 +24,6 @@ outputs: type: string scripttarget: 0 fromversion: 5.0.0 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 tests: - IPToHost - Test diff --git a/Packs/CommonScripts/Scripts/IdentifyAttachedEmail/IdentifyAttachedEmail.yml b/Packs/CommonScripts/Scripts/IdentifyAttachedEmail/IdentifyAttachedEmail.yml index 534b3fa6c71d..4ae474b2f144 100644 --- a/Packs/CommonScripts/Scripts/IdentifyAttachedEmail/IdentifyAttachedEmail.yml +++ b/Packs/CommonScripts/Scripts/IdentifyAttachedEmail/IdentifyAttachedEmail.yml @@ -31,4 +31,4 @@ tests: - Process Email - Generic - Test - Incident Starter - Phishing v2 - Test - Incident Starter fromversion: 5.0.0 -dockerimage: demisto/python3:3.11.9.104657 +dockerimage: demisto/python3:3.11.10.113941 diff --git a/Packs/CommonScripts/Scripts/IncidentFields/IncidentFields.yml b/Packs/CommonScripts/Scripts/IncidentFields/IncidentFields.yml index b97ee39ac3f0..69f6f72a4d88 100644 --- a/Packs/CommonScripts/Scripts/IncidentFields/IncidentFields.yml +++ b/Packs/CommonScripts/Scripts/IncidentFields/IncidentFields.yml @@ -28,7 +28,7 @@ subtype: python3 dependson: must: - '|||core-api-get' -dockerimage: demisto/python3:3.10.13.83255 +dockerimage: demisto/python3:3.11.10.113941 runas: DBotWeakRole tests: - No test - unit test diff --git a/Packs/CommonScripts/Scripts/IndicatorMaliciousRatioCalculation/IndicatorMaliciousRatioCalculation.yml b/Packs/CommonScripts/Scripts/IndicatorMaliciousRatioCalculation/IndicatorMaliciousRatioCalculation.yml index d9d8fba6562b..46ed736b022c 100644 --- a/Packs/CommonScripts/Scripts/IndicatorMaliciousRatioCalculation/IndicatorMaliciousRatioCalculation.yml +++ b/Packs/CommonScripts/Scripts/IndicatorMaliciousRatioCalculation/IndicatorMaliciousRatioCalculation.yml @@ -44,4 +44,4 @@ timeout: 300ns fromversion: 5.0.0 tests: - IndicatorMaliciousRatioCalculation_test -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 diff --git a/Packs/CommonScripts/Scripts/JSONtoCSV/JSONtoCSV.yml b/Packs/CommonScripts/Scripts/JSONtoCSV/JSONtoCSV.yml index 128458a24963..e302bfc03350 100644 --- a/Packs/CommonScripts/Scripts/JSONtoCSV/JSONtoCSV.yml +++ b/Packs/CommonScripts/Scripts/JSONtoCSV/JSONtoCSV.yml @@ -36,4 +36,4 @@ scripttarget: 0 tests: - JSONtoCSV-Test fromversion: 5.0.0 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 diff --git a/Packs/CommonScripts/Scripts/LinkIncidentsWithRetry/LinkIncidentsWithRetry.yml b/Packs/CommonScripts/Scripts/LinkIncidentsWithRetry/LinkIncidentsWithRetry.yml index a843ae9e8b7a..63bc04850b25 100644 --- a/Packs/CommonScripts/Scripts/LinkIncidentsWithRetry/LinkIncidentsWithRetry.yml +++ b/Packs/CommonScripts/Scripts/LinkIncidentsWithRetry/LinkIncidentsWithRetry.yml @@ -18,7 +18,7 @@ scripttarget: 0 comment: |- Use this script to avoid DB version errors when simultaneously running multiple linked incidents. fromversion: 5.0.0 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 tests: - No tests (auto formatted) marketplaces: diff --git a/Packs/CommonScripts/Scripts/ListUsedDockerImages/ListUsedDockerImages.yml b/Packs/CommonScripts/Scripts/ListUsedDockerImages/ListUsedDockerImages.yml index c66ec0b0ebd9..198951cb219b 100644 --- a/Packs/CommonScripts/Scripts/ListUsedDockerImages/ListUsedDockerImages.yml +++ b/Packs/CommonScripts/Scripts/ListUsedDockerImages/ListUsedDockerImages.yml @@ -33,7 +33,7 @@ tags: timeout: '0' type: python subtype: python3 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 fromversion: 6.1.0 tests: - ListUsedDockerImages - Test diff --git a/Packs/CommonScripts/Scripts/LoadJSON/LoadJSON.yml b/Packs/CommonScripts/Scripts/LoadJSON/LoadJSON.yml index a8192910b197..922042e8ec8a 100644 --- a/Packs/CommonScripts/Scripts/LoadJSON/LoadJSON.yml +++ b/Packs/CommonScripts/Scripts/LoadJSON/LoadJSON.yml @@ -21,4 +21,4 @@ scripttarget: 0 tests: - JSONtoCSV-Test fromversion: 5.0.0 -dockerimage: demisto/python3:3.10.13.83255 +dockerimage: demisto/python3:3.11.10.113941 diff --git a/Packs/CommonScripts/Scripts/MatchRegexV2/MatchRegexV2.yml b/Packs/CommonScripts/Scripts/MatchRegexV2/MatchRegexV2.yml index 5a5240572d38..0949ee246ebb 100644 --- a/Packs/CommonScripts/Scripts/MatchRegexV2/MatchRegexV2.yml +++ b/Packs/CommonScripts/Scripts/MatchRegexV2/MatchRegexV2.yml @@ -29,7 +29,7 @@ tags: timeout: '0' type: python subtype: python3 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 fromversion: 5.0.0 tests: - No tests (auto formatted) diff --git a/Packs/CommonScripts/Scripts/ParseCSV/ParseCSV.yml b/Packs/CommonScripts/Scripts/ParseCSV/ParseCSV.yml index 8c22afc497d3..70fbd975c69d 100644 --- a/Packs/CommonScripts/Scripts/ParseCSV/ParseCSV.yml +++ b/Packs/CommonScripts/Scripts/ParseCSV/ParseCSV.yml @@ -58,4 +58,4 @@ runas: DBotWeakRole tests: - No tests fromversion: 5.0.0 -dockerimage: demisto/python3:3.10.14.99865 +dockerimage: demisto/python3:3.11.10.113941 diff --git a/Packs/CommonScripts/Scripts/ParseYAML/ParseYAML.yml b/Packs/CommonScripts/Scripts/ParseYAML/ParseYAML.yml index 85a610f3744a..b963eebe19b4 100644 --- a/Packs/CommonScripts/Scripts/ParseYAML/ParseYAML.yml +++ b/Packs/CommonScripts/Scripts/ParseYAML/ParseYAML.yml @@ -6,7 +6,7 @@ comment: Parses a YAML string into context commonfields: id: ParseYAML version: -1 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 enabled: true name: ParseYAML outputs: diff --git a/Packs/CommonScripts/Scripts/PortListenCheck/PortListenCheck.yml b/Packs/CommonScripts/Scripts/PortListenCheck/PortListenCheck.yml index c664447ccb70..cee1797b4dd4 100644 --- a/Packs/CommonScripts/Scripts/PortListenCheck/PortListenCheck.yml +++ b/Packs/CommonScripts/Scripts/PortListenCheck/PortListenCheck.yml @@ -21,6 +21,6 @@ outputs: type: boolean scripttarget: 0 fromversion: 5.0.0 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 tests: - No tests (auto formatted) \ No newline at end of file diff --git a/Packs/CommonScripts/Scripts/PrettyPrint/PrettyPrint.yml b/Packs/CommonScripts/Scripts/PrettyPrint/PrettyPrint.yml index 374f96069dbe..05eb0f51f3cd 100644 --- a/Packs/CommonScripts/Scripts/PrettyPrint/PrettyPrint.yml +++ b/Packs/CommonScripts/Scripts/PrettyPrint/PrettyPrint.yml @@ -17,7 +17,7 @@ args: description: The value to pretty-print. scripttarget: 0 subtype: python3 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 runas: DBotWeakRole tests: - No test - unit test diff --git a/Packs/CommonScripts/Scripts/PrintToParentIncident/PrintToParentIncident.yml b/Packs/CommonScripts/Scripts/PrintToParentIncident/PrintToParentIncident.yml index b2f0ba2845a1..4144d9b66b7e 100644 --- a/Packs/CommonScripts/Scripts/PrintToParentIncident/PrintToParentIncident.yml +++ b/Packs/CommonScripts/Scripts/PrintToParentIncident/PrintToParentIncident.yml @@ -15,7 +15,7 @@ timeout: '0' runas: DBotWeakRole type: python subtype: python3 -dockerimage: demisto/python3:3.10.14.98471 +dockerimage: demisto/python3:3.11.10.113941 fromversion: 8.7.0 marketplaces: - marketplacev2 diff --git a/Packs/CommonScripts/Scripts/ProvidesCommand/ProvidesCommand.yml b/Packs/CommonScripts/Scripts/ProvidesCommand/ProvidesCommand.yml index cec96c128d74..9bafa2b926f7 100644 --- a/Packs/CommonScripts/Scripts/ProvidesCommand/ProvidesCommand.yml +++ b/Packs/CommonScripts/Scripts/ProvidesCommand/ProvidesCommand.yml @@ -25,7 +25,7 @@ dependson: must: - core-api-post - core-api-get -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 runas: DBotWeakRole tests: - No test - unit test diff --git a/Packs/CommonScripts/Scripts/ReadFile/ReadFile.yml b/Packs/CommonScripts/Scripts/ReadFile/ReadFile.yml index 046bcff83e59..2a6ea3dff0f6 100644 --- a/Packs/CommonScripts/Scripts/ReadFile/ReadFile.yml +++ b/Packs/CommonScripts/Scripts/ReadFile/ReadFile.yml @@ -60,6 +60,6 @@ type: python subtype: python3 runas: DBotWeakRole fromversion: 5.0.0 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 tests: - No tests (auto formatted) diff --git a/Packs/CommonScripts/Scripts/RemoveKeyFromList/RemoveKeyFromList.yml b/Packs/CommonScripts/Scripts/RemoveKeyFromList/RemoveKeyFromList.yml index 983ef162ef0c..1915fc629514 100644 --- a/Packs/CommonScripts/Scripts/RemoveKeyFromList/RemoveKeyFromList.yml +++ b/Packs/CommonScripts/Scripts/RemoveKeyFromList/RemoveKeyFromList.yml @@ -16,5 +16,5 @@ tags: [] timeout: '0' type: python subtype: python3 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 fromversion: 5.0.0 diff --git a/Packs/CommonScripts/Scripts/ReplaceMatchGroup/ReplaceMatchGroup.yml b/Packs/CommonScripts/Scripts/ReplaceMatchGroup/ReplaceMatchGroup.yml index cc5bd8015b42..b4717de87d10 100644 --- a/Packs/CommonScripts/Scripts/ReplaceMatchGroup/ReplaceMatchGroup.yml +++ b/Packs/CommonScripts/Scripts/ReplaceMatchGroup/ReplaceMatchGroup.yml @@ -20,7 +20,7 @@ args: required: true description: The replacement string. scripttarget: 0 -dockerimage: demisto/python3:3.10.13.83255 +dockerimage: demisto/python3:3.11.10.113941 runas: DBotWeakRole tests: - No test - unit test diff --git a/Packs/CommonScripts/Scripts/RepopulateFiles/RepopulateFiles.yml b/Packs/CommonScripts/Scripts/RepopulateFiles/RepopulateFiles.yml index 267970abc6c7..415510aec699 100644 --- a/Packs/CommonScripts/Scripts/RepopulateFiles/RepopulateFiles.yml +++ b/Packs/CommonScripts/Scripts/RepopulateFiles/RepopulateFiles.yml @@ -67,6 +67,6 @@ scripttarget: 0 subtype: python3 runas: DBotWeakRole fromversion: 5.0.0 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 tests: - No tests (auto formatted) diff --git a/Packs/CommonScripts/Scripts/ResolveShortenedURL/ResolveShortenedURL.yml b/Packs/CommonScripts/Scripts/ResolveShortenedURL/ResolveShortenedURL.yml index 1007b7077951..47e5b4499d69 100644 --- a/Packs/CommonScripts/Scripts/ResolveShortenedURL/ResolveShortenedURL.yml +++ b/Packs/CommonScripts/Scripts/ResolveShortenedURL/ResolveShortenedURL.yml @@ -63,4 +63,4 @@ scripttarget: 0 tests: - "No test" fromversion: 6.5.0 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 diff --git a/Packs/CommonScripts/Scripts/RunPollingCommand/RunPollingCommand.yml b/Packs/CommonScripts/Scripts/RunPollingCommand/RunPollingCommand.yml index 5bb242ac185c..24c0da0322f2 100644 --- a/Packs/CommonScripts/Scripts/RunPollingCommand/RunPollingCommand.yml +++ b/Packs/CommonScripts/Scripts/RunPollingCommand/RunPollingCommand.yml @@ -32,4 +32,4 @@ args: scripttarget: 0 tests: - No test -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 diff --git a/Packs/CommonScripts/Scripts/SSDeepReputation/SSDeepReputation.yml b/Packs/CommonScripts/Scripts/SSDeepReputation/SSDeepReputation.yml index 8ad1604ae5e1..3a5e3496dfbf 100644 --- a/Packs/CommonScripts/Scripts/SSDeepReputation/SSDeepReputation.yml +++ b/Packs/CommonScripts/Scripts/SSDeepReputation/SSDeepReputation.yml @@ -20,6 +20,6 @@ args: defaultValue: '50' scripttarget: 0 fromversion: 5.0.0 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 tests: - No tests (auto formatted) diff --git a/Packs/CommonScripts/Scripts/SetDateField/SetDateField.yml b/Packs/CommonScripts/Scripts/SetDateField/SetDateField.yml index a14cdff04683..059b0a18508c 100644 --- a/Packs/CommonScripts/Scripts/SetDateField/SetDateField.yml +++ b/Packs/CommonScripts/Scripts/SetDateField/SetDateField.yml @@ -15,6 +15,6 @@ args: description: "The name of the incident custom field of type date" scripttarget: 0 fromversion: 5.0.0 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 tests: - No tests (auto formatted) diff --git a/Packs/CommonScripts/Scripts/SetIndicatorGridField/SetIndicatorGridField.yml b/Packs/CommonScripts/Scripts/SetIndicatorGridField/SetIndicatorGridField.yml index 7d8f12106498..39c8d003d6a1 100644 --- a/Packs/CommonScripts/Scripts/SetIndicatorGridField/SetIndicatorGridField.yml +++ b/Packs/CommonScripts/Scripts/SetIndicatorGridField/SetIndicatorGridField.yml @@ -29,7 +29,7 @@ args: scripttarget: 0 subtype: python3 runonce: false -dockerimage: demisto/python3:3.11.9.103066 +dockerimage: demisto/python3:3.11.10.113941 runas: DBotWeakRole engineinfo: {} fromversion: 6.10.0 diff --git a/Packs/CommonScripts/Scripts/SetTime/SetTime.yml b/Packs/CommonScripts/Scripts/SetTime/SetTime.yml index 184ec303e5de..a98d6677d81c 100644 --- a/Packs/CommonScripts/Scripts/SetTime/SetTime.yml +++ b/Packs/CommonScripts/Scripts/SetTime/SetTime.yml @@ -17,6 +17,6 @@ scripttarget: 0 dependson: {} timeout: 0s fromversion: 5.0.0 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 tests: - No tests (auto formatted) diff --git a/Packs/CommonScripts/Scripts/Strings/Strings.yml b/Packs/CommonScripts/Scripts/Strings/Strings.yml index f0ddc572df5d..795c3b94d024 100644 --- a/Packs/CommonScripts/Scripts/Strings/Strings.yml +++ b/Packs/CommonScripts/Scripts/Strings/Strings.yml @@ -25,6 +25,6 @@ scripttarget: 0 dependson: {} timeout: 0s fromversion: 5.0.0 -dockerimage: demisto/python3:3.10.13.86272 +dockerimage: demisto/python3:3.11.10.113941 tests: - No tests (auto formatted) diff --git a/Packs/CommonScripts/Scripts/ZipStringsArrays/ZipStringsArrays.yml b/Packs/CommonScripts/Scripts/ZipStringsArrays/ZipStringsArrays.yml index 7a686847acda..3afe3b246832 100644 --- a/Packs/CommonScripts/Scripts/ZipStringsArrays/ZipStringsArrays.yml +++ b/Packs/CommonScripts/Scripts/ZipStringsArrays/ZipStringsArrays.yml @@ -25,7 +25,7 @@ outputs: type: string scripttarget: 0 subtype: python3 -dockerimage: demisto/python3:3.10.13.83255 +dockerimage: demisto/python3:3.11.10.113941 runas: DBotWeakRole fromversion: 6.0.0 comment: 'Joins values from two lists by index according to a given format.'