diff --git a/Packs/DeveloperTools/ReleaseNotes/1_3_33.md b/Packs/DeveloperTools/ReleaseNotes/1_3_33.md new file mode 100644 index 000000000000..23af12d4f730 --- /dev/null +++ b/Packs/DeveloperTools/ReleaseNotes/1_3_33.md @@ -0,0 +1,7 @@ + +#### Scripts + +##### CompareIndicators + +- Updated the Docker image to: *demisto/netutils:1.0.0.3562043*. + diff --git a/Packs/DeveloperTools/Scripts/CompareIndicators/CompareIndicators.yml b/Packs/DeveloperTools/Scripts/CompareIndicators/CompareIndicators.yml index d824aed8b92e..8c1383cc7dde 100644 --- a/Packs/DeveloperTools/Scripts/CompareIndicators/CompareIndicators.yml +++ b/Packs/DeveloperTools/Scripts/CompareIndicators/CompareIndicators.yml @@ -26,7 +26,7 @@ outputs: type: String scripttarget: 0 subtype: python3 -dockerimage: demisto/netutils:1.0.0.3073344 +dockerimage: demisto/netutils:1.0.0.3562043 runas: DBotWeakRole tests: - No test diff --git a/Packs/DeveloperTools/pack_metadata.json b/Packs/DeveloperTools/pack_metadata.json index a3ac03754551..b1e512786eb4 100644 --- a/Packs/DeveloperTools/pack_metadata.json +++ b/Packs/DeveloperTools/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Developer Tools", "description": "Basic tools for content development.", "support": "community", - "currentVersion": "1.3.32", + "currentVersion": "1.3.33", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/Gem/Integrations/Gem/Gem.yml b/Packs/Gem/Integrations/Gem/Gem.yml index a786a8d2cd58..7cf121f8c6c6 100644 --- a/Packs/Gem/Integrations/Gem/Gem.yml +++ b/Packs/Gem/Integrations/Gem/Gem.yml @@ -1053,7 +1053,7 @@ script: script: "-" type: python subtype: python3 - dockerimage: demisto/auth-utils:1.0.0.116752 # TODO: This docker image was selected since it contains the "jwt" package. Double check if it's the correct one. + dockerimage: demisto/auth-utils:1.0.0.3562326 # TODO: This docker image was selected since it contains the "jwt" package. Double check if it's the correct one. fromversion: 6.12.0 tests: - No tests diff --git a/Packs/Gem/ReleaseNotes/1_0_6.md b/Packs/Gem/ReleaseNotes/1_0_6.md new file mode 100644 index 000000000000..f9db5a94127d --- /dev/null +++ b/Packs/Gem/ReleaseNotes/1_0_6.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### Gem + +- Updated the Docker image to: *demisto/auth-utils:1.0.0.3562326*. + diff --git a/Packs/Gem/pack_metadata.json b/Packs/Gem/pack_metadata.json index 1d5f3668420a..b2d8a9bba5e1 100644 --- a/Packs/Gem/pack_metadata.json +++ b/Packs/Gem/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Gem", "description": "Integrate with Gem to use alerts as a trigger for Cortex XSOAR’s custom playbooks, and automate response to specific TTPs and scenarios.", "support": "partner", - "currentVersion": "1.0.5", + "currentVersion": "1.0.6", "author": "Gem Security", "url": "https://gem.security/", "email": "support@gem.security", diff --git a/Packs/Malwarebytes/Integrations/Malwarebytes/Malwarebytes.yml b/Packs/Malwarebytes/Integrations/Malwarebytes/Malwarebytes.yml index 943dd0707274..34b805d05eb3 100644 --- a/Packs/Malwarebytes/Integrations/Malwarebytes/Malwarebytes.yml +++ b/Packs/Malwarebytes/Integrations/Malwarebytes/Malwarebytes.yml @@ -349,7 +349,7 @@ script: - contextPath: Malwarebytes.Endpoint.Suspicious_Activities description: Suspicious Activities for the host. type: string - dockerimage: demisto/auth-utils:1.0.0.1839651 + dockerimage: demisto/auth-utils:1.0.0.3562326 isfetch: true runonce: false script: '-' diff --git a/Packs/Malwarebytes/ReleaseNotes/1_1_22.md b/Packs/Malwarebytes/ReleaseNotes/1_1_22.md new file mode 100644 index 000000000000..baf17451a05b --- /dev/null +++ b/Packs/Malwarebytes/ReleaseNotes/1_1_22.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### Malwarebytes + +- Updated the Docker image to: *demisto/auth-utils:1.0.0.3562326*. + diff --git a/Packs/Malwarebytes/pack_metadata.json b/Packs/Malwarebytes/pack_metadata.json index 5b4467bf618f..37f26fc63fa5 100644 --- a/Packs/Malwarebytes/pack_metadata.json +++ b/Packs/Malwarebytes/pack_metadata.json @@ -2,7 +2,7 @@ "name": "ThreatDown", "description": "ThreatDown (powered by Malwarebytes) Integration & Playbooks", "support": "partner", - "currentVersion": "1.1.21", + "currentVersion": "1.1.22", "author": "ThreatDown", "url": "https://support.threatdown.com/hc/en-us/requests/new", "email": "support@threatdown.com", diff --git a/Packs/Pcysys/Integrations/Pcysys/Pcysys.yml b/Packs/Pcysys/Integrations/Pcysys/Pcysys.yml index 8e99d5cef584..f2c74030f925 100644 --- a/Packs/Pcysys/Integrations/Pcysys/Pcysys.yml +++ b/Packs/Pcysys/Integrations/Pcysys/Pcysys.yml @@ -121,7 +121,7 @@ script: - contextPath: Pentera.TaskRun.FullActionReport.Status description: 'The status of the action. Can be: success, failed, canceled, no_results.' type: String - dockerimage: demisto/auth-utils:1.0.0.115527 + dockerimage: demisto/auth-utils:1.0.0.3562326 runonce: false script: '-' subtype: python3 diff --git a/Packs/Pcysys/ReleaseNotes/1_3_12.md b/Packs/Pcysys/ReleaseNotes/1_3_12.md new file mode 100644 index 000000000000..627d82c1c8ac --- /dev/null +++ b/Packs/Pcysys/ReleaseNotes/1_3_12.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### Pentera + +- Updated the Docker image to: *demisto/auth-utils:1.0.0.3562326*. + diff --git a/Packs/Pcysys/pack_metadata.json b/Packs/Pcysys/pack_metadata.json index 7c93c9ad3f3b..9ec06de038ea 100644 --- a/Packs/Pcysys/pack_metadata.json +++ b/Packs/Pcysys/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Pentera", "description": "Automate remediation actions based on Pentera, the Automated Security Validation Platform, proactively exposing high-risk vulnerabilities.", "support": "partner", - "currentVersion": "1.3.11", + "currentVersion": "1.3.12", "author": "Pentera", "url": "https://pentera.io", "email": "support@pentera.io", diff --git a/Packs/Silverfort/Integrations/Silverfort/Silverfort.yml b/Packs/Silverfort/Integrations/Silverfort/Silverfort.yml index 695f2fbb977c..e7d7b1647116 100644 --- a/Packs/Silverfort/Integrations/Silverfort/Silverfort.yml +++ b/Packs/Silverfort/Integrations/Silverfort/Silverfort.yml @@ -123,7 +123,7 @@ script: required: true description: Update the resource entity risk. name: silverfort-update-resource-risk - dockerimage: demisto/auth-utils:1.0.0.2025089 + dockerimage: demisto/auth-utils:1.0.0.3562326 runonce: false script: '-' subtype: python3 diff --git a/Packs/Silverfort/ReleaseNotes/2_0_32.md b/Packs/Silverfort/ReleaseNotes/2_0_32.md new file mode 100644 index 000000000000..a402aae94996 --- /dev/null +++ b/Packs/Silverfort/ReleaseNotes/2_0_32.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### Silverfort + +- Updated the Docker image to: *demisto/auth-utils:1.0.0.3562326*. + diff --git a/Packs/Silverfort/pack_metadata.json b/Packs/Silverfort/pack_metadata.json index 1d4c9305742b..aa6af29f0e12 100644 --- a/Packs/Silverfort/pack_metadata.json +++ b/Packs/Silverfort/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Silverfort", "description": "Silverfort protects organizations from data breaches by delivering strong authentication across entire corporate networks and cloud environments, without requiring any modifications to endpoints or servers. Using patent-pending technology, Silverfort's agentless approach enables multi-factor authentication and AI-driven adaptive authentication even for systems that don’t support it today, including proprietary systems, critical infrastructure, shared folders, IoT devices, and more. Use Silverfort integration to get & update Silverfort risk severity. This integration was integrated and tested with Silverfort version 2.12.", "support": "partner", - "currentVersion": "2.0.31", + "currentVersion": "2.0.32", "author": "Silverfort", "url": "https://support.silverfort.com/", "email": "ecosystem@silverfort.com", diff --git a/Packs/Uptycs/Integrations/Uptycs/Uptycs.yml b/Packs/Uptycs/Integrations/Uptycs/Uptycs.yml index 637b68069657..6a18e7897b9d 100644 --- a/Packs/Uptycs/Integrations/Uptycs/Uptycs.yml +++ b/Packs/Uptycs/Integrations/Uptycs/Uptycs.yml @@ -1530,7 +1530,7 @@ script: - name: filename required: true description: The name of the file being uploaded. This file should be uploaded to Cortex XSOAR in the Playground War Room using the paperclip icon next to the CLI. - dockerimage: demisto/auth-utils:1.0.0.2025089 + dockerimage: demisto/auth-utils:1.0.0.3562326 isfetch: true runonce: true script: '-' diff --git a/Packs/Uptycs/ReleaseNotes/1_0_19.md b/Packs/Uptycs/ReleaseNotes/1_0_19.md new file mode 100644 index 000000000000..d21e761ea940 --- /dev/null +++ b/Packs/Uptycs/ReleaseNotes/1_0_19.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### Uptycs + +- Updated the Docker image to: *demisto/auth-utils:1.0.0.3562326*. + diff --git a/Packs/Uptycs/pack_metadata.json b/Packs/Uptycs/pack_metadata.json index cb1bbc4ec2e8..0967c075c15a 100644 --- a/Packs/Uptycs/pack_metadata.json +++ b/Packs/Uptycs/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Uptycs", "description": "Fetches data from the Uptycs database.", "support": "partner", - "currentVersion": "1.0.18", + "currentVersion": "1.0.19", "author": "Uptycs Inc.", "url": "https://www.uptycs.com", "email": "support@uptycs.com",