Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Threatstream anomali - threatstream-submit-to-sandbox command was fixed #27420

Merged
merged 11 commits into from
Jun 14, 2023
Original file line number Diff line number Diff line change
Expand Up @@ -2368,7 +2368,7 @@ def submit_report(client: Client, submission_type, submission_value, import_indi
'import_indicators': import_indicators
}
if detail:
data['detail'] = detail
data['report_radio-notes'] = detail

uploaded_file = None
files = None
Expand Down
6 changes: 6 additions & 0 deletions Packs/Anomali_ThreatStream/ReleaseNotes/2_1_5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Anomali ThreatStream v3

- Fixed an issue where ***threatstream-submit-to-sandbox*** command didn't pass *detail* argument right to Threatstream API.
rshunim marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion Packs/Anomali_ThreatStream/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Anomali ThreatStream",
"description": "Use Anomali ThreatStream to query and submit threats.",
"support": "xsoar",
"currentVersion": "2.1.4",
"currentVersion": "2.1.5",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down