Skip to content

Commit

Permalink
Aud demisto/auto update docker staging branch 20 (demisto#36797)
Browse files Browse the repository at this point in the history
* Updated docker image to demisto/googleapi-python3:1.0.0.113882. PR batch #1/2 (demisto#36788)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/googleapi-python3:1.0.0.113882. PR batch #2/2 (demisto#36789)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/exodusintelligence:1.0.0.113866. PR batch #1/1 (demisto#36793)

Co-authored-by: root <root@1e2de18e0cc3>

* demisto/devo:1.0.0.113864 | 0-100 | PR batch #1/1 (demisto#36792)

* Updated docker image to demisto/devo:1.0.0.113864. PR batch #1/1

* ruff-py3.11

* RN

---------

Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: mayagoldman <[email protected]>

* Updated docker image to demisto/google-api-py3:1.0.0.114199. PR batch #1/1 (demisto#36787)

Co-authored-by: root <root@1e2de18e0cc3>

* RN

---------

Co-authored-by: content-bot <[email protected]>
Co-authored-by: root <root@1e2de18e0cc3>
  • Loading branch information
3 people authored Oct 27, 2024
1 parent 79f3f2b commit 91bd457
Show file tree
Hide file tree
Showing 56 changed files with 150 additions and 40 deletions.
4 changes: 2 additions & 2 deletions Packs/Devo/Integrations/Devo_v2/Devo_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import re
import os
import pandas as pd
from datetime import datetime
from datetime import datetime, UTC
from devo.sender import Lookup, SenderConfigSSL, Sender
from functools import partial

Expand Down Expand Up @@ -179,7 +179,7 @@ def _to_unix(date, milliseconds=False):
epoch = pd.to_datetime(date).timestamp()
elif isinstance(date, pd.Timestamp | datetime):
if date.tzinfo is None:
epoch = date.replace(tzinfo=timezone.utc).timestamp()
epoch = date.replace(tzinfo=UTC).timestamp()
else:
epoch = date.timestamp()
elif isinstance(date, int | float):
Expand Down
2 changes: 1 addition & 1 deletion Packs/Devo/Integrations/Devo_v2/Devo_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ script:
type: unknown
description: Writes lookup table entry records to a specified Devo table.
execution: true
dockerimage: demisto/devo:1.0.0.93142
dockerimage: demisto/devo:1.0.0.113864
isfetch: true
subtype: python3
tests:
Expand Down
4 changes: 2 additions & 2 deletions Packs/Devo/Integrations/Devo_v2/Devo_v2_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import time
import copy
from unittest.mock import MagicMock, patch
from datetime import datetime, timezone
from datetime import datetime, UTC
import pytest
import re
from freezegun import freeze_time
Expand Down Expand Up @@ -925,7 +925,7 @@ def test_to_unix_current_time():


def test_to_unix_datetime_object():
dt = datetime(2024, 3, 23, 12, 0, 0, tzinfo=timezone.utc) # Ensure timezone is UTC
dt = datetime(2024, 3, 23, 12, 0, 0, tzinfo=UTC) # Ensure timezone is UTC
unix_timestamp = _to_unix(dt)
assert unix_timestamp == 1711195200

Expand Down
6 changes: 6 additions & 0 deletions Packs/Devo/ReleaseNotes/1_3_3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Devo v2

- Updated the Docker image to: *demisto/devo:1.0.0.113864*.
2 changes: 1 addition & 1 deletion Packs/Devo/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Devo",
"description": "Use the Devo integration to query Devo for alerts, lookup tables, and to write to lookup tables.",
"support": "partner",
"currentVersion": "1.3.2",
"currentVersion": "1.3.3",
"author": "Devo",
"url": "https://www.devo.com",
"email": "[email protected]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ script:
- contextPath: ExodusVulnerabilityEnrichment.ResetDataStream.end_ts
description: New date data stream is set to.
type: String
dockerimage: demisto/exodusintelligence:1.0.0.91256
dockerimage: demisto/exodusintelligence:1.0.0.113866
feed: true
isFetchSamples: true
runonce: true
Expand Down
7 changes: 7 additions & 0 deletions Packs/ExodusIntelligence/ReleaseNotes/1_0_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Integrations

##### Exodus Intelligence Vulnerabilities
- Updated the Docker image to: *demisto/exodusintelligence:1.0.0.113866*.


2 changes: 1 addition & 1 deletion Packs/ExodusIntelligence/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Exodus Intelligence EVE Platform",
"description": "Built on original research from some of the best reverse engineers in the world as well as cutting edge machine learning technology, [Exodus Intelligence’s EVE](https://vpx.exodusintel.com) platform provides deep intelligence about the latest vulnerabilities. This integration allows Cortex XSOAR users to add context regarding the nature of vulnerabilities and their likelihood to be exploited in the wild, identify platforms on which given vulnerabilities exist and have been verified to be exploitable, update incidents with specific mitigation guidance, and much more.",
"support": "partner",
"currentVersion": "1.0.1",
"currentVersion": "1.0.2",
"author": "Exodus Intelligence LLC",
"url": "",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion Packs/GCP-IAM/Integrations/GCPIAM/GCPIAM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,7 @@ script:
description: Create a short-lived access token for a service account. The generated token will be exposed to the context menu and War Room, and can potentially be logged.
execution: true
name: gcp-iam-service-account-generate-access-token
dockerimage: demisto/google-api-py3:1.0.0.112317
dockerimage: demisto/google-api-py3:1.0.0.114199
runonce: false
script: '-'
subtype: python3
Expand Down
7 changes: 7 additions & 0 deletions Packs/GCP-IAM/ReleaseNotes/1_0_28.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Integrations

##### GCP-IAM
- Updated the Docker image to: *demisto/google-api-py3:1.0.0.114199*.


2 changes: 1 addition & 1 deletion Packs/GCP-IAM/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "GCP IAM",
"description": "Manage identity and access control for Google Cloud Platform resources.",
"support": "xsoar",
"currentVersion": "1.0.27",
"currentVersion": "1.0.28",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
2 changes: 1 addition & 1 deletion Packs/GSuiteAdmin/Integrations/GSuiteAdmin/GSuiteAdmin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2895,7 +2895,7 @@ script:
name: policy_schema
description: Delete multiple policy values that are applied to a specific group. All targets must have the same target format. That is to say that they must point to the same target resource and must have the same keys specified in additionalTargetKeyNames, though the values for those keys may be different. On failure the request will return the error details as part of the google.rpc.Status.
name: gsuite-policy-groups-delete
dockerimage: demisto/googleapi-python3:1.0.0.112316
dockerimage: demisto/googleapi-python3:1.0.0.113882
runonce: false
script: '-'
subtype: python3
Expand Down
6 changes: 6 additions & 0 deletions Packs/GSuiteAdmin/ReleaseNotes/1_2_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Google Workspace Admin

- Updated the Docker image to: *demisto/googleapi-python3:1.0.0.113882*.
2 changes: 1 addition & 1 deletion Packs/GSuiteAdmin/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "G Suite Admin",
"description": "G Suite Admin integration with Cortex XSOAR. G Suite or Google Workspace Admin is an integration to perform an action on IT infrastructure, create users, update settings, and more administrative tasks.",
"support": "xsoar",
"currentVersion": "1.2.1",
"currentVersion": "1.2.2",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ script:
- contextPath: GSuiteSecurityAlert.Recover.failedAlerts.status
description: Status of the failed alert recovery.
type: String
dockerimage: demisto/googleapi-python3:1.0.0.112316
dockerimage: demisto/googleapi-python3:1.0.0.113882
isfetch: true
runonce: false
script: '-'
Expand Down
6 changes: 6 additions & 0 deletions Packs/GSuiteSecurityAlertCenter/ReleaseNotes/1_1_45.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### G Suite Security Alert Center

- Updated the Docker image to: *demisto/googleapi-python3:1.0.0.113882*.
2 changes: 1 addition & 1 deletion Packs/GSuiteSecurityAlertCenter/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "G Suite Security Alert Center",
"description": "Fetch alert types, delete or recover alerts, retrieve an alert's metadata, and create or view alert feedback.",
"support": "xsoar",
"currentVersion": "1.1.44",
"currentVersion": "1.1.45",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
2 changes: 1 addition & 1 deletion Packs/Gmail/Integrations/Gmail/Gmail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1735,7 +1735,7 @@ script:
- contextPath: Gmail.ForwardingAddress.verificationStatus
description: Indicates whether this address has been verified and is usable for forwarding.
type: String
dockerimage: demisto/google-api-py3:1.0.0.112317
dockerimage: demisto/google-api-py3:1.0.0.114199
isfetch: true
runonce: false
script: '-'
Expand Down
6 changes: 6 additions & 0 deletions Packs/Gmail/ReleaseNotes/1_3_26.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Gmail

- Updated the Docker image to: *demisto/google-api-py3:1.0.0.114199*.
2 changes: 1 addition & 1 deletion Packs/Gmail/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Gmail",
"description": "Gmail API and user management (This integration replaces the Gmail functionality in the GoogleApps API and G Suite integration).",
"support": "xsoar",
"currentVersion": "1.3.25",
"currentVersion": "1.3.26",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ script:
required: true
description: Retrieves attachments from a sent Gmail message.
name: gmail-get-attachments
dockerimage: demisto/google-api-py3:1.0.0.112317
dockerimage: demisto/google-api-py3:1.0.0.114199
isfetch: true
runonce: false
script: '-'
Expand Down
6 changes: 6 additions & 0 deletions Packs/GmailSingleUser/ReleaseNotes/1_4_6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Gmail Single User

- Updated the Docker image to: *demisto/google-api-py3:1.0.0.114199*.
2 changes: 1 addition & 1 deletion Packs/GmailSingleUser/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Gmail Single User",
"description": "Gmail API using OAuth 2.0.",
"support": "xsoar",
"currentVersion": "1.4.5",
"currentVersion": "1.4.6",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ script:
- contextPath: GoogleCalendar.PageToken.Acl.nextSyncToken
description: Token used at a later point in time to retrieve only the entries that have changed since this result was returned.
type: String
dockerimage: demisto/googleapi-python3:1.0.0.112316
dockerimage: demisto/googleapi-python3:1.0.0.113882
runonce: false
script: '-'
subtype: python3
Expand Down
6 changes: 6 additions & 0 deletions Packs/GoogleCalendar/ReleaseNotes/1_1_47.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Google Calendar

- Updated the Docker image to: *demisto/googleapi-python3:1.0.0.113882*.
2 changes: 1 addition & 1 deletion Packs/GoogleCalendar/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Google Calendar",
"description": "Google Calendar integration with Cortex XSOAR.",
"support": "xsoar",
"currentVersion": "1.1.46",
"currentVersion": "1.1.47",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8418,7 +8418,7 @@ script:
- contextPath: GoogleCloudCompute.Instances.kind
description: '] Type of the resource. Always compute#instance for instances.'
type: string
dockerimage: demisto/googleapi-python3:1.0.0.112316
dockerimage: demisto/googleapi-python3:1.0.0.113882
script: ''
subtype: python3
type: python
Expand Down
6 changes: 6 additions & 0 deletions Packs/GoogleCloudCompute/ReleaseNotes/1_1_12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Google Cloud Compute

- Updated the Docker image to: *demisto/googleapi-python3:1.0.0.113882*.
2 changes: 1 addition & 1 deletion Packs/GoogleCloudCompute/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Google Cloud Compute",
"description": "Google Compute Engine delivers virtual machines running in Google's innovative data centers and worldwide fiber network. Compute Engine's tooling and workflow support enable scaling from single instances to global, load-balanced cloud computing.",
"support": "xsoar",
"currentVersion": "1.1.11",
"currentVersion": "1.1.12",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ script:
- contextPath: GoogleCloudFunctions.Execution.error
description: Either a system or user-function generated error. Set if the execution was not successful.
type: String
dockerimage: demisto/google-api-py3:1.0.0.112317
dockerimage: demisto/google-api-py3:1.0.0.114199
runonce: false
script: '-'
type: python
Expand Down
6 changes: 6 additions & 0 deletions Packs/GoogleCloudFunctions/ReleaseNotes/1_0_29.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Google Cloud Functions

- Updated the Docker image to: *demisto/google-api-py3:1.0.0.114199*.
2 changes: 1 addition & 1 deletion Packs/GoogleCloudFunctions/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Google Cloud Functions",
"description": "Google Cloud Functions",
"support": "xsoar",
"currentVersion": "1.0.28",
"currentVersion": "1.0.29",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ script:
script: '-'
type: python
subtype: python3
dockerimage: demisto/google-api-py3:1.0.0.112317
dockerimage: demisto/google-api-py3:1.0.0.114199
fromversion: 6.8.0
tests:
- No tests (auto formatted)
6 changes: 6 additions & 0 deletions Packs/GoogleCloudLogging/ReleaseNotes/1_0_15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Google Cloud Logging

- Updated the Docker image to: *demisto/google-api-py3:1.0.0.114199*.
2 changes: 1 addition & 1 deletion Packs/GoogleCloudLogging/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Google Cloud Logging",
"description": "Google Cloud Logging is a managed logging solution provided by Google Cloud Platform (GCP) that allows users to collect, store, search, analyze, and monitor logs generated by GCP services, third-party applications, and custom applications running on GCP.",
"support": "xsoar",
"currentVersion": "1.0.14",
"currentVersion": "1.0.15",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
2 changes: 1 addition & 1 deletion Packs/GoogleDocs/Integrations/GoogleDocs/GoogleDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ script:
- contextPath: GoogleDocs.DocumentId
description: The document ID of the updated document.
type: Unknown
dockerimage: demisto/googleapi-python3:1.0.0.112316
dockerimage: demisto/googleapi-python3:1.0.0.113882
runonce: false
script: '-'
type: python
Expand Down
6 changes: 6 additions & 0 deletions Packs/GoogleDocs/ReleaseNotes/1_0_26.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Google Docs

- Updated the Docker image to: *demisto/googleapi-python3:1.0.0.113882*.
2 changes: 1 addition & 1 deletion Packs/GoogleDocs/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Google Docs",
"description": "Use the Google Docs integration to create and modify Google Docs documents.",
"support": "xsoar",
"currentVersion": "1.0.25",
"currentVersion": "1.0.26",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
2 changes: 1 addition & 1 deletion Packs/GoogleDrive/Integrations/GoogleDrive/GoogleDrive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3112,7 +3112,7 @@ script:
- contextPath: GoogleDrive.File.Parents
description: The IDs of the parent folders which contain the file.
type: String
dockerimage: demisto/googleapi-python3:1.0.0.112316
dockerimage: demisto/googleapi-python3:1.0.0.113882
isfetch: true
runonce: false
script: "-"
Expand Down
6 changes: 6 additions & 0 deletions Packs/GoogleDrive/ReleaseNotes/1_3_9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Google Drive

- Updated the Docker image to: *demisto/googleapi-python3:1.0.0.113882*.
2 changes: 1 addition & 1 deletion Packs/GoogleDrive/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Google Drive",
"description": "Google Drive allows users to store files on their servers, synchronize files across devices, and share files. This integration helps you to create a new drive, query past activity and view change logs performed by the users, as well as list drives and files, and manage their permissions.",
"support": "xsoar",
"currentVersion": "1.3.8",
"currentVersion": "1.3.9",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ script:
required: true
description: Acknowledge previously pulled message or messages.
name: gcp-pubsub-topic-ack-messages
dockerimage: demisto/googleapi-python3:1.0.0.112316
dockerimage: demisto/googleapi-python3:1.0.0.113882
isfetch: true
runonce: false
script: '-'
Expand Down
6 changes: 6 additions & 0 deletions Packs/GooglePubSub/ReleaseNotes/1_1_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Google Cloud Pub/Sub

- Updated the Docker image to: *demisto/googleapi-python3:1.0.0.113882*.
2 changes: 1 addition & 1 deletion Packs/GooglePubSub/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Google Cloud Pub / Sub",
"description": "Google Cloud Pub / Sub is a fully-managed real-time messaging service that allows you to send and receive messages between independent applications.",
"support": "xsoar",
"currentVersion": "1.1.1",
"currentVersion": "1.1.2",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ script:
- contextPath: GRM.Project.Parent.Type
description: Type of the parent resource.
type: String
dockerimage: demisto/googleapi-python3:1.0.0.112316
dockerimage: demisto/googleapi-python3:1.0.0.113882
runonce: false
script: ''
type: python
Expand Down
Loading

0 comments on commit 91bd457

Please sign in to comment.