- 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)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymisp?expand=0&rev=18
- 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
- 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymisp?expand=0&rev=15
- 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymisp?expand=0&rev=14
- Properly bundle object templates. [Raphaël Vinot]
- update to version 2.4.81.1:
- Do not raise an exception when the object template is unknown. [Raphaël Vinot]
- Allow to hard delete an attribute by ID. [Raphaël Vinot]
- Fixes
- Properly bundle object templates. [Raphaël Vinot]
- Fix typos and logic mistakes in mispevent. [Raphaël Vinot]
- Min required version of setuptools. [Raphaël Vinot]
- Improve dependencies listing. [Raphaël Vinot] Partial fix for #110
- Missing default category. [Raphaël Vinot] Fix#119
- add fix-offline-test.patch to fix tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymisp?expand=0&rev=11