forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix proxy usage (demisto#85) (demisto#29630)
* Fix proxy usage (demisto#85) (demisto#29181) * Fix proxy usage (demisto#85) * Fix proxy usage in ZF client * Fix variable USE_SSL to verify requests * Remove proxy object from client Given that the proxy works by default with env vars, the proxy object is not necessary * Update version and add release notes * Fix call to modified alerts (demisto#86) * Fix call to modified alerts * Update docker image * Fix tests associated with get modified data * change rn * fix validation --------- Co-authored-by: Felipe Garrido <[email protected]> Co-authored-by: ostolero <[email protected]> Co-authored-by: ostolero <[email protected]>
- Loading branch information
1 parent
f263a80
commit 502cf82
Showing
5 changed files
with
52 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#### Integrations | ||
##### ZeroFox | ||
- Fixed an issue related to the usage of a proxy. | ||
- Updated the Docker image to: *demisto/python3:3.10.13.73190*. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,10 @@ | |
"name": "ZeroFox", | ||
"description": "Cloud-based SaaS to detect risks found on social media and digital channels.", | ||
"support": "partner", | ||
"currentVersion": "1.1.1", | ||
"currentVersion": "1.1.2", | ||
"author": "ZeroFox", | ||
"url": "https://www.zerofox.com/contact-us/", | ||
"email": "[email protected]", | ||
|
||
"created": "2020-04-14T00:00:00Z", | ||
"categories": [ | ||
"Data Enrichment & Threat Intelligence" | ||
|
@@ -20,4 +19,4 @@ | |
], | ||
"dependencies": {}, | ||
"displayedImages": [] | ||
} | ||
} |