Skip to content

Commit

Permalink
Update Docker Image To demisto/python3 (demisto#24591)
Browse files Browse the repository at this point in the history
* Updated Metadata Of Pack FeedMandiant

* Added release notes to pack FeedMandiant

* Packs/FeedMandiant/Integrations/FeedMandiant/FeedMandiant.yml Docker image update

* Updated Metadata Of Pack FeedSOCRadarThreatFeed

* Added release notes to pack FeedSOCRadarThreatFeed

* Packs/FeedSOCRadarThreatFeed/Integrations/FeedSOCRadarThreatFeed/FeedSOCRadarThreatFeed.yml Docker image update

* Updated Metadata Of Pack FeedThreatConnect

* Added release notes to pack FeedThreatConnect

* Packs/FeedThreatConnect/Integrations/FeedThreatConnect/FeedThreatConnect.yml Docker image update

* Updated Metadata Of Pack FireEyeEX

* Added release notes to pack FireEyeEX

* Packs/FireEyeEX/Integrations/FireEyeEX/FireEyeEX.yml Docker image update

* Updated Metadata Of Pack FlashpointFeed

* Added release notes to pack FlashpointFeed

* Packs/FlashpointFeed/Integrations/FlashpointFeed/FlashpointFeed.yml Docker image update

* Fixed mypy

---------

Co-authored-by: sberman <sberman@paloaltonetworks.com>
Co-authored-by: Shelly Tzohar <45915502+Shellyber@users.noreply.github.com>
  • Loading branch information
3 people authored and ayman-m committed Feb 24, 2023
1 parent f3a96a6 commit fd95ab7
Show file tree
Hide file tree
Showing 18 changed files with 31 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Packs/FeedMandiant/Integrations/FeedMandiant/FeedMandiant.py
@@ -1,10 +1,10 @@
import demistomock as demisto
from CommonServerPython import * # noqa # pylint: disable=unused-wildcard-import

import requests
import urllib3
from typing import Dict

requests.packages.urllib3.disable_warnings() # pylint: disable=no-member
urllib3.disable_warnings() # pylint: disable=no-member

''' CONSTANTS '''

Expand Down
Expand Up @@ -188,7 +188,7 @@ script:
description: Get mandiant indicators.
execution: false
name: feed-mandiant-get-indicators
dockerimage: demisto/python3:3.10.4.30607
dockerimage: demisto/python3:3.10.10.47713
feed: true
isfetch: false
longRunning: false
Expand Down
3 changes: 3 additions & 0 deletions Packs/FeedMandiant/ReleaseNotes/1_0_7.md
@@ -0,0 +1,3 @@
#### Integrations
##### Mandiant Advantage Feed
- Updated the Docker image to: *demisto/python3:3.10.10.47713*.
2 changes: 1 addition & 1 deletion Packs/FeedMandiant/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Mandiant Advantage Feed",
"description": "Cortex XSOAR integrates with Mandiant Advantage Threat Intelligence \n to bring the power of Mandiant\u2019s front line intelligence into the XSOAR platform, \n helping users quickly identify and remediate the most serious threats to their networks.",
"support": "xsoar",
"currentVersion": "1.0.6",
"currentVersion": "1.0.7",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Expand Up @@ -3,12 +3,12 @@
import demistomock as demisto
from CommonServerPython import * # noqa # pylint: disable=unused-wildcard-import

import requests
import urllib3
import traceback
from typing import Dict

# Disable insecure warnings
requests.packages.urllib3.disable_warnings() # pylint: disable=no-member
urllib3.disable_warnings() # pylint: disable=no-member


''' CONSTANTS '''
Expand Down
Expand Up @@ -233,7 +233,7 @@ script:
description: Resets the indicator fetch history.
execution: false
name: socradar-reset-fetch-indicators
dockerimage: demisto/python3:3.9.8.24399
dockerimage: demisto/python3:3.10.10.47713
feed: true
isfetch: false
longRunning: false
Expand Down
3 changes: 3 additions & 0 deletions Packs/FeedSOCRadarThreatFeed/ReleaseNotes/1_0_3.md
@@ -0,0 +1,3 @@
#### Integrations
##### SOCRadar Threat Feed
- Updated the Docker image to: *demisto/python3:3.10.10.47713*.
2 changes: 1 addition & 1 deletion Packs/FeedSOCRadarThreatFeed/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "SOCRadar ThreatFeed",
"description": "Obtain indicators provided by SOCRadar to gain knowledge about the malicious activities.",
"support": "partner",
"currentVersion": "1.0.2",
"currentVersion": "1.0.3",
"author": "SOCRadar Cyber Intelligence Inc.",
"url": "www.socradar.io",
"email": "xsoar@socradar.io",
Expand Down
Expand Up @@ -281,7 +281,7 @@ script:
description: Gets available indicators owners.
execution: false
name: tc-get-owners
dockerimage: demisto/python3:3.10.9.42476
dockerimage: demisto/python3:3.10.10.47713
feed: true
isfetch: false
longRunning: false
Expand Down
3 changes: 3 additions & 0 deletions Packs/FeedThreatConnect/ReleaseNotes/2_1_4.md
@@ -0,0 +1,3 @@
#### Integrations
##### ThreatConnect Feed
- Updated the Docker image to: *demisto/python3:3.10.10.47713*.
2 changes: 1 addition & 1 deletion Packs/FeedThreatConnect/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "ThreatConnect Feed",
"description": "ThreatConnect indicators feed for Cortex XSOAR TIM.",
"support": "xsoar",
"currentVersion": "2.1.3",
"currentVersion": "2.1.4",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
2 changes: 1 addition & 1 deletion Packs/FireEyeEX/Integrations/FireEyeEX/FireEyeEX.yml
Expand Up @@ -954,7 +954,7 @@ script:
script: '-'
type: python
subtype: python3
dockerimage: demisto/python3:3.10.8.37233
dockerimage: demisto/python3:3.10.10.47713
fromversion: 6.0.0
tests:
- No tests
3 changes: 3 additions & 0 deletions Packs/FireEyeEX/ReleaseNotes/2_0_11.md
@@ -0,0 +1,3 @@
#### Integrations
##### FireEye Email Security
- Updated the Docker image to: *demisto/python3:3.10.10.47713*.
2 changes: 1 addition & 1 deletion Packs/FireEyeEX/pack_metadata.json
Expand Up @@ -3,7 +3,7 @@
"description": "FireEye Email Security series protects against breaches caused by advanced email attacks.",
"support": "xsoar",
"serverMinVersion": "6.0.0",
"currentVersion": "2.0.10",
"currentVersion": "2.0.11",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
@@ -1,12 +1,12 @@
from CommonServerPython import * # noqa # pylint: disable=unused-wildcard-import
from CommonServerUserPython import * # noqa

import requests
import urllib3
import traceback
from typing import Dict, Any

# Disable insecure warnings
requests.packages.urllib3.disable_warnings() # pylint: disable=no-member
urllib3.disable_warnings() # pylint: disable=no-member

''' CONSTANTS '''

Expand Down
Expand Up @@ -172,7 +172,7 @@ script:
of the fetch-indicators command.
execution: false
name: flashpoint-get-indicators
dockerimage: demisto/python3:3.10.4.29342
dockerimage: demisto/python3:3.10.10.47713
feed: true
isfetch: false
longRunning: false
Expand Down
3 changes: 3 additions & 0 deletions Packs/FlashpointFeed/ReleaseNotes/1_0_4.md
@@ -0,0 +1,3 @@
#### Integrations
##### Flashpoint Feed
- Updated the Docker image to: *demisto/python3:3.10.10.47713*.
2 changes: 1 addition & 1 deletion Packs/FlashpointFeed/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "FlashpointFeed",
"description": "Ingest indicator feeds from Flashpoint.",
"support": "partner",
"currentVersion": "1.0.3",
"currentVersion": "1.0.4",
"author": "Flashpoint",
"url": "https://www.flashpoint-intel.com/",
"email": "demisto_support@flashpoint-intel.com",
Expand Down

0 comments on commit fd95ab7

Please sign in to comment.