mirror of https://github.com/MISP/misp-website
chg: [changelog] PyMISP 2.4.106
parent
12eccde8d5
commit
55ba655f3d
|
@ -5,12 +5,63 @@ Changelog
|
|||
%%version%% (unreleased)
|
||||
------------------------
|
||||
|
||||
Changes
|
||||
~~~~~~~
|
||||
- Bump Pipfile for python 3.7. [Raphaël Vinot]
|
||||
|
||||
Fix
|
||||
~~~
|
||||
- Travis & python2. [Raphaël Vinot]
|
||||
- Last commit foobar. [Raphaël Vinot]
|
||||
- Install lief on python < 3.7 with pipenv. [Raphaël Vinot]
|
||||
|
||||
|
||||
v2.4.106 (2019-04-24)
|
||||
---------------------
|
||||
|
||||
New
|
||||
~~~
|
||||
- Test cases for attributes and proposals. [Raphaël Vinot]
|
||||
- Improve python3.6+ lib. [Raphaël Vinot]
|
||||
- Add_attributes method in MISPObject (for multiple attributes) [Raphaël
|
||||
Vinot]
|
||||
- Method to set the default role. [Raphaël Vinot]
|
||||
- Default to "me" in the get_user method, update ExpandedPyMISP.
|
||||
[Raphaël Vinot]
|
||||
|
||||
Fix #377
|
||||
- Add get_object to ExpandedPyMISP. [Raphaël Vinot]
|
||||
|
||||
Fix #372
|
||||
- Test cases for CSV loader, add cleaner methods in ExpandedPyMISP.
|
||||
[Raphaël Vinot]
|
||||
- Add CSV loader. [Raphaël Vinot]
|
||||
|
||||
Fix #376
|
||||
- Helper to create MISP Objects for regcheck.org.uk. [Raphaël Vinot]
|
||||
- Test for ACLs in testlive. [Raphaël Vinot]
|
||||
- Test for manual calls to add_object and add_object_reference. [Raphaël
|
||||
Vinot]
|
||||
- Test update object in event. [Raphaël Vinot]
|
||||
|
||||
Changes
|
||||
~~~~~~~
|
||||
- Bump changelog. [Raphaël Vinot]
|
||||
- Bump Objects. [Raphaël Vinot]
|
||||
- Bump version, Bump changelog. [Raphaël Vinot]
|
||||
- Add python 3.7 support for pipenv users. [Raphaël Vinot]
|
||||
- Allow to pass a eml as string to EmailObject. [Raphaël Vinot]
|
||||
- Bump dependencies. [Raphaël Vinot]
|
||||
|
||||
Fix CVE-2019-11324 (urllib3)
|
||||
- Bump dependencies. [Raphaël Vinot]
|
||||
- Bump misp-objects. [Raphaël Vinot]
|
||||
- Allow to pass an AbstractMISP to add_reference. [Raphaël Vinot]
|
||||
|
||||
Fix #379
|
||||
- Rework notebooks. [Raphaël Vinot]
|
||||
- Bump dependencies. [Raphaël Vinot]
|
||||
- Display an error on failure in testlive. [Raphaël Vinot]
|
||||
- Add tests for disable_tag. [Raphaël Vinot]
|
||||
- Bump misp-objects. [Raphaël Vinot]
|
||||
- Reorganize some tests. [Raphaël Vinot]
|
||||
|
@ -22,6 +73,12 @@ Changes
|
|||
|
||||
Fix
|
||||
~~~
|
||||
- Bump Test files because of new template version. [Raphaël Vinot]
|
||||
- Build on readthedocs. [Raphaël Vinot]
|
||||
- [typo] Fixed a small typo I noticed in the docs. [Steve Clement]
|
||||
- Add missing files for testing (CSV loader) [Raphaël Vinot]
|
||||
- Properly test query ACLs. [Raphaël Vinot]
|
||||
- Update all json submodules at one place in testlive. [Raphaël Vinot]
|
||||
- Disable some tests for the run on travis. [Raphaël Vinot]
|
||||
- [exportpdf] Doc update. [Falconieri]
|
||||
- [exportpdf] Coding Style. [Falconieri]
|
||||
|
@ -45,6 +102,7 @@ Fix
|
|||
|
||||
Other
|
||||
~~~~~
|
||||
- New Add test for ASNObject. [Raphaël Vinot]
|
||||
- Update README.md. [Steve Clement]
|
||||
|
||||
Added number of monthly PyPi downloads
|
||||
|
|
Loading…
Reference in New Issue