From 39a7b8242f0d3022276d417ec334bb46b890ff23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 3 Mar 2021 10:40:11 +0100 Subject: [PATCH] chg: Bump changelog --- CHANGELOG.txt | 111 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ed18e1b..73411a2 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,11 +2,122 @@ Changelog ========= +v2.4.140 (2021-03-03) +--------------------- + +New +~~~ +- Soft delete object in MISPEvent. [Raphaël Vinot] + + Fix #706 +- Add in ability to add a new cluster relation. [Tom King] +- MISP Galaxy 2.0 capability. [Tom King] +- Soft delete object in MISPEvent. [Raphaël Vinot] + + Fix #706 + +Changes +~~~~~~~ +- Bump version. [Raphaël Vinot] +- Bump object templates. [Raphaël Vinot] +- Bump deps. [Raphaël Vinot] +- [describetypes] updated. [Alexandre Dulaunoy] +- Bump objects templates. [Raphaël Vinot] +- Bump deps. [Raphaël Vinot] +- Bump tests for galaxy cluster. [Raphaël Vinot] +- Improve Pydoc on search method's timestamp parameter. [Raphaël Vinot] + + Fix #708 +- Bump poetry file. [Raphaël Vinot] +- Bump deps. [Raphaël Vinot] +- [data] describeTypes updated. [Alexandre Dulaunoy] +- Add deprecation warning for Python < 3.8. [Raphaël Vinot] +- Bump deps. [Raphaël Vinot] +- Bump deps. [Raphaël Vinot] +- Don't parse the meta key into cluster elements on a MISPEvent, but + allow users to manually perform this action. [Tom King] +- Add in nosetests for MISP Galaxy functions, check default key as a + dict attribute not MISPAbstract attribute. [Tom King] +- Add in more Galaxy 2.0 functions and code cleanup. [Tom King] +- Add in add_cluster function and ability to search clusters within a + galaxy. [Tom King] +- Remove legacy stix converter. [Raphaël Vinot] +- Improve Pydoc on search method's timestamp parameter. [Raphaël Vinot] + + Fix #708 +- Bump poetry file. [Raphaël Vinot] +- Bump deps. [Raphaël Vinot] +- [data] describeTypes updated. [Alexandre Dulaunoy] +- Add deprecation warning for Python < 3.8. [Raphaël Vinot] +- Bump deps. [Raphaël Vinot] +- Bump deps. [Raphaël Vinot] + +Fix +~~~ +- Typo in tests. [Raphaël Vinot] +- Make mypy happy in python 3.6 and 3.7. [Raphaël Vinot] +- Cosmetic changes, fix mypy. [Raphaël Vinot] +- Support text search again. [Raphaël Vinot] + + Fix #705 +- Do not add the serial-number twice. [Raphaël Vinot] +- Skip PE section if name is none AND size is 0. [Raphaël Vinot] +- Urllib3.__version__ may not have a patch number. [Raphaël Vinot] + + fix https://github.com/MISP/PyMISP/issues/698 +- Fix mispevent edit test by including default and distribution keys on + a GalaxyCluster. [Tom King] +- Support text search again. [Raphaël Vinot] + + Fix #705 +- Do not add the serial-number twice. [Raphaël Vinot] +- Skip PE section if name is none AND size is 0. [Raphaël Vinot] +- Urllib3.__version__ may not have a patch number. [Raphaël Vinot] + + fix https://github.com/MISP/PyMISP/issues/698 + +Other +~~~~~ +- Removed unused import. [Nick] +- Supress ssl warnings. [Nick] +- Re-added error checking for defaults. [Nick] +- Deleted all references to org as it's unneeded. [Nick] +- Re-added brackets. [Nick] +- Multiple updates to proofpoint example. [Nick] + + - Added additionally necessary keys to keys.py.example + - Added error check for unset keys + - Used built-in HTTP Basic Auth for requests instead of manually-created header + - Removed setting of orgc as that's pulled from the MISP key being used + - +- Removed cast of str to str. [Nick] +- Added check for invalid creds. [Nick] + + Without the added check, the script will error out on line 29 since the key doesn't exist in the dict. This at least gives a reason. +- Removed unused import. [Nick] +- Supress ssl warnings. [Nick] +- Re-added error checking for defaults. [Nick] +- Deleted all references to org as it's unneeded. [Nick] +- Re-added brackets. [Nick] +- Multiple updates to proofpoint example. [Nick] + + - Added additionally necessary keys to keys.py.example + - Added error check for unset keys + - Used built-in HTTP Basic Auth for requests instead of manually-created header + - Removed setting of orgc as that's pulled from the MISP key being used + - +- Removed cast of str to str. [Nick] +- Added check for invalid creds. [Nick] + + Without the added check, the script will error out on line 29 since the key doesn't exist in the dict. This at least gives a reason. + + v2.4.138 (2021-02-08) --------------------- Changes ~~~~~~~ +- Bump changelog. [Raphaël Vinot] - Bump version. [Raphaël Vinot] - Bump deps. [Raphaël Vinot]