Skip to content

Commit 74dd700

Browse files
Update Docker Image To demisto/python3 (demisto#24287)
* Updated Metadata Of Pack ipinfo * Added release notes to pack ipinfo * Packs/ipinfo/Integrations/ipinfo_v2/ipinfo_v2.yml Docker image update * Updated Metadata Of Pack PhishTank * Added release notes to pack PhishTank * Packs/PhishTank/Integrations/PhishTankV2/PhishTankV2.yml Docker image update * Updated Metadata Of Pack XForceExchange * Added release notes to pack XForceExchange * Packs/XForceExchange/Integrations/XFE_v2/XFE_v2.yml Docker image update * Updated Metadata Of Pack URLHaus * Added release notes to pack URLHaus * Packs/URLHaus/Integrations/URLHaus/URLHaus.yml Docker image update * Updated Metadata Of Pack CVESearch * Added release notes to pack CVESearch * Packs/CVESearch/Integrations/CVESearchV2/CVESearchV2.yml Docker image update * Fixed mypy * - --------- Co-authored-by: sberman <[email protected]>
1 parent a34d18a commit 74dd700

File tree

17 files changed

+31
-12
lines changed

17 files changed

+31
-12
lines changed

Packs/CVESearch/.pack-ignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ ignore=BA101
88
ignore=BA101
99

1010
[file:README.md]
11-
ignore=RM104
11+
ignore=RM104
12+
13+
[file:CVESearchV2.yml]
14+
ignore=IN154

Packs/CVESearch/Integrations/CVESearchV2/CVESearchV2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ script:
9999
- contextPath: DBotScore.Vendor
100100
description: The vendor reporting the score of the indicator.
101101
type: String
102-
dockerimage: demisto/python3:3.10.1.26972
102+
dockerimage: demisto/python3:3.10.9.46032
103103
feed: false
104104
isfetch: false
105105
longRunning: false
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#### Integrations
2+
##### CVE Search v2
3+
- Updated the Docker image to: *demisto/python3:3.10.9.46032*.

Packs/CVESearch/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "CVE Search",
33
"description": "Searches for CVE information using circl.lu.",
44
"support": "xsoar",
5-
"currentVersion": "1.0.12",
5+
"currentVersion": "1.0.13",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",

Packs/PhishTank/Integrations/PhishTankV2/PhishTankV2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ script:
8989
was loaded.
9090
execution: false
9191
name: phishtank-status
92-
dockerimage: demisto/python3:3.10.9.40422
92+
dockerimage: demisto/python3:3.10.9.46032
9393
feed: false
9494
isfetch: false
9595
longRunning: false
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#### Integrations
2+
##### PhishTank v2
3+
- Updated the Docker image to: *demisto/python3:3.10.9.46032*.

Packs/PhishTank/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "PhishTank",
33
"description": "PhishTank is a free community site where anyone can submit, verify, track and share phishing data",
44
"support": "xsoar",
5-
"currentVersion": "2.0.19",
5+
"currentVersion": "2.0.20",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",

Packs/URLHaus/Integrations/URLHaus/URLHaus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ script:
357357
- contextPath: File.Extension
358358
description: File extension.
359359
type: string
360-
dockerimage: demisto/python3:3.10.9.42476
360+
dockerimage: demisto/python3:3.10.9.46032
361361
feed: false
362362
isfetch: false
363363
longRunning: false

Packs/URLHaus/ReleaseNotes/1_0_18.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#### Integrations
2+
##### URLhaus
3+
- Updated the Docker image to: *demisto/python3:3.10.9.46032*.

Packs/URLHaus/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "URLhaus",
33
"description": "URLhaus has the goal of sharing malicious URLs that are being used for malware distribution.",
44
"support": "xsoar",
5-
"currentVersion": "1.0.17",
5+
"currentVersion": "1.0.18",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",

0 commit comments

Comments
 (0)