falconpy
falconpy copied to clipboard
[ BUG ] ArchiveUploadV2 is not properly passing the password value to the formData payload
Describe the bug
When leveraging the ArchiveUploadV2 (upload_archive
) operation, the provided password value is not included in the formData payload sent to the API endpoint.
To Reproduce
- Create an instance of the SampleUploads Service Class.
- Leverage the ArchiveUploadV2 operation to upload an encrypted archive, making sure to provide the password value using the
password
keyword. - Call the ExtractionCreateV1 operation to extract the archive contents. You will receive a "failed to extract archive" error message back from the API.
Expected behavior The archive is properly extracted without a password failure.
Environment (please complete the following information):
- OS: All supported
- Python: All supported
- FalconPy: v1.2.6 - v1.4.1