-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[VirusTotal] Fix error when optional parameter extended_data is not p…
…resent in command calls (#27414) * [VirusTotal] Fix error when optional parameter extended_data is not present in command calls (#27411) * Fix error when optional parameter extended_data is not present in command calls * release notes * docker image update * updated rn --------- Co-authored-by: Daniel Pascual <[email protected]> Co-authored-by: michal-dagan <[email protected]>
- Loading branch information
Showing
4 changed files
with
17 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#### Integrations | ||
##### VirusTotal (API v3) | ||
- Fixed an issue where **extended_data** argument wasn't parsed correctly in cases it wasn't specified. | ||
- Updated the Docker image to: *demisto/python3:3.10.12.62631*. |
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,7 +2,7 @@ | |
"name": "VirusTotal", | ||
"description": "Analyze suspicious hashes, URLs, domains and IP addresses", | ||
"support": "partner", | ||
"currentVersion": "2.6.2", | ||
"currentVersion": "2.6.3", | ||
"author": "VirusTotal", | ||
"url": "https://www.virustotal.com", | ||
"email": "[email protected]", | ||
|
@@ -18,4 +18,4 @@ | |
"xsoar", | ||
"marketplacev2" | ||
] | ||
} | ||
} |