- Add last field to get_csv. - Validate attributes in attributes.setter. - Add get_attribute_tag method at MISPEvent level. Also add a MISPTag class for consistency. - Use new format for filtering. - Initialize default class parameters. (#155) - Fix MISPObject missing distribution and sharing_group_id. - fix MISPObject missing distribution concept - fix language typo paramaters => parameters - Include documentation and examples in source dist. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymisp?expand=0&rev=16
109 lines
4.0 KiB
Plaintext
109 lines
4.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Dec 22 17:03:04 UTC 2017 - sebix+novell.com@sebix.at
|
|
|
|
- update to version 2.4.85:
|
|
- Add last field to get_csv.
|
|
- Validate attributes in attributes.setter.
|
|
- Add get_attribute_tag method at MISPEvent level.
|
|
Also add a MISPTag class for consistency.
|
|
- Use new format for filtering.
|
|
- Initialize default class parameters. (#155)
|
|
- Fix MISPObject missing distribution and sharing_group_id.
|
|
- fix MISPObject missing distribution concept
|
|
- fix language typo paramaters => parameters
|
|
- Include documentation and examples in source dist.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 13 17:55:38 UTC 2017 - sebix+novell.com@sebix.at
|
|
|
|
- update to version 2.4.84
|
|
- Add methods to get taxonomy(ies)
|
|
- Add method to get all the events modified in an interval.
|
|
- Allow to pass a pseudofile to LIEF.
|
|
- Correction for 'last' param. 'last' gives the latest events that
|
|
have been published - add get_events_last_modified() this function
|
|
returns the modified events based on timestamp.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 7 11:28:27 UTC 2017 - sebix+novell.com@sebix.at
|
|
|
|
- update to version 2.4.83
|
|
- Add get CSV method.
|
|
- Allow to pass a proxy to query VT.
|
|
- Do not get the event from the server before publishing if
|
|
PyMISP.publish gets an ID.
|
|
- Add a way to check if the ACL is up-to-date.
|
|
- Add validators for describeTypes on the live instance.
|
|
- Add new objects: MISPUser and MISPOrganisation.
|
|
- Add a generic MISP object generator.
|
|
- Allow to add multiple attribute of the same type.
|
|
- Add fast publish method. Fix #86
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 10 08:16:45 UTC 2017 - sebix+novell.com@sebix.at
|
|
|
|
- update to version 2.4.82
|
|
- Proper debug system.
|
|
- Changes
|
|
- Small improvments in the logging system using python logging module.
|
|
- Let load unknown object relations in known templates.
|
|
- Allow to load non-malware ZIP files in MISP Event.
|
|
- Properly pass the distribution when uploading a sample.
|
|
- Other
|
|
- Created add_generic_object.py.
|
|
- remove patch fix-offline-test.patch, included in upstream version
|
|
- shorten existing changelogs
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 26 09:56:58 UTC 2017 - sebix+novell.com@sebix.at
|
|
|
|
- update to version 2.4.81.2
|
|
- update to version 2.4.81.1:
|
|
- Allow to hard delete an attribute by ID.
|
|
- Fixes
|
|
- Improve dependencies listing. Partial fix for #110
|
|
- Missing default category. Fix #119
|
|
- add fix-offline-test.patch to fix tests
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 9 17:44:18 UTC 2017 - sebix+novell.com@sebix.at
|
|
|
|
- update to version 2.4.81
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 4 16:16:57 UTC 2017 - sebix+novell.com@sebix.at
|
|
|
|
- update to version 2.4.80.1
|
|
- Fix
|
|
- Allow again to tag/delete unsaved attributes.
|
|
- Import the openioc converter from tool again.
|
|
- Other
|
|
- Fixing #114 (MISPEvent.add_tag(tag) fails if inital event does not contain tag )
|
|
- Formatted "Unknown MISP object" error message.
|
|
- removed fix-tests-pr-111.patch, merged upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 20 09:37:12 UTC 2017 - sebix+novell.com@sebix.at
|
|
|
|
- update to version 2.4.80
|
|
- Allow to get the list of known types out of MISPEvent again.
|
|
- Changed two fields in object references.
|
|
- source_uuid => object_uuid
|
|
- destination_uuid => referenced_uuid
|
|
- Refactoring in order to load objects.
|
|
- Add support for multiple entries of the same type in an object.
|
|
- Add support for ELF and MachO objects.
|
|
- add fix-tests-pr-111.patch to skip an optional test depending on third party data
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 7 20:05:10 UTC 2017 - sebix+novell.com@sebix.at
|
|
|
|
- update to version 2.4.79
|
|
- updated shebang fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 10 14:15:10 UTC 2016 - sebix+novell.com@sebix.at
|
|
|
|
- inital package
|
|
|