Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Auto Update Docker] AUD-demisto/auto_update_docker_staging_branch_10 #35346

Merged
merged 6 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ configuration:
type: 8
required: false
- additionalinfo: How far back in time to go when performing the first fetch
defaultvalue: '14 days'
defaultvalue: 14 days
display: First fetch timestamp (<number> <time unit>, e.g., 12 hours, 7 days)
name: fetch_time
type: 0
Expand Down Expand Up @@ -150,7 +150,7 @@ script:
name: limit
description: Gets the feed indicators.
name: acti-get-indicators
dockerimage: demisto/py3-tools:1.0.0.96102
dockerimage: demisto/py3-tools:1.0.0.102774
feed: true
runonce: false
script: '-'
Expand Down
6 changes: 6 additions & 0 deletions Packs/AccentureCTI_Feed/ReleaseNotes/1_1_37.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### ACTI Indicator Feed

- Updated the Docker image to: *demisto/py3-tools:1.0.0.102774*.
2 changes: 1 addition & 1 deletion Packs/AccentureCTI_Feed/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Accenture CTI Feed",
"description": "Accenture Cyber Threat Intelligence Feed",
"support": "partner",
"currentVersion": "1.1.36",
"currentVersion": "1.1.37",
"author": "Accenture",
"url": "https://www.accenture.com/us-en/services/security/cyber-defense",
"email": "[email protected]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ script:
- name: asana-get-all-projects
arguments: []
description: gets the list of projects on asana
dockerimage: demisto/py3-tools:0.0.1.25751
dockerimage: demisto/py3-tools:1.0.0.102774
subtype: python3
fromversion: 6.0.0
tests:
Expand Down
6 changes: 6 additions & 0 deletions Packs/AsanaConnect/ReleaseNotes/1_0_3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### AsanaConnect

- Updated the Docker image to: *demisto/py3-tools:1.0.0.102774*.
2 changes: 1 addition & 1 deletion Packs/AsanaConnect/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Asana Connect",
"description": "Use the Asana Connect integration to connect to projects related to your Asana account.",
"support": "community",
"currentVersion": "1.0.2",
"currentVersion": "1.0.3",
"author": "zh-lim",
"url": "",
"email": "",
Expand Down
15 changes: 15 additions & 0 deletions Packs/CommunityCommonScripts/ReleaseNotes/1_2_5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

#### Scripts

##### VersionGreaterThan

- Updated the Docker image to: *demisto/powershell:7.4.0.80528*.
##### CalculateTimeSpan

- Updated the Docker image to: *demisto/powershell:7.4.0.80528*.
##### VersionEqualTo

- Updated the Docker image to: *demisto/powershell:7.4.0.80528*.
##### VersionLessThan

- Updated the Docker image to: *demisto/powershell:7.4.0.80528*.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ comment: |-
commonfields:
id: CalculateTimeSpan
version: -1
dockerimage: demisto/powershell:7.2.1.26295
dockerimage: demisto/powershell:7.4.0.80528
enabled: true
name: CalculateTimeSpan
outputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ args:
- description: Version number to compare against left side
name: right
required: true
comment: |
comment: |-
Tests whether left side version number is equal to right side version number.

Version numbers need to have at least a major and minor version component to be considered valid. E.g. 1.0
commonfields:
id: VersionEqualTo
version: -1
dockerimage: demisto/powershell:7.2.1.26295
dockerimage: demisto/powershell:7.4.0.80528
enabled: true
name: VersionEqualTo
runas: DBotWeakRole
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ args:
- description: Version number to compare against left side
name: right
required: true
comment: |-
Tests whether left side version number is greater than right side version number.
comment: 'Tests whether left side version number is greater than right side version number.

Version numbers need to have at least a major and minor version component to be considered valid. E.g. 1.0

Version numbers need to have at least a major and minor version component to be considered valid. E.g. 1.0'
commonfields:
id: VersionGreaterThan
version: -1
dockerimage: demisto/powershell:7.2.1.26295
dockerimage: demisto/powershell:7.4.0.80528
enabled: true
name: VersionGreaterThan
runas: DBotWeakRole
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ args:
- description: Version number to compare against left side
name: right
required: true
comment: |-
Tests whether left side version number is less than right side version number.
comment: 'Tests whether left side version number is less than right side version number.

Version numbers need to have at least a major and minor version component to be considered valid. E.g. 1.0

Version numbers need to have at least a major and minor version component to be considered valid. E.g. 1.0'
commonfields:
id: VersionLessThan
version: -1
dockerimage: demisto/powershell:7.2.1.26295
dockerimage: demisto/powershell:7.4.0.80528
enabled: true
name: VersionLessThan
runas: DBotWeakRole
Expand Down
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.2.4",
"currentVersion": "1.2.5",
"author": "",
"url": "https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/bd-p/Cortex_XSOAR_Discussions",
"email": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ configuration:
name: Api-Token
required: true
type: 4
- defaultvalue: "false"
- defaultvalue: 'false'
display: Use system proxy settings
name: proxy
type: 8
Expand All @@ -39,7 +39,7 @@ script:
required: true
description: Updating the alert
name: cyberx-update-alert
dockerimage: demisto/python3-deb:3.9.1.15758
dockerimage: demisto/python3-deb:3.11.9.102626
script: ''
subtype: python3
type: python
Expand Down
6 changes: 6 additions & 0 deletions Packs/CyberX-CentralManager/ReleaseNotes/1_0_5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### CyberX - Central Manager

- Updated the Docker image to: *demisto/python3-deb:3.11.9.102626*.
4 changes: 2 additions & 2 deletions Packs/CyberX-CentralManager/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "CyberX - Central Manager",
"description": "This is a small integration which is able to update alerts inside of Cyber X.",
"support": "community",
"currentVersion": "1.0.4",
"currentVersion": "1.0.5",
"author": "Konrad Zacharias",
"url": "",
"email": "",
Expand All @@ -17,4 +17,4 @@
"xsoar",
"marketplacev2"
]
}
}
2 changes: 1 addition & 1 deletion Packs/DevSecOps/Integrations/MinIO/MinIO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ script:
- contextPath: MinIO.Objects.tags
description: MinIO Object Tags.
description: Set tags configuration to an object.
dockerimage: demisto/py3-tools:1.0.0.77497
dockerimage: demisto/py3-tools:1.0.0.102774
runonce: false
script: '-'
subtype: python3
Expand Down
6 changes: 6 additions & 0 deletions Packs/DevSecOps/ReleaseNotes/1_1_10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### MinIO

- Updated the Docker image to: *demisto/py3-tools:1.0.0.102774*.
2 changes: 1 addition & 1 deletion Packs/DevSecOps/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "DevSecOps",
"description": "DevSecOps CI/CD Orchestration Integration Pack.",
"support": "community",
"currentVersion": "1.1.9",
"currentVersion": "1.1.10",
"author": "Ayman Mahmoud",
"githubUser": [
"ayman-m"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ configuration:
type: 0
required: false
- additionalinfo: How far back in time to go when performing the first fetch.
defaultvalue: '7 days'
defaultvalue: 7 days
display: First fetch timestamp (<number> <time unit>, e.g., 12 hours, 7 days)
name: fetch_time
type: 0
Expand Down Expand Up @@ -144,12 +144,11 @@ script:
commands:
- arguments:
- defaultValue: '100'
description: |-
The maximum number of results to return.
description: The maximum number of results to return.
name: limit
description: Gets the feed indicators.
name: intel471-indicators-get-indicators
dockerimage: demisto/py3-tools:1.0.0.90842
dockerimage: demisto/py3-tools:1.0.0.102774
feed: true
runonce: false
script: '-'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ configuration:
name: isFetch
type: 8
required: false
- defaultvalue: 'Intel 471 Watcher Alert'
- defaultvalue: Intel 471 Watcher Alert
display: Incident type
name: incidentType
type: 13
Expand All @@ -23,7 +23,7 @@ configuration:
type: 9
required: false
- additionalinfo: The Traffic Light Protocol (TLP) designation to apply to incidents fetched from the feed
defaultvalue: 'AMBER'
defaultvalue: AMBER
display: Traffic Light Protocol Color
name: tlp_color
options:
Expand All @@ -34,7 +34,7 @@ configuration:
type: 15
required: false
- additionalinfo: The severity to apply to incidents
defaultvalue: 'Medium'
defaultvalue: Medium
display: Severity
name: severity
options:
Expand All @@ -45,7 +45,7 @@ configuration:
required: true
type: 15
- additionalinfo: How far back in time to go when performing the first fetch.
defaultvalue: '7 days'
defaultvalue: 7 days
display: First fetch timestamp (<number> <time unit>, e.g., 12 hours, 7 days)
name: first_fetch
type: 0
Expand Down Expand Up @@ -73,7 +73,7 @@ script:
script: '-'
type: python
subtype: python3
dockerimage: demisto/py3-tools:1.0.0.96976
dockerimage: demisto/py3-tools:1.0.0.102774
fromversion: 6.0.0
tests:
- No tests (auto formatted)
9 changes: 9 additions & 0 deletions Packs/FeedIntel471/ReleaseNotes/2_1_6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

#### Integrations

##### Intel471 Malware Indicator Feed

- Updated the Docker image to: *demisto/py3-tools:1.0.0.102774*.
##### Intel471 Watcher Alerts

- Updated the Docker image to: *demisto/py3-tools:1.0.0.102774*.
2 changes: 1 addition & 1 deletion Packs/FeedIntel471/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Intel471 Feed",
"description": "This content pack fetches actor and malware related indicators from Intel 471. It also fetches watcher alerts.",
"support": "partner",
"currentVersion": "2.1.5",
"currentVersion": "2.1.6",
"author": "Intel 471",
"url": "https://www.intel471.com",
"email": "[email protected]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ commonfields:
id: ZeroDayLiveTIFUSION Feed
version: -1
configuration:
- defaultvalue: "true"
- defaultvalue: 'true'
display: Fetch indicators
name: feed
type: 8
Expand Down Expand Up @@ -43,7 +43,7 @@ configuration:
type: 15
required: false
- defaultvalue: indicatorType
display: ""
display: ''
name: feedExpirationPolicy
options:
- never
Expand All @@ -52,12 +52,12 @@ configuration:
- suddenDeath
type: 17
required: false
- defaultvalue: "20160"
display: ""
- defaultvalue: '20160'
display: ''
name: feedExpirationInterval
type: 1
required: false
- defaultvalue: "240"
- defaultvalue: '240'
display: Feed Fetch Interval
name: feedFetchInterval
type: 19
Expand All @@ -68,7 +68,7 @@ configuration:
type: 8
required: false
- additionalinfo: If selected, the indicator type will be auto detected for each indicator.
defaultvalue: "true"
defaultvalue: 'true'
display: Auto detect indicator type
name: auto_detect_type
type: 8
Expand All @@ -90,10 +90,10 @@ configuration:
display: Field Names
name: fieldnames
type: 0
defaultvalue: "value"
defaultvalue: value
required: false
- additionalinfo: Time (in seconds) before HTTP requests timeout.
defaultvalue: "20"
defaultvalue: '20'
display: Request Timeout
name: polling_timeout
required: true
Expand All @@ -107,11 +107,11 @@ configuration:
name: proxy
type: 8
required: false
description: 'Zero Day Live is Blackwireds flagship product that delivers proprietary cyber threat intelligence, enabling our clients to operate at the same speed as the adversary. Zero Day Live specializes in unknown, zero day and early warning threats. Our intelligence is delivered finished, actionable and seamlessly orchestrated, directly into the existing security infrastructure measurably reducing the risk of breach.'
description: "Zero Day Live is Blackwired's flagship product that delivers proprietary cyber threat intelligence, enabling our clients to operate at the same speed as the adversary. Zero Day Live specializes in unknown, zero day and early warning threats. Our intelligence is delivered finished, actionable and seamlessly orchestrated, directly into the existing security infrastructure - measurably reducing the risk of breach."
display: Zero Day Live TI FUSION Feed
name: ZeroDayLiveTIFUSION Feed
script:
dockerimage: demisto/py3-tools:1.0.0.63856
dockerimage: demisto/py3-tools:1.0.0.102774
feed: true
runonce: true
script: '-'
Expand Down
6 changes: 6 additions & 0 deletions Packs/FeedZeroDayLiveTIFusion/ReleaseNotes/1_0_4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Zero Day Live TI FUSION Feed

- Updated the Docker image to: *demisto/py3-tools:1.0.0.102774*.
2 changes: 1 addition & 1 deletion Packs/FeedZeroDayLiveTIFusion/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Zero Day Live TI FUSION Feed",
"description": "Blackwired defines a new approach to Threat Intelligence. The flagship Zero Day Live platform is designed to proactively prevent cyber-attacks before they happen. It is the first and only platform making military-grade cyber-warfare capability accessible to enterprise.",
"support": "community",
"currentVersion": "1.0.3",
"currentVersion": "1.0.4",
"author": "Grzegorz Papkala",
"url": "https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/bd-p/Cortex_XSOAR_Discussions",
"email": "",
Expand Down
9 changes: 9 additions & 0 deletions Packs/GZip/ReleaseNotes/1_0_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

#### Scripts

##### GZipFile

- Updated the Docker image to: *demisto/py3-tools:1.0.0.102774*.
##### UnzipGZFile

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