-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Crowdstrike OpenAPI: Fixed the the cs-download-sensor-installer-by-id command #27655
Conversation
…mand was not returned the file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see my comments
file_name = response.headers.get('Content-Disposition').split('attachment; filename=')[1] | ||
except Exception as err: | ||
demisto.debug(f'Failed extracting filename from response headers - [{str(err)}]') | ||
file_name = 'cs_installer.exe' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are you sure we so not get the installer name in the response? I think the installer can be also for Linux or Mac, so it may not be just for windows, so it is possible it will not be an .exe file.
|
||
#### Integrations | ||
##### CrowdStrike OpenAPI (Beta) | ||
- Fixed an issue where the ***cs-download-sensor-installer-by-id*** command was not download the file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Fixed an issue where the ***cs-download-sensor-installer-by-id*** command was not download the file. | |
- Fixed an issue where the ***cs-download-sensor-installer-by-id*** command failed. |
… command (#27655) * Fixed an issue where the ***cs-download-sensor-installer-by-id*** command was not returned the file. * update dockerimage * changed the file name to be generic
… command (demisto#27655) * Fixed an issue where the ***cs-download-sensor-installer-by-id*** command was not returned the file. * update dockerimage * changed the file name to be generic
…mand was not returned the file.
Contributing to Cortex XSOAR Content
Make sure to register your contribution by filling the contribution registration form
The Pull Request will be reviewed only after the contribution registration form is filled.
Status
Related Issues
fixes: link to the issue
Description
Screenshots
Paste here any images that will help the reviewer
Minimum version of Cortex XSOAR
Does it break backward compatibility?
Must have