Changelog for
python3-pymisp-2.4.90.1-28.3.noarch.rpm :
* Thu May 10 2018 sebix+novell.comAATTsebix.at- update to version 2.4.90.1:
* New - Properly implement the Email object creator.
* Changes - Normalize the RestResponse calls.
* Fix - Properly get and decode the body of the email. - Provide the extension of the EML file to attach. - Properly handle attachments.
* Sun Apr 29 2018 sebix+novell.comAATTsebix.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
-> 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 2018 sebix+novell.comAATTsebix.at- update to 2.4.89: - Add email object generator. - Method to return an object by uuid. - Do not try to upload objects in case make_binary_objects fails. Realtime feed generator - Creation of the generator object which permit to easily add attributes and objects to daily events, stored as a MISP feed. - Added support of MISP Object. - Point to right anchor for client side certificates. - Add search on sighting. - Add attributes within objects as well, for tagging via value/id/uuid.
* Tue Feb 13 2018 sebix+novell.comAATTsebix.at- update to version 2.4.87.1: - APIs to manage sharing groups. (#185) - ReturnMetaAttributes flag for freeTextImport API. (#188) - Encode string in _encode_file_to_upload. - Prevent unpublished events to be included in feed. Change default proposed config- remove patch fix-Encode_string_in__encode_file_to_upload.patch, included upstream
* Tue Jan 30 2018 sebix+novell.comAATTsebix.at- update to version 2.4.87: - Add bindings for Galaxies and Taxonimies. - Add bindings to PyMISPWarninglists. - Raise an exception when distribution is sharing group, but the ID is missing. - Allow to pass a directory with custom object templates. - Allow to pass value, UUID, or ID to a sighting. - Add_hashes was broken. (#174) - Add: Allow to fetch warninglists. (#180)- Add fix-Encode_string_in__encode_file_to_upload.patch to fix encoding problem (#183)
* Fri Dec 22 2017 sebix+novell.comAATTsebix.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 2017 sebix+novell.comAATTsebix.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 07 2017 sebix+novell.comAATTsebix.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 2017 sebix+novell.comAATTsebix.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 2017 sebix+novell.comAATTsebix.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 09 2017 sebix+novell.comAATTsebix.at- update to version 2.4.81
* Wed Oct 04 2017 sebix+novell.comAATTsebix.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 2017 sebix+novell.comAATTsebix.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 07 2017 sebix+novell.comAATTsebix.at- update to version 2.4.79- updated shebang fixes
* Wed Aug 10 2016 sebix+novell.comAATTsebix.at- inital package