Skip to content

Commit

Permalink
Update Docker Image To demisto/python3 (#24287)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
content-bot and Shellyber authored Feb 2, 2023
1 parent a34d18a commit 74dd700
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 12 deletions.
5 changes: 4 additions & 1 deletion Packs/CVESearch/.pack-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ ignore=BA101
ignore=BA101

[file:README.md]
ignore=RM104
ignore=RM104

[file:CVESearchV2.yml]
ignore=IN154
2 changes: 1 addition & 1 deletion Packs/CVESearch/Integrations/CVESearchV2/CVESearchV2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ script:
- contextPath: DBotScore.Vendor
description: The vendor reporting the score of the indicator.
type: String
dockerimage: demisto/python3:3.10.1.26972
dockerimage: demisto/python3:3.10.9.46032
feed: false
isfetch: false
longRunning: false
Expand Down
3 changes: 3 additions & 0 deletions Packs/CVESearch/ReleaseNotes/1_0_13.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### CVE Search v2
- Updated the Docker image to: *demisto/python3:3.10.9.46032*.
2 changes: 1 addition & 1 deletion Packs/CVESearch/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "CVE Search",
"description": "Searches for CVE information using circl.lu.",
"support": "xsoar",
"currentVersion": "1.0.12",
"currentVersion": "1.0.13",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
2 changes: 1 addition & 1 deletion Packs/PhishTank/Integrations/PhishTankV2/PhishTankV2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ script:
was loaded.
execution: false
name: phishtank-status
dockerimage: demisto/python3:3.10.9.40422
dockerimage: demisto/python3:3.10.9.46032
feed: false
isfetch: false
longRunning: false
Expand Down
3 changes: 3 additions & 0 deletions Packs/PhishTank/ReleaseNotes/2_0_20.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### PhishTank v2
- Updated the Docker image to: *demisto/python3:3.10.9.46032*.
2 changes: 1 addition & 1 deletion Packs/PhishTank/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "PhishTank",
"description": "PhishTank is a free community site where anyone can submit, verify, track and share phishing data",
"support": "xsoar",
"currentVersion": "2.0.19",
"currentVersion": "2.0.20",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
2 changes: 1 addition & 1 deletion Packs/URLHaus/Integrations/URLHaus/URLHaus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ script:
- contextPath: File.Extension
description: File extension.
type: string
dockerimage: demisto/python3:3.10.9.42476
dockerimage: demisto/python3:3.10.9.46032
feed: false
isfetch: false
longRunning: false
Expand Down
3 changes: 3 additions & 0 deletions Packs/URLHaus/ReleaseNotes/1_0_18.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### URLhaus
- Updated the Docker image to: *demisto/python3:3.10.9.46032*.
2 changes: 1 addition & 1 deletion Packs/URLHaus/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "URLhaus",
"description": "URLhaus has the goal of sharing malicious URLs that are being used for malware distribution.",
"support": "xsoar",
"currentVersion": "1.0.17",
"currentVersion": "1.0.18",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
3 changes: 2 additions & 1 deletion Packs/XForceExchange/Integrations/XFE_v2/XFE_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@

from CommonServerPython import *

import urllib3
# Disable insecure warnings
requests.packages.urllib3.disable_warnings()
urllib3.disable_warnings()

XFORCE_URL = 'https://exchange.xforce.ibmcloud.com'
DEFAULT_THRESHOLD = 7
Expand Down
2 changes: 1 addition & 1 deletion Packs/XForceExchange/Integrations/XFE_v2/XFE_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ script:
- contextPath: XFE.CVESearch.Bookmark
description: Bookmark used to page through results.
type: String
dockerimage: demisto/python3:3.10.5.31928
dockerimage: demisto/python3:3.10.9.46032
feed: false
isfetch: false
longRunning: false
Expand Down
3 changes: 3 additions & 0 deletions Packs/XForceExchange/ReleaseNotes/1_1_16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### IBM X-Force Exchange v2
- Updated the Docker image to: *demisto/python3:3.10.9.46032*.
2 changes: 1 addition & 1 deletion Packs/XForceExchange/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "IBM X-Force Exchange",
"description": "IBM X-Force Exchange lets you receive threat intelligence about applications,\n IP addresses, URls and hashes",
"support": "xsoar",
"currentVersion": "1.1.15",
"currentVersion": "1.1.16",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
2 changes: 1 addition & 1 deletion Packs/ipinfo/Integrations/ipinfo_v2/ipinfo_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ script:
- contextPath: DBotScore.Vendor
description: The vendor used to calculate the score.
type: String
dockerimage: demisto/python3:3.10.9.42476
dockerimage: demisto/python3:3.10.9.46032
feed: false
isfetch: false
longRunning: false
Expand Down
3 changes: 3 additions & 0 deletions Packs/ipinfo/ReleaseNotes/2_1_7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### IPinfo v2
- Updated the Docker image to: *demisto/python3:3.10.9.46032*.
2 changes: 1 addition & 1 deletion Packs/ipinfo/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Ipinfo",
"description": "Use the ipinfo.io API to get data about an IP address",
"support": "xsoar",
"currentVersion": "2.1.6",
"currentVersion": "2.1.7",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 74dd700

Please sign in to comment.