Thehive4py

Latest version: v1.8.2

Safety actively analyzes 681857 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 6

2.0.0b1

What's Changed
* 250 - Implement list comment methods for alerts and cases by Kamforka in https://github.com/TheHive-Project/TheHive4py/pull/251


**Full Changelog**: https://github.com/TheHive-Project/TheHive4py/compare/2.0.0b0...2.0.0b1

2.0.0b0

What's Changed
* Update for 5.0.1 by vdebergue in https://github.com/TheHive-Project/TheHive4py/pull/241
* added case.set_share by migueldo in https://github.com/TheHive-Project/TheHive4py/pull/242

New Contributors
* vdebergue made their first contribution in https://github.com/TheHive-Project/TheHive4py/pull/241
* migueldo made their first contribution in https://github.com/TheHive-Project/TheHive4py/pull/242

**Full Changelog**: https://github.com/TheHive-Project/TheHive4py/commits/2.0.0b0

1.8.2

End of life (1.x)
* 352 - Add deprecation warning to the 1.x codebase by Kamforka in https://github.com/TheHive-Project/TheHive4py/pull/353

What's Changed
* Update a case - Example by D4rkw0lv3s in https://github.com/TheHive-Project/TheHive4py/pull/214
* add get_job_status method by dfernandezvalero in https://github.com/TheHive-Project/TheHive4py/pull/223
* Fix for Issue 243 - allows parent objects to be returned by chriswalkerc in https://github.com/TheHive-Project/TheHive4py/pull/244

New Contributors
* D4rkw0lv3s made their first contribution in https://github.com/TheHive-Project/TheHive4py/pull/214
* dfernandezvalero made their first contribution in https://github.com/TheHive-Project/TheHive4py/pull/223
* chriswalkerc made their first contribution in https://github.com/TheHive-Project/TheHive4py/pull/244

**Full Changelog**: https://github.com/TheHive-Project/TheHive4py/compare/1.8.1...1.8.2

1.8.1

**Fixed bugs:**

- \[BUG\] Unable to create Alert [\207](https://github.com/TheHive-Project/TheHive4py/issues/207)

**Closed issues:**

- \[Feature Request\] Add alert artifact methods, for TheHive 4 only [\208](https://github.com/TheHive-Project/TheHive4py/issues/208)

1.8.0

**Fixed bugs:**

- \[Bug\] With TheHive 4.0.1 thehive4py api.get\_case\_observables\(\) fails [\198](https://github.com/TheHive-Project/TheHive4py/issues/198)
- Error updating alert artifact [\195](https://github.com/TheHive-Project/TheHive4py/issues/195)
- typo error on api.py line 658 [\173](https://github.com/TheHive-Project/TheHive4py/issues/173)
- Documentation mismatch on function return [\165](https://github.com/TheHive-Project/TheHive4py/issues/165)
- Fix exception handling for merge\_alert\_into\_case [\203](https://github.com/TheHive-Project/TheHive4py/pull/203) ([haam3r](https://github.com/haam3r))
- Issue \173: corrected typo 'custom\_field.madatory' to 'custom\_field.mandatory' [\188](https://github.com/TheHive-Project/TheHive4py/pull/188) ([fwalloe](https://github.com/fwalloe))

**Closed issues:**

- Add attachment download support [\204](https://github.com/TheHive-Project/TheHive4py/issues/204)
- Add method to merge an alert into a case [\197](https://github.com/TheHive-Project/TheHive4py/issues/197)
- Add support to ignoreSimilarity attribute [\194](https://github.com/TheHive-Project/TheHive4py/issues/194)
- Query ContainsString not working [\193](https://github.com/TheHive-Project/TheHive4py/issues/193)
- Missing function delete\_case\_task [\190](https://github.com/TheHive-Project/TheHive4py/issues/190)
- \[Bug\] Get\_Case\_Template broken in TheHive 4 [\183](https://github.com/TheHive-Project/TheHive4py/issues/183)
- \[Bug\] Cannot create Case Observable on TheHive4 despite manageObservable Permission [\179](https://github.com/TheHive-Project/TheHive4py/issues/179)
- Add support to alert.externalLink attribute [\169](https://github.com/TheHive-Project/TheHive4py/issues/169)
- Create enumerations for enumerated data [\161](https://github.com/TheHive-Project/TheHive4py/issues/161)
- Add find\_task\_logs function [\160](https://github.com/TheHive-Project/TheHive4py/issues/160)
- Add PAP field to alert [\159](https://github.com/TheHive-Project/TheHive4py/issues/159)
- Add find\_observables method [\157](https://github.com/TheHive-Project/TheHive4py/issues/157)
- Querying for Cases that Contain Substring in Custom Field [\128](https://github.com/TheHive-Project/TheHive4py/issues/128)
- FR: Download file from task log [\112](https://github.com/TheHive-Project/TheHive4py/issues/112)
- Allow file observable creation from memory [\35](https://github.com/TheHive-Project/TheHive4py/issues/35)

**Merged pull requests:**

- Get case observable function [\206](https://github.com/TheHive-Project/TheHive4py/pull/206) ([jeffrey-e](https://github.com/jeffrey-e))
- Add method to delete alert [\202](https://github.com/TheHive-Project/TheHive4py/pull/202) ([haam3r](https://github.com/haam3r))
- Make get\_task\_logs\(\) use 'api/case/task/log/\_search/' [\200](https://github.com/TheHive-Project/TheHive4py/pull/200) ([jnahorny](https://github.com/jnahorny))
- Fixed typo in explanation part of some functions in query.py [\199](https://github.com/TheHive-Project/TheHive4py/pull/199) ([fwalloe](https://github.com/fwalloe))
- Use dict key lookup instead of hasattr [\196](https://github.com/TheHive-Project/TheHive4py/pull/196) ([Kamforka](https://github.com/Kamforka))
- Implement case task deletion via patch request [\191](https://github.com/TheHive-Project/TheHive4py/pull/191) ([gelim](https://github.com/gelim))
- Add delete\_case\_observable method to api [\189](https://github.com/TheHive-Project/TheHive4py/pull/189) ([p-tekh](https://github.com/p-tekh))
- Added MISP export functionality [\187](https://github.com/TheHive-Project/TheHive4py/pull/187) ([emalderson](https://github.com/emalderson))
- Adding externalLink to Alert model [\181](https://github.com/TheHive-Project/TheHive4py/pull/181) ([milesflo](https://github.com/milesflo))
- Get alert with similarities [\172](https://github.com/TheHive-Project/TheHive4py/pull/172) ([dainok](https://github.com/dainok))
- Add find\_observables [\171](https://github.com/TheHive-Project/TheHive4py/pull/171) ([dainok](https://github.com/dainok))
- Fix documentation mismatch on api.find\_first TheHive-Project/TheHive4py\165 [\166](https://github.com/TheHive-Project/TheHive4py/pull/166) ([haam3r](https://github.com/haam3r))
- Merge alert to case [\164](https://github.com/TheHive-Project/TheHive4py/pull/164) ([haam3r](https://github.com/haam3r))
- Pass in file-like objects for case observables [\135](https://github.com/TheHive-Project/TheHive4py/pull/135) ([jaredjennings](https://github.com/jaredjennings))

1.7.2

[1.7.2](https://github.com/TheHive-Project/TheHive4py/tree/1.7.2) (2020-06-24)
[Full Changelog](https://github.com/TheHive-Project/TheHive4py/compare/1.7.1...1.7.2)

**Fixed bugs:**

- Fix the constructor of TheHiveApi class [\170](https://github.com/TheHive-Project/TheHive4py/issues/170)
- NameError: name 'requests' is not defined [\163](https://github.com/TheHive-Project/TheHive4py/issues/163)

**Merged pull requests:**

- Importing requests module [\168](https://github.com/TheHive-Project/TheHive4py/pull/168) ([gaglimax](https://github.com/gaglimax))

Page 2 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.