Blob Blame History Raw
<revisionlist>
  <revision rev="1" vrev="1">
    <srcmd5>f930b106e4d535a1fef5b2f8056e04d3</srcmd5>
    <version>2.4.68</version>
    <time>1498741865</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>505132</requestid>
  </revision>
  <revision rev="2" vrev="1">
    <srcmd5>dd13208c7e248e8b1061bb3fb922edc1</srcmd5>
    <version>2.4.80</version>
    <time>1506108846</time>
    <user>dimstar_suse</user>
    <comment>- update to version 2.4.80
- add fix-tests-pr-111.patch to skip an optional test depending on third party data
- update to version 2.4.79
- updated shebang fixes</comment>
    <requestid>527495</requestid>
  </revision>
  <revision rev="3" vrev="1">
    <srcmd5>eced964eacf12b4f6d887f8f6a34d4fb</srcmd5>
    <version>2.4.81</version>
    <time>1507628578</time>
    <user>dimstar_suse</user>
    <comment>- update to version 2.4.81:
- update to version 2.4.80.1</comment>
    <requestid>532855</requestid>
  </revision>
  <revision rev="4" vrev="1">
    <srcmd5>2d0681620bbfd8ca13f91facd2596e69</srcmd5>
    <version>2.4.82</version>
    <time>1510960861</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>542612</requestid>
  </revision>
  <revision rev="5" vrev="1">
    <srcmd5>df21355b9414087dad5c935efdf6cce0</srcmd5>
    <version>2.4.85</version>
    <time>1514679245</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>560597</requestid>
  </revision>
  <revision rev="6" vrev="1">
    <srcmd5>2fe17693f203e32632106685fe7c37f4</srcmd5>
    <version>2.4.87</version>
    <time>1518025249</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>573307</requestid>
  </revision>
  <revision rev="7" vrev="1">
    <srcmd5>f52533e964e6519631efe26e5fd2bba4</srcmd5>
    <version>2.4.87.1</version>
    <time>1519145833</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>578328</requestid>
  </revision>
  <revision rev="8" vrev="1">
    <srcmd5>6acb0c3ef2c08d1a0494ea9fabcca430</srcmd5>
    <version>2.4.90</version>
    <time>1526041669</time>
    <user>dimstar_suse</user>
    <comment>- 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 &lt;something&gt; -&gt; 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 &amp; 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 &lt; 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 &lt;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.
- 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.
</comment>
    <requestid>603204</requestid>
  </revision>
  <revision rev="9" vrev="1">
    <srcmd5>890e830bc1981917c189f4259a44cdeb</srcmd5>
    <version>2.4.90.1</version>
    <time>1527583077</time>
    <user>dimstar_suse</user>
    <comment>- 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.
</comment>
    <requestid>611050</requestid>
  </revision>
  <revision rev="10" vrev="1">
    <srcmd5>648bc198f518b9d39fe836c4e6668df2</srcmd5>
    <version>2.4.95.1</version>
    <time>1539251288</time>
    <user>dimstar_suse</user>
    <comment>- Add fix-274.patch and fix-274-1.patch to fix missing enum library (#274).
- update to version v2.4.95 (2018-09-06):
 - New
 -  Add helpers for new server related APIs.
  Fix #266
 -  Reworking the REST API (WiP)
 -  Add Jupyter for search.
 - Changes
 -  [data-model] updated describeTypes file.
 -  Added email-header attribute.
 -  Updated types/categories mapping.
 -  Open all json files as bytes before loading in json.
 -  [PyMISP] describeTypes.json updated to add XMR type.
 - Fix
 -  Normalizing the outputs.
 -  Jerry rig support for old python.
 -  Format of the describeTypes.
 -  [search.py] more example of query type added.
 -  Properly validate the last-type search query.
 -  Opening the json blobs as bytes was buggy.
 -  Allow boolean parameters in search_index.
 -  Typo in OpenIOC script.
  - Fix #237
 -  Bad URL in get_attachment.
  - Fix #240
 -  Improve error message in case the object template is unknown.
- update to version v2.4.93 (2018-07-01):
 - New
 -  Add many comments in the jupyter notebook.
 -  Return the new object in `add_object`</comment>
    <requestid>639137</requestid>
  </revision>
  <revision rev="11" vrev="1">
    <srcmd5>8de3146c625b79a9c9cb54b33f24ea2a</srcmd5>
    <version>2.4.96</version>
    <time>1540987918</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>643569</requestid>
  </revision>
  <revision rev="12" vrev="2">
    <srcmd5>9f310fb59adbe9040a5709524c1d895b</srcmd5>
    <version>2.4.96</version>
    <time>1545648128</time>
    <user>dimstar_suse</user>
    <comment>Remove superfluous devel dependency for noarch package</comment>
    <requestid>659595</requestid>
  </revision>
  <revision rev="13" vrev="1">
    <srcmd5>6eb762191840c70d4845a23b2c8715af</srcmd5>
    <version>2.4.102</version>
    <time>1551216029</time>
    <user>dimstar_suse</user>
    <comment>- update to version 2.4.102:
 - New
  - Add test cases for stix export.
 - Changes
  - [datamodel] new anonymised type added.
  - [data] types updated to include the new zeek type.
 - Other
  - Check if IOC values are in warninglist.
- update to version 2.4.101:
 - New
  - Add missing test case for NOT on attribute level, update Pipfile.
  - Add support for unix timestamp in set_date.
    fix #302
  - Add test for references when adding/updating a full event.
  - [usersStats] Possibility to fetch users/statistics data for all
    context (usage, org, tags, ...)
 - Changes
  - Force to_ids to be a boolean, as MISP is expecting.
    fix #320
  - Add support for sharing group filter for search_index.
  - Support for Payload Delivery &gt; Other attribute as PyMISP function.
  - Add Pipfile config.
  - [data] fix describeTypes.
  - [data] new types added (hassh-md5 and hasshserver-md5)
  - Bump misp-objects.
  - [misp-objects] templates updated to the latest version.
  - [data] describeTypes updated (grabbed from MISP HEAD)
  - [data] ja3-fingerprint-md5 type added.
  - [test] set a default distribution for massive event creation.
  - [data] describeTypes.json updated to the latest version.
  - More flexibility when loading an object from python dict.
  - Pass all parameters to the search API.
  - Remove compat for MISP 2.4.52, cleanup.
  - Set verifycert to false in tests.
  - [tests] Added verifycert option in case of using self-signed cert.
 - Fix
  - Remove jupyter &amp; ipython from dev install so it works with python2.
  - Wrong variable name in MISPEvent.
  - Documentation error fix #278.
  - Attempt to fix memory footprint in MISPAttribute.
  - Still support simple event dict content.
  - Don't modify event passed to the add_attribute methods.
    fix #321
  - The wrong class name was used when there is an error at Event
    creation.
  - Use new API in get_csv.py.
    Fix #314
  - Test case was broken.
  - Create massive event using ExpandedPyMISP.
  - Error vs errors key.
  - Typo.
  - Get_object_template_id.
 - Other
  - Update pymisp tutorial.
    Extract the &quot;response&quot; field from the json result returned by misp.search_index
  - Sort describeTypes.json output. 
    This is needed for the compatibility with the gen_misp_types_categories.py script. Data was sorted using the order_dict function of the gen_misp_types_categories script.
- Update to version 2.4.99:
 - New
  - Auto generate doc for PyMISPExpanded. 
  - Search_index in ExpandedPyMISP, cleanup, update jupyter.
  - Add log search. 
  - Add test for pushing an event to ZMQ. 
  - Change_distribution method. 
  - Add test cases for sightings, cleanup. 
  - [example] Added sighting rest search example. 
  - [sighting] Added support of sighting REST API. 
  - Allow to pass csv to return_format in search. 
  - Page/limit in search. 
 - Changes
  - Add test cases for default distribution levels. 
  - Include proposals in attributes search. 
    Add includeProposals param to the search method
  - Update readme to document testing. 
  - Fixes &amp; update Jupyter. 
  - [tuto] Update search. 
  - Add a script to load the API key from the file system (training VM)
  - Add print in testlive to debug travis. 
 - Fix
  - Auto generate doc for PyMISPExpanded. 
  - Properly handle errors on event creation/update. 
  - Test case. 
  - Do not run the zmq test on travis. 
  - Type of quick_filter. 
  - Quick_filter was broken. 
  - Properly initialize the config when jupyter runs on the VM.
  - Readme update + python3 + pep8. 
    align python path to readme specifying python3
  - Feed-generator gitignore. 
  - Test cases. 
 - Other
  - Dded get_object &amp; get_attribute. 
  - Fix for last pymisp version. 
  - Mention virtualenv. 
    mide make sense for people who want to use it with virtualenv
  - Be more precise with the supported time indicators.
  - Fixed documentation bug. 
  - Fixes date parameters for search_index() function. 
  - Align examples on custom usage of misp_verifycert. 
</comment>
    <requestid>679037</requestid>
  </revision>
  <revision rev="14" vrev="1">
    <srcmd5>32e40025eb55be76ca07d9702423ec6c</srcmd5>
    <version>2.4.103</version>
    <time>1554458669</time>
    <user>dimstar_suse</user>
    <comment>- New requirement python3-sphinx-autodoc-typehints for docs.

- run spec-cleaner
- update to version 2.4.103:
 - New
  - Add auth parameter to pass to python-requests.
  - Add readthedocs config.
 - Changes
  - [jupyter] remove all the response key (as response is removing it)
  - Enforce strict in object testing to ease debugging.
  - [pipenv] Pipfile.lock generated.
  - [exportpdf] BIG refactoring. Classes, comments, Galaxy starting.
  - [exportPDF] add basic handling of clusters.
  - [exportpdf] Add metadata, bugfixes cases (too long values,
    sanitization), links to misp instances.
  - Add sphinx-autodoc-typehints.
  - Use version 2 of readthedoc config file.
  - [doc] add a reference to the Jupyter Notebook.
  - Remove dependency on six.
 - Fix
  - [exportpdf] fix empty object/attribute/galaxy bugs.
  - [exportpdf] Add suggestions (UX)
  - [exportpdf] switch page size to A4.
  - [exportpdf] switch page size to A4.
  - Hopefully last fix for python 2.7 &amp; reportlab.
  - Properly pass the auth parameter to the request.
  - Properly catch error if reportlab isn't installed.
  - Make sure install works even without reportlab installed.
  - URLJoin condition for double quotes. [Hannah Ward]
  - Do not override sub-path from root URL. [Hannah Ward]</comment>
    <requestid>691461</requestid>
  </revision>
  <revision rev="15" vrev="1">
    <srcmd5>7a7194004e5d6871a3bf411ed9e5f06b</srcmd5>
    <version>2.4.106</version>
    <time>1557751758</time>
    <user>dimstar_suse</user>
    <comment>- update to version 2.4.106:
 - New
  - Test cases for attributes and proposals.
  - Improve python3.6+ lib.
  - Add_attributes method in MISPObject (for multiple attributes)
  - Method to set the default role.
  - Default to &quot;me&quot; in the get_user method, update ExpandedPyMISP.
    Fix #377
  - Add get_object to ExpandedPyMISP.
    Fix #372
  - Test cases for CSV loader, add cleaner methods in ExpandedPyMISP.
  - Add CSV loader.
    Fix #376
  - Helper to create MISP Objects for regcheck.org.uk.
  - Test for ACLs in testlive.
  - Test for manual calls to add_object and add_object_reference.
  - Test update object in event.
 - Changes
  - Add python 3.7 support for pipenv users.
  - Allow to pass a eml as string to EmailObject.
  - Bump dependencies.
    Fix CVE-2019-11324 (urllib3)
  - Allow to pass an AbstractMISP to add_reference.
    Fix #379
  - Rework notebooks.
  - Display an error on failure in testlive.
  - Add tests for disable_tag.
  - Reorganize some tests.
  - Orders of tests in make_bool.
  - Initial set of refactoring on PDF generator.</comment>
    <requestid>701014</requestid>
  </revision>
  <revision rev="16" vrev="1">
    <srcmd5>fab4f13fdbf72726d78e855b2df0c5cc</srcmd5>
    <version>2.4.111.2</version>
    <time>1564994315</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>720299</requestid>
  </revision>
  <revision rev="17" vrev="1">
    <srcmd5>90b68cfd4777b0cc63f29726f0c66897</srcmd5>
    <version>2.4.112</version>
    <time>1565695079</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>722152</requestid>
  </revision>
  <revision rev="18" vrev="1">
    <srcmd5>b22e6c2ce0a3feac46cbb892f3c607e8</srcmd5>
    <version>2.4.117.3</version>
    <time>1575463964</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>753262</requestid>
  </revision>
  <revision rev="19" vrev="1">
    <srcmd5>c1fa4de301dff5187761f9222b3c11d6</srcmd5>
    <version>2.4.119</version>
    <time>1577137546</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>758907</requestid>
  </revision>
  <revision rev="20" vrev="1">
    <srcmd5>dfb54351c05b9d44a5095ba30312b833</srcmd5>
    <version>2.4.119.1</version>
    <time>1578320667</time>
    <user>dimstar_suse</user>
    <comment>- update to version 2.4.119.1:
- New
 - URLObject (requires pyfaup) [Raphaël Vinot]
- Changes
 - Version bump. [Raphaël Vinot]
 - Bump test files. [Raphaël Vinot]
 - Bump misp-objects. [Raphaël Vinot]
 - Debug travis error message. [Raphaël Vinot]
 - [types] eppn type added. [Alexandre Dulaunoy]
 - Fix typo. [Raphaël Vinot]
 - Move scrippsco2 feed generator to a sub directory. [Raphaël Vinot]
 - Update documentation. [Raphaël Vinot]
    Fix #396
 - Bump objects. [Raphaël Vinot]
- Fix
 - Properly test custom objects. [Raphaël Vinot]
 - Adding a sighting takes a little bit of time. [Raphaël Vinot]
 - Test case on reference. [Raphaël Vinot]
 - Add missing fields to event &amp; attribute for the feed output. [Raphaël
    Vinot]
 - Make sure the publish timestamp is bumped on update. [Raphaël Vinot]</comment>
    <requestid>761127</requestid>
  </revision>
  <revision rev="21" vrev="1">
    <srcmd5>7e9b47e8559310442a67e32419c0b783</srcmd5>
    <version>2.4.120</version>
    <time>1579955128</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>767033</requestid>
  </revision>
  <revision rev="22" vrev="1">
    <srcmd5>7619025b83040e54ad308d6d018fba51</srcmd5>
    <version>2.4.121.1</version>
    <time>1582112516</time>
    <user>dimstar_suse</user>
    <comment>- update to version 2.4.121.1:
 - Fix
   - Make lief optional again. [Raphaël Vinot]
     fix #538
- remove fix-tests-template-version.patch, merged upstream
- update to version 2.4.121:
 - New
   - Add includeDecayScore to rest search. [VVX7]
   - Support for first_seen/last_seen. [Raphaël Vinot]
     Cleaner import of datetime
   - [attributes] chrome-extension-id added. [Alexandre Dulaunoy]
 - Changes
   - Do not install neo by default. [Raphaël Vinot]
   - Bump objects. [Raphaël Vinot]
   - More flexible when an event is in a weird state. [Raphaël Vinot]
   - Str to int, properly load SharingGroup. [Raphaël Vinot]
     Fix #535
   - Bump deps, add pep8 test. [Raphaël Vinot]
   - Bump objects. [Raphaël Vinot]
   - Support dict in tag/untag. [Raphaël Vinot]
   - Test update last seen. [Raphaël Vinot]
   - Add test cases in feed. [Raphaël Vinot]
   - Add test cases. [Raphaël Vinot]
   - Normalize to_datetime conversion. [Raphaël Vinot]
   - Trustar example uses objects. [Raphaël Vinot]
   - Add lief in the generic requirements. [Raphaël Vinot]
   - Refactorize typing, validate. [Raphaël Vinot]
 - Fix
   - Issue with readme. [Raphaël Vinot]
   - Remove debugging. [Raphaël Vinot]
   - [*-seen] Consider that `-` can also be in the date component while
     parsing. [mokaddem]
   - First seen was after last seen, trigerring the exception. [Raphaël
     Vinot]
   - Tests failing if local tz was not CET. [Raphaël Vinot]
   - Syntax and typos. [Raphaël Vinot]
   - Bugs introduced by last commit. [Raphaël Vinot]
 - Other
   - Doc: fix Search-FullOverview.ipynb code example. [Bernhard E. Reiter]
   - Chore: delete old examples. [Manabu Niseki]
     Delete examples which use deprecated/deleted methods
   - Scrape trustar intel platform reports and create misp events.
     [th3jiv3r]
   - Configuration for trustar integration. [th3jiv3r]
   - Fixed trailing lines. [turtlefac3]
   - Fixed trailing lines. [turtlefac3]
   - Custom integration written in python to scrape Proofpoint VAP API for
     metrics of top Very Attacked Persons and create MISP events.
     [turtlefac3]
   - Fix typos on FullOverview.ipynb. [Bernhard E. Reiter]
</comment>
    <requestid>775647</requestid>
  </revision>
  <revision rev="23" vrev="1">
    <srcmd5>4bc07fa2700cd91c4990165c433beb88</srcmd5>
    <version>2.4.123</version>
    <time>1585176304</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>787843</requestid>
  </revision>
  <revision rev="24" vrev="1">
    <srcmd5>2ec2483cec49ca51c0b885b56a3b999e</srcmd5>
    <version>2.4.124</version>
    <time>1586555617</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>792919</requestid>
  </revision>
  <revision rev="25" vrev="2">
    <srcmd5>a3735fd2636320ecb6f7b68b117b0064</srcmd5>
    <version>2.4.124</version>
    <time>1587467333</time>
    <user>dimstar_suse</user>
    <comment>- Remove the py2 packages as the package is set to build only
  on python3</comment>
    <requestid>795768</requestid>
  </revision>
  <revision rev="26" vrev="1">
    <srcmd5>469a58c13227d8ff2dd055d0d7112b83</srcmd5>
    <version>2.4.125</version>
    <time>1589197343</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>802508</requestid>
  </revision>
  <revision rev="27" vrev="1">
    <srcmd5>e7dd738a38356aa62e712391b1c346ff</srcmd5>
    <version>2.4.126</version>
    <time>1591742707</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>809967</requestid>
  </revision>
  <revision rev="28" vrev="1">
    <srcmd5>2746cfc8b8478c4e76956568271374fd</srcmd5>
    <version>2.4.128</version>
    <time>1594706189</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>820415</requestid>
  </revision>
  <revision rev="29" vrev="1">
    <srcmd5>489dc4fdfca496bd2ffe067ec4977239</srcmd5>
    <version>2.4.134</version>
    <time>1605012382</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>847347</requestid>
  </revision>
  <revision rev="30" vrev="1">
    <srcmd5>60e2f3186dc5ba290e374df1ab4c7684</srcmd5>
    <version>2.4.135.3</version>
    <time>1607548370</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>853809</requestid>
  </revision>
  <revision rev="31" vrev="1">
    <srcmd5>2590763aae5a4fc11b5d9734ce534edc</srcmd5>
    <version>2.4.138</version>
    <time>1614684748</time>
    <user>RBrownSUSE</user>
    <comment>- Add a rpmlintrc file to ignore warning about an empty file in the examples of the documentation
- update to version 2.4.138:
 - Changes
   - Bump version. [Raphaël Vinot]
   - Bump deps. [Raphaël Vinot]
- update to version 2.4.137.4:
 - Changes
   - Bump changelog. [Raphaël Vinot]
   - Bump version. [Raphaël Vinot]
   - Bump objects. [Raphaël Vinot]
   - Add kw_params to tags. [Raphaël Vinot]
   - Bump objects. [Raphaël Vinot]
   - Bump template ID in test case. [Raphaël Vinot]
- update to version 2.4.137.3:
 - Changes
   - Bump version. [Raphaël Vinot]
   - Bump changelog. [Raphaël Vinot]
   - Bump objects. [Raphaël Vinot]
   - Fix and improve optional dependencies. [Raphaël Vinot]
   - Make brotli optional. [Raphaël Vinot]
- update to version 2.4.137.2:
 - New
   - Add in ability to create/update/delete MISP Event Reports. [Tom King]
   - Hard delete flag for objects. [Raphaël Vinot]
   - Fail if a duplicate object is added to an event. [Raphaël Vinot]
   - Support brotli compression. [Jakub Onderka]
   - Hard delete flag for objects. [Raphaël Vinot]
   - Fail if a duplicate object is added to an event. [Raphaël Vinot]
   - Add in ability to create/update/delete MISP Event Reports. [Tom King]
   - Add in ability to create/update/delete MISP Event Reports. [Tom King]
   - Hard delete flag for objects. [Raphaël Vinot]
 - Changes
   - Bump changelog. [Raphaël Vinot]
   - Bump version. [Raphaël Vinot]
   - Add brotli support in the dependencies. [Raphaël Vinot]
   - Make mypy happy. [Raphaël Vinot]
   - Make clear that to_json returns str. [Raphaël Vinot]
   - Disable correlation on malware-sample for FileObject. [Raphaël Vinot]
   - Bump objects templates. [Raphaël Vinot]
   - Add missing autodoc. [Raphaël Vinot]
     fix #693
   - Add in delete function for a MISP Object. [Tom King]
   - Fix return of delete_event_report. [Raphaël Vinot]
   - Remove critical warning if lief is not installed. [Raphaël Vinot]
     Fix https://github.com/MISP/MISP/issues/6908
   - Bump deps. [Raphaël Vinot]
   - Allow response of delete to be pythonify, add in nosetest. [Tom King]
   - Add ability to get event reports from the Event ID. [Tom King]
   - Remove travis file, GH Actions is better. [Raphaël Vinot]
   - Bump deps. [Raphaël Vinot]
   - Remove critical warning if lief is not installed. [Raphaël Vinot]
     Fix https://github.com/MISP/MISP/issues/6908
   - Add test case fir add_attribute and enforceWarninglist=True. [Raphaël
     Vinot]
   - Add testcase with breakOnDuplicate in a MISPObject. [Raphaël Vinot]
   - Bump changelog. [Raphaël Vinot]
   - Bump version. [Raphaël Vinot]
   - Add test case for page/limit in logs search. [Raphaël Vinot]
   - Bump deps. [Raphaël Vinot]
   - Improve docstring for get_event. [Raphaël Vinot]
     fix #686
   - Bump changelog. [Raphaël Vinot]
   - Bump version. [Raphaël Vinot]
   - Show size when the json is not loadable. [Raphaël Vinot]
   - Add authenticode support in generate_file_objects. [Raphaël Vinot]
   - Use lief 0.11.0, generate authenticode entries. [Raphaël Vinot]
   - Bump objects. [Raphaël Vinot]
   - Bump deps, add 3.9 in GH. [Raphaël Vinot]
   - Bump deps. [Raphaël Vinot]
   - Bump deps, objects templates. [Raphaël Vinot]
   - Make clear that to_json returns str. [Raphaël Vinot]
   - Disable correlation on malware-sample for FileObject. [Raphaël Vinot]
   - Bump objects templates. [Raphaël Vinot]
   - Bump deps. [Raphaël Vinot]
   - Add missing autodoc. [Raphaël Vinot]
     fix #693
   - Add in delete function for a MISP Object. [Tom King]
   - Bump deps. [Raphaël Vinot]
   - Fix return of delete_event_report. [Raphaël Vinot]
   - Remove travis file, GH Actions is better. [Raphaël Vinot]
   - Bump deps. [Raphaël Vinot]
   - Remove critical warning if lief is not installed. [Raphaël Vinot]
     Fix https://github.com/MISP/MISP/issues/6908
   - Add test case fir add_attribute and enforceWarninglist=True. [Raphaël
     Vinot]
   - Add testcase with breakOnDuplicate in a MISPObject. [Raphaël Vinot]
   - Bump changelog. [Raphaël Vinot]
   - Bump version. [Raphaël Vinot]
   - Add test case for page/limit in logs search. [Raphaël Vinot]
   - Bump deps. [Raphaël Vinot]
   - Improve docstring for get_event. [Raphaël Vinot]
     fix #686
   - Bump changelog. [Raphaël Vinot]
   - Bump version. [Raphaël Vinot]
   - Show size when the json is not loadable. [Raphaël Vinot]
   - Add authenticode support in generate_file_objects. [Raphaël Vinot]
   - Use lief 0.11.0, generate authenticode entries. [Raphaël Vinot]
   - Bump objects. [Raphaël Vinot]
   - Bump deps, add 3.9 in GH. [Raphaël Vinot]
   - Bump deps. [Raphaël Vinot]
   - Bump deps, objects templates. [Raphaël Vinot]
   - Allow response of delete to be pythonify, add in nosetest. [Tom King]
   - Add ability to get event reports from the Event ID. [Tom King]
   - Remove travis file, GH Actions is better. [Raphaël Vinot]
   - Bump deps. [Raphaël Vinot]
   - Remove critical warning if lief is not installed. [Raphaël Vinot]
     Fix https://github.com/MISP/MISP/issues/6908
   - Add test case fir add_attribute and enforceWarninglist=True. [Raphaël
     Vinot]
   - Add testcase with breakOnDuplicate in a MISPObject. [Raphaël Vinot]
 - Fix
   - Flake error. [Raphaël Vinot]
   - Update testlive accordingly. [Raphaël Vinot]
   - Better warning if lief is outdated. [Raphaël Vinot]
   - Call the AbstractMISP.from_dict at the end of the function to ensure
     the edited flag remains false. [Tom King]
   - Better warning if lief is outdated. [Raphaël Vinot]
   - Update minimal dependency for lief in setup.py. [Raphaël Vinot]
   - [dev mode only] force older jedi to avoid ipython exception. [Raphaël
     Vinot]
   - Add python 3.9 in GH Actions. [Raphaël Vinot]
   - Update testlive accordingly. [Raphaël Vinot]
   - Better warning if lief is outdated. [Raphaël Vinot]
   - Update minimal dependency for lief in setup.py. [Raphaël Vinot]
   - [dev mode only] force older jedi to avoid ipython exception. [Raphaël
     Vinot]
   - Add python 3.9 in GH Actions. [Raphaël Vinot]
   - Call the AbstractMISP.from_dict at the end of the function to ensure
     the edited flag remains false. [Tom King]
- update to version 2.4.137.1:
 - New
   - Fail if a duplicate object is added to an event. [Raphaël Vinot]
 - Changes
   - Bump changelog. [Raphaël Vinot]
   - Bump version. [Raphaël Vinot]
   - Add test case for page/limit in logs search. [Raphaël Vinot]
   - Bump deps. [Raphaël Vinot]
   - Improve docstring for get_event. [Raphaël Vinot]
     fix #686
   - Bump changelog. [Raphaël Vinot]
 - Fix
   - Better warning if lief is outdated. [Raphaël Vinot]
   - Update minimal dependency for lief in setup.py. [Raphaël Vinot]
- update to version 2.4.137:
 - New
   - Allow to pass an object template to MISPObject.__init__ [Raphaël
     Vinot]
     MISPObject part of #6670
 - Changes
   - Bump version. [Raphaël Vinot]
   - Show size when the json is not loadable. [Raphaël Vinot]
   - Add authenticode support in generate_file_objects. [Raphaël Vinot]
   - Use lief 0.11.0, generate authenticode entries. [Raphaël Vinot]
   - Bump objects. [Raphaël Vinot]
   - Bump deps, add 3.9 in GH. [Raphaël Vinot]
   - Bump deps. [Raphaël Vinot]
   - Bump deps, objects templates. [Raphaël Vinot]
   - Add controller argument to get_csv script. [Raphaël Vinot]
   - [test] file object template are now 24. [Alexandre Dulaunoy]
   - [test] file object template is now at version 24. [Alexandre Dulaunoy]
   - [misp-objects] updated. [Alexandre Dulaunoy]
   - [type] favicon-mmh3 is the murmur3 hash of a favicon as used in
     Shodan. [Alexandre Dulaunoy]
   - [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
   - Clarify misp_objects_template_custom. [Raphaël Vinot]
   - Add docstring for misp_objects_template_custom. [Raphaël Vinot]
   - Trigger GH actions on PR. [Raphaël Vinot]
   - Improve documentation of MISPAttribute.malware_binary. [Raphaël Vinot]
   - Remove trailing space. [Raphaël Vinot]
   - On-demand decryption of malware-binary, speeds up pythonify. [Raphaël
     Vinot]
   - Force a few packages versions. [Raphaël Vinot]
 - Fix
   - [dev mode only] force older jedi to avoid ipython exception. [Raphaël
     Vinot]
   - Add python 3.9 in GH Actions. [Raphaël Vinot]
   - Do not fail if extract_msg is missing. [Raphaël Vinot]
   - Properly decode the body depending on the encoding of the email.
     [Raphaël Vinot]
     Fix #671
   - Properly match IO in load event. [Raphaël Vinot]
   - Typing on recent mypy. [Raphaël Vinot]
   - Typing edge case. [Raphaël Vinot]
   - Add attribute dict as proposal. [Raphaël Vinot]
 - Other
   - Noticed that test data mail_5.msg was malformatted. Replaced with
     working test msg. [seamus tuohy]
   - Updated emailobject. [seamus tuohy]
     Email object no longer requires extra php libraries for install.
     Tests have been expanded to improve coverage.
     RTF encapsulated HTML and Plain Text will now be de-encapsulated.
     The raw MSG binary will now be included in the extracted email object.
   - Adding check if &quot;from&quot; is in the &quot;received&quot; header row. [nighttardis]
   - Update `vmray_automation` to stay compatible with the changes made to
     `vmray_import` MISP modules. [Jens Thom]
   - Update mispevent.py. [Raphaël Vinot]
- update to version 2.4.135.3:
 - Changes
   - Bump changelog. [Raphaël Vinot]
   - Bump version. [Raphaël Vinot]
   - Improve typing. [Raphaël Vinot]
   - Improve add_attribute with a list. [Raphaël Vinot]
 - Fix
   - Do not fail on PyMISP import when mail-parser is not present. [Raphaël
     Vinot]
- update to version 2.4.135.2:
 - New
   - Add Github workflow. [Raphaël Vinot]
 - Changes
   - Bump changelog. [Raphaël Vinot]
   - Bump version. [Raphaël Vinot]
   - Improve error message if a type in missing. [Raphaël Vinot]
   - [type] process-state added. [Alexandre Dulaunoy]
   - Bump misp-objects. [Raphaël Vinot]
   - [misp-objects] updated. [Alexandre Dulaunoy]
   - Add path to CSV sample files. [Raphaël Vinot]
   - [types] jarm-fingerprint added. [Alexandre Dulaunoy]
 - Fix
   - Remove python 3.9 from action (lief not supported yet) [Raphaël Vinot]
   - Initialize submodules in gh action. [Raphaël Vinot]
   - Make mail-parser really optional. [Raphaël Vinot]
- update to version 2.4.135.1:
 - Changes
   - Bump changelog. [Raphaël Vinot]
   - Bump version, travis install. [Raphaël Vinot]
   - Make mail-parser an optional dependency. [Raphaël Vinot]
</comment>
    <requestid>875630</requestid>
  </revision>
  <revision rev="32" vrev="1">
    <srcmd5>9e19c326314114d24109933e10368216</srcmd5>
    <version>2.4.141.1</version>
    <time>1618387889</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>885179</requestid>
  </revision>
  <revision rev="33" vrev="1">
    <srcmd5>c0bc66d3847c335abe64d7a6a4a2a3ec</srcmd5>
    <version>2.4.142</version>
    <time>1620334391</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>891131</requestid>
  </revision>
  <revision rev="34" vrev="1">
    <srcmd5>9a27fc8fb3f538a1848a033ce66a2b25</srcmd5>
    <version>2.4.143</version>
    <time>1621626629</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>894847</requestid>
  </revision>
  <revision rev="35" vrev="1">
    <srcmd5>5dd6ec6005f027c0dc4bf6bdf22b8428</srcmd5>
    <version>2.4.144</version>
    <time>1625950492</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>905580</requestid>
  </revision>
  <revision rev="36" vrev="1">
    <srcmd5>188a2783d7a7bd01481d57b2a50fc868</srcmd5>
    <version>2.4.148</version>
    <time>1629269741</time>
    <user>RBrownSUSE</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>912306</requestid>
  </revision>
  <revision rev="37" vrev="2">
    <srcmd5>936c727cb2942098628c7ca069cdac2b</srcmd5>
    <version>2.4.148</version>
    <time>1630697182</time>
    <user>dimstar_suse</user>
    <comment>- remove executable permissions on example files.
</comment>
    <requestid>916766</requestid>
  </revision>
  <revision rev="38" vrev="1">
    <srcmd5>10bcaa1ae988879bb019409e6cf5ffc3</srcmd5>
    <version>2.4.148.1</version>
    <time>1633959089</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>924343</requestid>
  </revision>
  <revision rev="39" vrev="1">
    <srcmd5>fe6f19a9dd4f17bba8651b8e237701e5</srcmd5>
    <version>2.4.151</version>
    <time>1638052957</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>934267</requestid>
  </revision>
  <revision rev="40" vrev="2">
    <srcmd5>6fe01dacf24e0d5e5325a6850e456a32</srcmd5>
    <version>2.4.151</version>
    <time>1639515713</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>940427</requestid>
  </revision>
  <revision rev="41" vrev="1">
    <srcmd5>27089a9e17b4e8b1fdc9ee58e0f6af52</srcmd5>
    <version>2.4.152</version>
    <time>1640808665</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>943056</requestid>
  </revision>
  <revision rev="42" vrev="1">
    <srcmd5>effd5c7d7f5e21eea25af9c543d71de0</srcmd5>
    <version>2.4.155.1</version>
    <time>1647101721</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>961133</requestid>
  </revision>
  <revision rev="43" vrev="1">
    <srcmd5>f6f1680ab9b679066a551ddb8e337426</srcmd5>
    <version>2.4.157</version>
    <time>1648916446</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>966484</requestid>
  </revision>
  <revision rev="44" vrev="1">
    <srcmd5>dce31ff4d46380cbf77ff56d38ee759c</srcmd5>
    <version>2.4.160</version>
    <time>1660662478</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>996314</requestid>
  </revision>
  <revision rev="45" vrev="1">
    <srcmd5>eb690de6d71742f851ac5bcd9c10de89</srcmd5>
    <version>2.4.162</version>
    <time>1664797608</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>1007626</requestid>
  </revision>
  <revision rev="46" vrev="1">
    <srcmd5>718c050ccba71f107f6ac3c1d5926e3b</srcmd5>
    <version>2.4.165.1</version>
    <time>1670162328</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>1039904</requestid>
  </revision>
  <revision rev="47" vrev="1">
    <srcmd5>0a656feb416569196111e7406d595741</srcmd5>
    <version>2.4.166</version>
    <time>1673108372</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>1056680</requestid>
  </revision>
  <revision rev="48" vrev="1">
    <srcmd5>2f7636d5b5484a91ae0b5c02e5548714</srcmd5>
    <version>2.4.170.2</version>
    <time>1692483114</time>
    <user>dimstar_suse</user>
    <comment>Automatic submission by obs-autosubmit</comment>
    <requestid>1104758</requestid>
  </revision>
</revisionlist>