- update to version 2.4.90:

* New
  - Add more feed management methods. Fix #221
  - Add update_attribute method.
  - Add event_timestamp to REST search. Fix #220
  - Add helper for Geolocation object.
  - Add helper for ASN object.
  - More flexibility in <something> -> datetime.
  - Add helper for DomainIP.
  - Add preliminary fail2ban object.
 * Changes
  - Add more examples.
  - Remove useless timestamp cleanup.
  - Make object helpers more generic, cleanup.
  - Update fail2ban helper & example.
 * Fix
  - Use the recommended approach to add an attribute.
  - Tests, new template version.
  - New key - extends_uuid.
  - Update test file accordingly to the default value.
  - Geolocation object filename.
  - Consider a timestamp < 30000000 as a date.
  - AbstractMISP.from_dict() do not accept positional argument.
  - Properly create fail2ban object.
  - Add Info field to the event.
  - Disable email object for python <3.6.
 * Other
  - Added missing field to feed generator.
  - Add the ability to add an Autonomous System(AS) via the API.
  - Changed shebang to python3.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymisp?expand=0&rev=24
This commit is contained in:
2018-04-29 19:02:21 +00:00
committed by Git OBS Bridge
parent b67b8d0adb
commit 91daf71209
4 changed files with 45 additions and 4 deletions

View File

@@ -1,3 +1,44 @@
-------------------------------------------------------------------
Sun Apr 29 18:52:32 UTC 2018 - sebix+novell.com@sebix.at
- update to version 2.4.90:
* New
- Add more feed management methods. Fix #221
- Add update_attribute method.
- Add event_timestamp to REST search. Fix #220
- Add helper for Geolocation object.
- Add helper for ASN object.
- More flexibility in <something> -> datetime.
- Add helper for DomainIP.
- Add preliminary fail2ban object.
* Changes
- Add more examples.
- Remove useless timestamp cleanup.
- Make object helpers more generic, cleanup.
- Update fail2ban helper & example.
* Fix
- Use the recommended approach to add an attribute.
- Tests, new template version.
- New key - extends_uuid.
- Update test file accordingly to the default value.
- Geolocation object filename.
- Consider a timestamp < 30000000 as a date.
- AbstractMISP.from_dict() do not accept positional argument.
- Properly create fail2ban object.
- Add Info field to the event.
- Disable email object for python <3.6.
* Other
- Added missing field to feed generator.
- Add the ability to add an Autonomous System(AS) via the API.
- Changed shebang to python3.
- Deleted remaining outputs.
- First jupyter notebook tutorial (1 iterations)
- Added change_analysis_status API.
- Fix add_named_attribute regression, update add_named_attribute.py
example.
- Example of specifying special attribute type in your search: here yara
attribute.
-------------------------------------------------------------------
Fri Mar 23 13:21:47 UTC 2018 - sebix+novell.com@sebix.at